Interface SnIndexerRequest

All Superinterfaces:
SnRequest
All Known Subinterfaces:
SnIndexerBatchRequest
All Known Implementing Classes:
DefaultSnIndexerBatchRequest, DefaultSnIndexerRequest

public interface SnIndexerRequest extends SnRequest
Represents an indexer request.
  • Method Details

    • getIndexerOperationType

      SnIndexerOperationType getIndexerOperationType()
      Returns the indexer operation type.
      Returns:
      the indexer operation type
    • getIndexerItemSourceOperations

      List<SnIndexerItemSourceOperation> getIndexerItemSourceOperations()
      Returns the indexer item source operations.
      Returns:
      the indexer item source operations
    • getProgressTracker

      SnProgressTracker getProgressTracker()
      Returns the progress tracker.
      Returns:
      the progress tracker