Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
-
Packages that use SnIndexerResponse Package Description de.hybris.platform.searchservices.indexer.service de.hybris.platform.searchservices.indexer.service.impl -
-
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 SnIndexerResponseDefaultSnIndexerStrategy. createIndexerResponse(SnIndexerContext indexerContext, java.lang.Integer totalItems, java.lang.Integer processedItems)protected SnIndexerResponseDefaultSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<DefaultSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)SnIndexerResponseDefaultSnIndexerStrategy. 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)
-