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 forSnIndexerBatchResponse.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-
Method Summary
-
Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerResponse
getProcessedItems, getTotalItems, setProcessedItems, setTotalItems
-
Methods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
getIndexConfiguration, getIndexType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
getProcessedItems, getTotalItems
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnResponse
getIndexConfiguration, getIndexType
-
-
-
-
Constructor Detail
-
DefaultSnIndexerBatchResponse
public DefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-
-