Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
Packages that use SnIndexerResponse
Package
Description
-
Uses of SnIndexerResponse in de.hybris.platform.searchservices.indexer.service
Subinterfaces of SnIndexerResponse in de.hybris.platform.searchservices.indexer.serviceModifier and TypeInterfaceDescriptioninterfaceRepresents an indexer batch response.Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerResponseModifier and TypeMethodDescriptionSnIndexerStrategy.execute(SnIndexerRequest indexerRequest) Executes the indexer batch request.SnIndexerContext.getIndexerResponse()Returns the indexer response.SnIndexerService.index(SnIndexerRequest indexerRequest) Starts a new indexer operation.Methods in de.hybris.platform.searchservices.indexer.service with parameters of type SnIndexerResponseModifier and TypeMethodDescriptionvoidSnIndexerContext.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 SnIndexerResponseModifier and TypeClassDescriptionclassDefault implementation forSnIndexerBatchResponse.classDefault implementation forSnIndexerResponse.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerResponseModifier and TypeMethodDescriptionprotected SnIndexerResponseAbstractSnIndexerStrategy.createIndexerResponse(SnIndexerContext indexerContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status) protected abstract SnIndexerResponseAbstractSnIndexerStrategy.doExecute(SnIndexerContext indexerContext, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups) protected SnIndexerResponseDefaultSnIndexerStrategy.doExecute(SnIndexerContext indexerContext, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups) AbstractSnIndexerStrategy.execute(SnIndexerRequest indexerRequest) DefaultSnIndexerContext.getIndexerResponse()DefaultSnIndexerService.index(SnIndexerRequest indexerRequest) Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerResponseModifier and TypeMethodDescriptionvoidDefaultSnIndexerContext.setIndexerResponse(SnIndexerResponse indexerResponse)