Uses of Class
de.hybris.platform.searchservices.indexer.service.impl.AbstractSnIndexerStrategy.IndexerBatchGroup
Packages that use AbstractSnIndexerStrategy.IndexerBatchGroup
-
Uses of AbstractSnIndexerStrategy.IndexerBatchGroup in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return AbstractSnIndexerStrategy.IndexerBatchGroupModifier and TypeMethodDescriptionAbstractSnIndexerStrategy.buildIndexerBatchGroup(SnDocumentOperationType documentOperationType, List<PK> indexerItemSourcePks, int batchIndex, int maxBatchSize) AbstractSnIndexerStrategy.buildIndexerBatchGroup(List<SnIndexerItemSourceOperation> batchIndexerItemSourceOperations, int batchIndex, int batchSize) Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type AbstractSnIndexerStrategy.IndexerBatchGroupModifier and TypeMethodDescriptionprotected List<AbstractSnIndexerStrategy.IndexerBatchGroup>AbstractSnIndexerStrategy.buildIndexerBatchGroups(SnIndexerContext indexerContext) Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type AbstractSnIndexerStrategy.IndexerBatchGroupModifier and TypeMethodDescriptionDefaultSnIndexerStrategy.createIndexerBatchTrackers(SnIndexerContext indexerContext, AbstractSnIndexerStrategy.IndexerBatchGroup indexerBatchGroup, int maxBatchRetries) protected SnIndexerOperationStatusDefaultSnIndexerStrategy.executeIndexerBatchGroup(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerBatchThreadPoolExecutor executorService, DefaultSnIndexerStrategy.IndexerTracker indexerTracker, AbstractSnIndexerStrategy.IndexerBatchGroup indexerBatchGroup, int maxBatchRetries) Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type AbstractSnIndexerStrategy.IndexerBatchGroupModifier and TypeMethodDescriptionprotected abstract SnIndexerResponseAbstractSnIndexerStrategy.doExecute(SnIndexerContext indexerContext, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups) protected SnIndexerResponseDefaultSnIndexerStrategy.doExecute(SnIndexerContext indexerContext, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups) protected SnIndexerOperationStatusDefaultSnIndexerStrategy.executeIndexerBatchGroups(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerTracker indexerTracker, DefaultSnIndexerStrategy.IndexerBatchThreadPoolExecutor executorService, List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups, int maxBatchRetries)