Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerRequest
-
Packages that use SnIndexerRequest Package Description de.hybris.platform.searchservices.indexer.service de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of SnIndexerRequest in de.hybris.platform.searchservices.indexer.service
Subinterfaces of SnIndexerRequest in de.hybris.platform.searchservices.indexer.service Modifier and Type Interface Description interfaceSnIndexerBatchRequestRepresents an indexer batch request.Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerRequest Modifier and Type Method Description SnIndexerRequestSnIndexerService. createFullIndexerRequest(java.lang.String indexTypeId, SnIndexerItemSource indexerItemSource)Creates a full indexer request.SnIndexerRequestSnIndexerService. createIncrementalIndexerRequest(java.lang.String indexTypeId, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)Creates an incremental indexer request.SnIndexerRequestSnIndexerContext. getIndexerRequest()Returns the indexer request.Methods in de.hybris.platform.searchservices.indexer.service with parameters of type SnIndexerRequest Modifier and Type Method Description SnIndexerContextSnIndexerContextFactory. createIndexerContext(SnIndexerRequest indexerRequest)Creates a new instance ofSnSuggestContext.SnIndexerResponseSnIndexerStrategy. execute(SnIndexerRequest indexerRequest)Executes the indexer batch request.SnIndexerBatchStrategySnIndexerBatchStrategyFactory. getIndexerBatchStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerBatchStrategy.SnIndexerStrategySnIndexerStrategyFactory. getIndexerStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerStrategy.SnIndexerResponseSnIndexerService. index(SnIndexerRequest indexerRequest)Starts a new indexer operation. -
Uses of SnIndexerRequest in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerRequest Modifier and Type Class Description classDefaultSnIndexerBatchRequestDefault implementation forSnIndexerBatchRequest.classDefaultSnIndexerRequestDefault implementation forSnSuggestRequest.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerRequest Modifier and Type Method Description SnIndexerRequestDefaultSnIndexerService. createFullIndexerRequest(java.lang.String indexTypeId, SnIndexerItemSource indexerItemSource)SnIndexerRequestDefaultSnIndexerService. createIncrementalIndexerRequest(java.lang.String indexTypeId, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)SnIndexerRequestDefaultSnIndexerContext. getIndexerRequest()Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerRequest Modifier and Type Method Description SnIndexerContextDefaultSnIndexerContextFactory. createIndexerContext(SnIndexerRequest indexerRequest)SnIndexerResponseDefaultSnIndexerStrategy. execute(SnIndexerRequest indexerRequest)SnIndexerBatchStrategyDefaultSnIndexerBatchStrategyFactory. getIndexerBatchStrategy(SnIndexerRequest indexerRequest)SnIndexerStrategyDefaultSnIndexerStrategyFactory. getIndexerStrategy(SnIndexerRequest indexerRequest)SnIndexerResponseDefaultSnIndexerService. index(SnIndexerRequest indexerRequest)protected voidDefaultSnIndexerContextFactory. populateIndexerContext(DefaultSnIndexerContext context, SnIndexerRequest indexerRequest)voidDefaultSnIndexerContext. setIndexerRequest(SnIndexerRequest indexerRequest)
-