Uses of Class
de.hybris.platform.searchservices.indexer.service.impl.AbstractSnIndexerStrategy.IndexerBatch
-
Packages that use AbstractSnIndexerStrategy.IndexerBatch Package Description de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of AbstractSnIndexerStrategy.IndexerBatch in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return AbstractSnIndexerStrategy.IndexerBatch Modifier and Type Method Description AbstractSnIndexerStrategy.IndexerBatchDefaultSnIndexerStrategy.IndexerBatchTracker. getIndexerBatch()Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type AbstractSnIndexerStrategy.IndexerBatch Modifier and Type Method Description java.util.List<AbstractSnIndexerStrategy.IndexerBatch>AbstractSnIndexerStrategy.IndexerBatchGroup. getIndexerBatches()Constructors in de.hybris.platform.searchservices.indexer.service.impl with parameters of type AbstractSnIndexerStrategy.IndexerBatch Constructor Description IndexerBatchTracker(AbstractSnIndexerStrategy.IndexerBatch indexerBatch, SnIndexerBatchCallable indexerBatchCallable, int maxRetries)Constructor parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type AbstractSnIndexerStrategy.IndexerBatch Constructor Description IndexerBatchGroup(java.util.List<AbstractSnIndexerStrategy.IndexerBatch> indexerBatches, int totalItems)
-