Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.workers.IndexerWorker
-
-
Uses of IndexerWorker in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexerWorker Modifier and Type Method Description protected IndexerWorker
DefaultIndexerStrategy. createIndexerWorker(IndexerContext indexerContext, long workerNumber, java.util.List<PK> workerPks)
IndexerWorker
DefaultIndexerStrategy.IndexerWorkerWrapper. getIndexerWorker()
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerWorker Modifier and Type Method Description void
DefaultIndexerStrategy.IndexerWorkerWrapper. setIndexerWorker(IndexerWorker indexerWorker)
Constructors in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerWorker Constructor Description IndexerWorkerWrapper(IndexerWorker indexerWorker, java.lang.Integer workerNumber, int retriesLeft, java.util.List<PK> workerPks)
-
Uses of IndexerWorker in de.hybris.platform.solrfacetsearch.indexer.workers
Methods in de.hybris.platform.solrfacetsearch.indexer.workers that return IndexerWorker Modifier and Type Method Description IndexerWorker
IndexerWorkerFactory. createIndexerWorker(FacetSearchConfig facetSearchConfig)
Creates a new indexer worker. -
Uses of IndexerWorker in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.workers.impl that implement IndexerWorker Modifier and Type Class Description class
DefaultIndexerWorker
Default implementation ofIndexerWorker
.Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that return IndexerWorker Modifier and Type Method Description IndexerWorker
DefaultIndexerWorkerFactory. createIndexerWorker(FacetSearchConfig facetSearchConfig)
-