Interface SnIndexerBatchRunnable
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
DefaultSnIndexerBatchRunnable
@Deprecated(since="2105", forRemoval=true) public interface SnIndexerBatchRunnable extends java.lang.RunnableDeprecated, for removal: This API element is subject to removal in a future version.Replaced bySnIndexerBatchCallable.Runnable for indexer batches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SnIndexerBatchResponsegetIndexerBatchResponse()Deprecated, for removal: This API element is subject to removal in a future version.Returns the indexer batch response.voidinitialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)Deprecated, for removal: This API element is subject to removal in a future version.Initializes the indexer batch runnable.
-
-
-
Method Detail
-
initialize
void initialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)
Deprecated, for removal: This API element is subject to removal in a future version.Initializes the indexer batch runnable.- Parameters:
indexerContext- - the indexer contextindexerItemSourceOperations- - the indexer item source operationsindexerBatchId- - the indexer batch id
-
getIndexerBatchResponse
SnIndexerBatchResponse getIndexerBatchResponse()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the indexer batch response.- Returns:
- the indexer batch response
-
-