| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingListener.afterIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
MerchIndexingListener.afterIndexError(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
MerchIndexingListener.beforeIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceSessionInitializationListener.afterIndex(IndexerContext context) |
void |
CommerceSessionInitializationListener.afterIndexError(IndexerContext context) |
void |
CommerceSessionInitializationListener.beforeIndex(IndexerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceSessionInitializationListener.afterIndex(IndexerContext context) |
void |
MarketplaceSessionInitializationListener.afterIndexError(IndexerContext context) |
void |
MarketplaceSessionInitializationListener.beforeIndex(IndexerContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexerContextFactory<T extends IndexerContext>
Implementations of this interface are responsible for creating and destroying instances of
IndexerContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerListener.afterIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext has just been completed. |
void |
IndexerListener.afterIndexError(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext failed. |
void |
ExtendedIndexerListener.afterPrepareContext(IndexerContext context)
The implementation of this method will be invoked after the context preparation.
|
void |
IndexerListener.beforeIndex(IndexerContext context)
Handles a notification that the indexing for a particular
IndexerContext is about to begin. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIndexerContext
Default implementation of
IndexerContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerOperationListener.afterIndex(IndexerContext context) |
void |
CommitModeListener.afterIndex(IndexerContext context) |
void |
OptimizeModeListener.afterIndex(IndexerContext context) |
void |
SessionInitializationListener.afterIndex(IndexerContext context) |
void |
IndexerOperationListener.afterIndexError(IndexerContext context) |
void |
CommitModeListener.afterIndexError(IndexerContext context) |
void |
OptimizeModeListener.afterIndexError(IndexerContext context) |
void |
SessionInitializationListener.afterIndexError(IndexerContext context) |
void |
IndexerOperationListener.afterPrepareContext(IndexerContext context) |
void |
IndexerOperationListener.beforeIndex(IndexerContext context) |
void |
CommitModeListener.beforeIndex(IndexerContext context) |
void |
OptimizeModeListener.beforeIndex(IndexerContext context) |
void |
SessionInitializationListener.beforeIndex(IndexerContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionBasedCreationData |
DistributedIndexerStrategy.buildIndexerCreationData(IndexerContext indexerContext) |
protected SolrIndexerDistributedProcessModel |
DistributedIndexerStrategy.createDistributedIndexerProcess(CollectionBasedCreationData indexerProcessData,
IndexerContext indexerContext) |
protected IndexerWorker |
DefaultIndexerStrategy.createIndexerWorker(IndexerContext indexerContext,
long workerNumber,
java.util.List<PK> workerPks) |
protected void |
DistributedIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected abstract void |
AbstractIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
DefaultIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
DefaultIndexerStrategy.runWorkers(IndexerContext indexerContext,
java.util.concurrent.ExecutorCompletionService<java.lang.Integer> completionService,
java.util.List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers,
int retriesLeft) |
Copyright © 2018 SAP SE. All Rights Reserved.