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