Uses of Interface
de.hybris.platform.solrfacetsearch.indexer.IndexerContext
-
-
Uses of IndexerContext in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type IndexerContext Modifier and Type Method Description voidDefaultMerchCatalogListener. afterIndex(IndexerContext indexerContext)Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidMerchIndexingListener. afterIndex(IndexerContext context)Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidDefaultMerchCatalogListener. afterIndexError(IndexerContext indexerContext)Handles a notification that the indexing for a particularIndexerContextfailed.voidMerchIndexingListener. afterIndexError(IndexerContext context)Handles a notification that the indexing for a particularIndexerContextfailed.voidDefaultMerchCatalogListener. beforeIndex(IndexerContext context)voidMerchIndexingListener. beforeIndex(IndexerContext context)Handles a notification that the indexing for a particularIndexerContextis about to begin. -
Uses of IndexerContext in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.indexer.listeners with parameters of type IndexerContext Modifier and Type Method Description voidCommerceSessionInitializationListener. afterIndex(IndexerContext context)voidCommerceSessionInitializationListener. afterIndexError(IndexerContext context)voidCommerceSessionInitializationListener. beforeIndex(IndexerContext context) -
Uses of IndexerContext in de.hybris.platform.marketplaceservices.catalog.impl
Methods in de.hybris.platform.marketplaceservices.catalog.impl with parameters of type IndexerContext Modifier and Type Method Description voidMarketplaceSessionInitializationListener. afterIndex(IndexerContext context)voidMarketplaceSessionInitializationListener. afterIndexError(IndexerContext context)voidMarketplaceSessionInitializationListener. beforeIndex(IndexerContext context) -
Uses of IndexerContext in de.hybris.platform.solrfacetsearch.indexer
Classes in de.hybris.platform.solrfacetsearch.indexer with type parameters of type IndexerContext Modifier and Type Interface Description interfaceIndexerContextFactory<T extends IndexerContext>Implementations of this interface are responsible for creating and destroying instances ofIndexerContext.Methods in de.hybris.platform.solrfacetsearch.indexer with parameters of type IndexerContext Modifier and Type Method Description voidIndexerListener. afterIndex(IndexerContext context)Handles a notification that the indexing for a particularIndexerContexthas just been completed.voidIndexerListener. afterIndexError(IndexerContext context)Handles a notification that the indexing for a particularIndexerContextfailed.voidExtendedIndexerListener. afterPrepareContext(IndexerContext context)The implementation of this method will be invoked after the context preparation.voidIndexerListener. beforeIndex(IndexerContext context)Handles a notification that the indexing for a particularIndexerContextis about to begin. -
Uses of IndexerContext in de.hybris.platform.solrfacetsearch.indexer.impl
Classes in de.hybris.platform.solrfacetsearch.indexer.impl that implement IndexerContext Modifier and Type Class Description classDefaultIndexerContextDefault implementation ofIndexerContext. -
Uses of IndexerContext in de.hybris.platform.solrfacetsearch.indexer.listeners
Methods in de.hybris.platform.solrfacetsearch.indexer.listeners with parameters of type IndexerContext Modifier and Type Method Description voidCommitModeListener. afterIndex(IndexerContext context)voidIndexerOperationListener. afterIndex(IndexerContext context)voidOptimizeModeListener. afterIndex(IndexerContext context)voidSessionInitializationListener. afterIndex(IndexerContext context)voidCommitModeListener. afterIndexError(IndexerContext context)voidIndexerOperationListener. afterIndexError(IndexerContext context)voidOptimizeModeListener. afterIndexError(IndexerContext context)voidSessionInitializationListener. afterIndexError(IndexerContext context)voidIndexerOperationListener. afterPrepareContext(IndexerContext context)voidCommitModeListener. beforeIndex(IndexerContext context)voidIndexerOperationListener. beforeIndex(IndexerContext context)voidOptimizeModeListener. beforeIndex(IndexerContext context)voidSessionInitializationListener. beforeIndex(IndexerContext context) -
Uses of IndexerContext in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with parameters of type IndexerContext Modifier and Type Method Description protected CollectionBasedCreationDataDistributedIndexerStrategy. buildIndexerCreationData(IndexerContext indexerContext)protected SolrIndexerDistributedProcessModelDistributedIndexerStrategy. createDistributedIndexerProcess(CollectionBasedCreationData indexerProcessData, IndexerContext indexerContext)protected IndexerWorkerDefaultIndexerStrategy. createIndexerWorker(IndexerContext indexerContext, long workerNumber, java.util.List<PK> workerPks)protected abstract voidAbstractIndexerStrategy. doExecute(IndexerContext indexerContext)protected voidDefaultIndexerStrategy. doExecute(IndexerContext indexerContext)protected voidDistributedIndexerStrategy. doExecute(IndexerContext indexerContext)protected voidDefaultIndexerStrategy. runWorkers(IndexerContext indexerContext, java.util.concurrent.ExecutorCompletionService<java.lang.Integer> completionService, java.util.List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers, int retriesLeft)
-