| 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 |
SessionInitializationListener.afterIndex(IndexerContext context) |
void |
ConfigurationExporterListener.afterIndex(IndexerContext context)
Deprecated.
|
void |
OptimizeModeListener.afterIndex(IndexerContext context) |
void |
IndexOperationStrategyListener.afterIndex(IndexerContext context)
Deprecated.
|
void |
CommitModeListener.afterIndex(IndexerContext context) |
void |
IndexerOperationListener.afterIndex(IndexerContext context) |
void |
SessionInitializationListener.afterIndexError(IndexerContext context) |
void |
ConfigurationExporterListener.afterIndexError(IndexerContext context)
Deprecated.
|
void |
OptimizeModeListener.afterIndexError(IndexerContext context) |
void |
IndexOperationStrategyListener.afterIndexError(IndexerContext context)
Deprecated.
|
void |
CommitModeListener.afterIndexError(IndexerContext context) |
void |
IndexerOperationListener.afterIndexError(IndexerContext context) |
void |
IndexerOperationListener.afterPrepareContext(IndexerContext context) |
void |
SessionInitializationListener.beforeIndex(IndexerContext context) |
void |
ConfigurationExporterListener.beforeIndex(IndexerContext context)
Deprecated.
|
void |
OptimizeModeListener.beforeIndex(IndexerContext context) |
void |
IndexOperationStrategyListener.beforeIndex(IndexerContext context)
Deprecated.
|
void |
CommitModeListener.beforeIndex(IndexerContext context) |
void |
IndexerOperationListener.beforeIndex(IndexerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpIndexOperationStrategy.afterIndex(IndexerContext context)
Deprecated.
|
void |
UpdateIndexOperationStrategy.afterIndex(IndexerContext context)
Deprecated.
|
void |
FullTwoPhaseIndexOperationStrategy.afterIndex(IndexerContext context)
Deprecated.
|
void |
FullDirectIndexOperationStrategy.afterIndex(IndexerContext context)
Deprecated.
|
void |
NoOpIndexOperationStrategy.afterIndexError(IndexerContext context)
Deprecated.
|
void |
UpdateIndexOperationStrategy.afterIndexError(IndexerContext context)
Deprecated.
|
void |
FullTwoPhaseIndexOperationStrategy.afterIndexError(IndexerContext context)
Deprecated.
|
void |
FullDirectIndexOperationStrategy.afterIndexError(IndexerContext context)
Deprecated.
|
void |
NoOpIndexOperationStrategy.beforeIndex(IndexerContext context)
Deprecated.
|
void |
UpdateIndexOperationStrategy.beforeIndex(IndexerContext context)
Deprecated.
|
void |
FullTwoPhaseIndexOperationStrategy.beforeIndex(IndexerContext context)
Deprecated.
|
void |
FullDirectIndexOperationStrategy.beforeIndex(IndexerContext context)
Deprecated.
|
protected IndexerWorker |
DefaultIndexerStrategy.createIndexerWorker(IndexerContext indexerContext,
long workerNumber,
List<PK> workerPks) |
protected void |
DefaultIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
DistributedIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected abstract void |
AbstractIndexerStrategy.doExecute(IndexerContext indexerContext) |
protected void |
DefaultIndexerStrategy.runWorkers(IndexerContext indexerContext,
ExecutorCompletionService<Integer> completionService,
List<DefaultIndexerStrategy.IndexerWorkerWrapper> workers,
int retriesLeft) |
Copyright © 2017 SAP SE. All Rights Reserved.