Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.strategies.IndexerBatchStrategyFactory
-
Packages that use IndexerBatchStrategyFactory Package Description de.hybris.platform.solrfacetsearch.indexer.strategies.impl de.hybris.platform.solrfacetsearch.indexer.workers.impl -
-
Uses of IndexerBatchStrategyFactory in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that implement IndexerBatchStrategyFactory Modifier and Type Class Description classDefaultIndexerBatchStrategyFactory -
Uses of IndexerBatchStrategyFactory in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that return IndexerBatchStrategyFactory Modifier and Type Method Description IndexerBatchStrategyFactoryDefaultIndexerBatchProcessor. getIndexerBatchStrategyFactory()IndexerBatchStrategyFactoryDefaultIndexerWorker. getIndexerBatchStrategyFactory()Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl with parameters of type IndexerBatchStrategyFactory Modifier and Type Method Description voidDefaultIndexerBatchProcessor. setIndexerBatchStrategyFactory(IndexerBatchStrategyFactory indexerBatchStrategyFactory)voidDefaultIndexerWorker. setIndexerBatchStrategyFactory(IndexerBatchStrategyFactory indexerBatchStrategyFactory)
-