Uses of Class
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerStrategy.IndexerBatchGroup
-
Packages that use DefaultSnIndexerStrategy.IndexerBatchGroup Package Description de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of DefaultSnIndexerStrategy.IndexerBatchGroup in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return DefaultSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected DefaultSnIndexerStrategy.IndexerBatchGroupDefaultSnIndexerStrategy. buildIndexerBatchGroup(SnIndexerContext indexerContext, SnDocumentOperationType documentOperationType, java.util.List<PK> indexerItemSourcePks, int batchIndex, int maxBatchSize)protected DefaultSnIndexerStrategy.IndexerBatchGroupDefaultSnIndexerStrategy. buildIndexerBatchGroup(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> batchIndexerItemSourceOperations, int batchIndex, int batchSize)Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type DefaultSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected java.util.List<DefaultSnIndexerStrategy.IndexerBatchGroup>DefaultSnIndexerStrategy. buildIndexerBatchGroups(SnIndexerContext indexerContext)Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type DefaultSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected SnIndexerResponseDefaultSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<DefaultSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)
-