public interface IndexerBatchListener
IndexerBatchContext instances.| Modifier and Type | Method and Description |
|---|---|
void |
afterBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext has just been completed. |
void |
afterBatchError(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext failed. |
void |
beforeBatch(IndexerBatchContext batchContext)
Handles a notification that the processing for a particular
IndexerBatchContext is about to begin. |
void beforeBatch(IndexerBatchContext batchContext) throws IndexerException
IndexerBatchContext is about to begin.batchContext - - the IndexerBatchContextIndexerException - if an error occursvoid afterBatch(IndexerBatchContext batchContext) throws IndexerException
IndexerBatchContext has just been completed.batchContext - - the IndexerBatchContextIndexerException - if an error occursvoid afterBatchError(IndexerBatchContext batchContext) throws IndexerException
IndexerBatchContext failed.batchContext - - the IndexerBatchContextIndexerException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.