Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerBatchContextFactory
Packages that use IndexerBatchContextFactory
Package
Description
-
Uses of IndexerBatchContextFactory in com.hybris.backoffice.solrsearch.indexer.cron
Fields in com.hybris.backoffice.solrsearch.indexer.cron declared as IndexerBatchContextFactoryModifier and TypeFieldDescriptionprotected IndexerBatchContextFactoryBackofficeSolrIndexerDeleteJob.indexerBatchContextFactoryDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.indexer.cron with parameters of type IndexerBatchContextFactoryModifier and TypeMethodDescriptionvoidBackofficeSolrIndexerDeleteJob.setIndexerBatchContextFactory(IndexerBatchContextFactory indexerBatchContextFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IndexerBatchContextFactory in de.hybris.platform.solrfacetsearch.indexer.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.impl that implement IndexerBatchContextFactoryMethods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexerBatchContextFactoryModifier and TypeMethodDescriptionDefaultIndexer.getIndexerBatchContextFactory()SolrServerExporter.getIndexerBatchContextFactory()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexerBatchContextFactoryModifier and TypeMethodDescriptionvoidDefaultIndexer.setIndexerBatchContextFactory(IndexerBatchContextFactory indexerBatchContextFactory) voidSolrServerExporter.setIndexerBatchContextFactory(IndexerBatchContextFactory<IndexerBatchContext> indexerBatchContextFactory) -
Uses of IndexerBatchContextFactory in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return IndexerBatchContextFactoryMethods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerBatchContextFactoryModifier and TypeMethodDescriptionvoidDefaultIndexerBatchStrategy.setIndexerBatchContextFactory(IndexerBatchContextFactory<?> indexerBatchContextFactory)