Interface SnIndexerBatchCallable
- All Superinterfaces:
Callable<SnIndexerBatchResponse>
- All Known Implementing Classes:
DefaultSnIndexerBatchCallable
Callable for indexer batches.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer batch id;voidinitialize(SnIndexerContext indexerContext, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerBatchId) Initializes the indexer batch runnable.
-
Method Details
-
initialize
void initialize(SnIndexerContext indexerContext, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerBatchId) Initializes the indexer batch runnable.- Parameters:
indexerContext- - the indexer contextindexerItemSourceOperations- - the indexer item source operationsindexerBatchId- - the indexer batch id
-
getIndexerBatchId
String getIndexerBatchId()Returns the indexer batch id;- Returns:
- the indexer batch id
-