Interface SnIndexerBatchCallable

All Superinterfaces:
Callable<SnIndexerBatchResponse>
All Known Implementing Classes:
DefaultSnIndexerBatchCallable

public interface SnIndexerBatchCallable extends Callable<SnIndexerBatchResponse>
Callable for indexer batches.
  • Method Details

    • initialize

      void initialize(SnIndexerContext indexerContext, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, String indexerBatchId)
      Initializes the indexer batch runnable.
      Parameters:
      indexerContext - - the indexer context
      indexerItemSourceOperations - - the indexer item source operations
      indexerBatchId - - the indexer batch id
    • getIndexerBatchId

      String getIndexerBatchId()
      Returns the indexer batch id;
      Returns:
      the indexer batch id