Class DefaultSnIndexerBatchResponse
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerResponse
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchResponse
- All Implemented Interfaces:
SnResponse,SnIndexerBatchResponse,SnIndexerResponse
public class DefaultSnIndexerBatchResponse
extends DefaultSnIndexerResponse
implements SnIndexerBatchResponse
Default implementation for
SnIndexerBatchResponse.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Method Summary
Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerResponse
getProcessedItems, getStatus, getTotalItems, setProcessedItems, setStatus, setTotalItemsMethods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
getIndexConfiguration, getIndexTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
getProcessedItems, getStatus, getTotalItemsMethods inherited from interface de.hybris.platform.searchservices.core.service.SnResponse
getIndexConfiguration, getIndexType
-
Constructor Details
-
DefaultSnIndexerBatchResponse
public DefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-