Interface SnIndexerBatchRunnable
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
DefaultSnIndexerBatchRunnable
public interface SnIndexerBatchRunnable extends java.lang.RunnableRunnable for indexer batches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnIndexerBatchResponsegetIndexerBatchResponse()Returns the indexer batch response.voidinitialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)Initializes the indexer batch runnable.
-
-
-
Method Detail
-
initialize
void initialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)
Initializes the indexer batch runnable.- Parameters:
indexerContext- - the indexer contextindexerItemSourceOperations- - the indexer item source operationsindexerBatchId- - the indexer batch id
-
getIndexerBatchResponse
SnIndexerBatchResponse getIndexerBatchResponse()
Returns the indexer batch response.- Returns:
- the indexer batch response
-
-