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()Deprecated, for removal: This API element is subject to removal in a future version.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 SnIndexerBatchResponseDefaultSnIndexerBatchCallable. call()protected SnIndexerBatchResponseAbstractSnIndexerBatchStrategy. createIndexerBatchResponse(SnIndexerContext indexerContext, java.lang.Integer totalItems, java.lang.Integer processedItems, SnIndexerOperationStatus status)protected abstract SnIndexerBatchResponseAbstractSnIndexerBatchStrategy. doExecute(SnIndexerContext indexerContext, java.lang.String indexerBatchId)protected SnIndexerBatchResponseDefaultSnIndexerBatchStrategy. doExecute(SnIndexerContext indexerContext, java.lang.String indexerBatchId)SnIndexerBatchResponseAbstractSnIndexerBatchStrategy. execute(SnIndexerBatchRequest indexerBatchRequest)SnIndexerBatchResponseDefaultSnIndexerBatchRunnable. getIndexerBatchResponse()Deprecated, for removal: This API element is subject to removal in a future version.protected SnIndexerBatchResponseDefaultSnIndexerStrategy. retrieveIndexerBatchResponse(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerBatchTracker indexerBatchTracker, DefaultSnIndexerStrategy.IndexerBatchFuture indexerBatchFuture)Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerBatchResponse Modifier and Type Method Description protected voidDefaultSnIndexerBatchRunnable. setIndexerBatchResponse(SnIndexerBatchResponse indexerBatchResponse)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type SnIndexerBatchResponse Modifier and Type Method Description protected voidDefaultSnIndexerStrategy. submitIndexerBatch(java.util.concurrent.CompletionService<SnIndexerBatchResponse> completionService, DefaultSnIndexerStrategy.IndexerBatchTracker indexerBatchTracker)
-