Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerBatchResponse
-
Packages that use SnIndexerBatchResponse Package Description de.hybris.platform.searchservices.indexer.service de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of SnIndexerBatchResponse in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerBatchResponse Modifier and Type Method Description SnIndexerBatchResponseSnIndexerBatchStrategy. execute(SnIndexerBatchRequest indexerBatchRequest)Executes the indexer request.SnIndexerBatchResponseSnIndexerBatchRunnable. getIndexerBatchResponse()Returns the indexer batch response. -
Uses of SnIndexerBatchResponse in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerBatchResponse Modifier and Type Class Description classDefaultSnIndexerBatchResponseDefault implementation forSnIndexerBatchResponse.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerBatchResponse Modifier and Type Method Description protected SnIndexerBatchResponseDefaultSnIndexerBatchStrategy. createIndexerBatchResponse(SnIndexerContext indexerContext, java.lang.Integer totalItems, java.lang.Integer processedItems)protected SnIndexerBatchResponseDefaultSnIndexerBatchStrategy. doExecute(SnIndexerContext indexerContext, java.lang.String indexerBatchId)SnIndexerBatchResponseDefaultSnIndexerBatchStrategy. execute(SnIndexerBatchRequest indexerBatchRequest)SnIndexerBatchResponseDefaultSnIndexerBatchRunnable. getIndexerBatchResponse()Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerBatchResponse Modifier and Type Method Description protected voidDefaultSnIndexerBatchRunnable. setIndexerBatchResponse(SnIndexerBatchResponse indexerBatchResponse)
-