Uses of Class
de.hybris.platform.searchservices.indexer.service.impl.AbstractSnIndexerStrategy.IndexerBatchGroup
-
Packages that use AbstractSnIndexerStrategy.IndexerBatchGroup Package Description com.hybris.backoffice.searchservices.indexer.impl de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of AbstractSnIndexerStrategy.IndexerBatchGroup in com.hybris.backoffice.searchservices.indexer.impl
Method parameters in com.hybris.backoffice.searchservices.indexer.impl with type arguments of type AbstractSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected SnIndexerResponseBackofficeSnIndexerStrategy. doDefaultExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)protected SnIndexerResponseBackofficeSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups) -
Uses of AbstractSnIndexerStrategy.IndexerBatchGroup in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return AbstractSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected AbstractSnIndexerStrategy.IndexerBatchGroupAbstractSnIndexerStrategy. buildIndexerBatchGroup(SnDocumentOperationType documentOperationType, java.util.List<PK> indexerItemSourcePks, int batchIndex, int maxBatchSize)protected AbstractSnIndexerStrategy.IndexerBatchGroupAbstractSnIndexerStrategy. buildIndexerBatchGroup(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 AbstractSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup>AbstractSnIndexerStrategy. buildIndexerBatchGroups(SnIndexerContext indexerContext)Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type AbstractSnIndexerStrategy.IndexerBatchGroup Modifier and Type Method Description protected java.util.Map<java.lang.String,DefaultSnIndexerStrategy.IndexerBatchTracker>DefaultSnIndexerStrategy. 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.IndexerBatchGroup Modifier and Type Method Description protected abstract SnIndexerResponseAbstractSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)protected SnIndexerResponseDefaultSnIndexerStrategy. doExecute(SnIndexerContext indexerContext, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups)protected SnIndexerOperationStatusDefaultSnIndexerStrategy. executeIndexerBatchGroups(SnIndexerContext indexerContext, DefaultSnIndexerStrategy.IndexerTracker indexerTracker, DefaultSnIndexerStrategy.IndexerBatchThreadPoolExecutor executorService, java.util.List<AbstractSnIndexerStrategy.IndexerBatchGroup> indexerBatchGroups, int maxBatchRetries)
-