Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
-
-
Uses of SnIndexerResponse in com.hybris.backoffice.searchservices.indexer.impl
Methods in com.hybris.backoffice.searchservices.indexer.impl that return SnIndexerResponse Modifier and Type Method Description protected SnIndexerResponseBackofficeSnIndexerStrategy. doDefaultExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)protected SnIndexerResponseBackofficeSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)Methods in com.hybris.backoffice.searchservices.indexer.impl with parameters of type SnIndexerResponse Modifier and Type Method Description protected voidBackofficeSnIndexerStrategy. setIndexToActive(SnIndexerContext indexerContext, SnIndexerResponse snIndexerResponse) -
Uses of SnIndexerResponse in de.hybris.platform.searchservices.indexer.service
Subinterfaces of SnIndexerResponse in de.hybris.platform.searchservices.indexer.service Modifier and Type Interface Description interfaceSnIndexerBatchResponseRepresents an indexer batch response.Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerResponse Modifier and Type Method Description SnIndexerResponseSnIndexerStrategy. execute(SnIndexerRequest indexerRequest)Executes the indexer batch request.SnIndexerResponseSnIndexerContext. getIndexerResponse()Returns the indexer response.SnIndexerResponseSnIndexerService. index(SnIndexerRequest indexerRequest)Starts a new indexer operation.Methods in de.hybris.platform.searchservices.indexer.service with parameters of type SnIndexerResponse Modifier and Type Method Description voidSnIndexerContext. setIndexerResponse(SnIndexerResponse indexerResponse)Sets the indexer response. -
Uses of SnIndexerResponse in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerResponse Modifier and Type Class Description classDefaultSnIndexerBatchResponseDefault implementation forSnIndexerBatchResponse.classDefaultSnIndexerResponseDefault implementation forSnIndexerResponse.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerResponse Modifier and Type Method Description protected SnIndexerResponseAbstractSnIndexerStrategy. createIndexerResponse(SnIndexerContext indexerContext, java.lang.Integer totalItems, java.lang.Integer processedItems, SnIndexerOperationStatus status)protected abstract SnIndexerResponseAbstractSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)protected SnIndexerResponseDefaultSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)SnIndexerResponseAbstractSnIndexerStrategy. execute(SnIndexerRequest indexerRequest)SnIndexerResponseDefaultSnIndexerContext. getIndexerResponse()SnIndexerResponseDefaultSnIndexerService. index(SnIndexerRequest indexerRequest)Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerResponse Modifier and Type Method Description voidDefaultSnIndexerContext. setIndexerResponse(SnIndexerResponse indexerResponse)
-