Interface IndexerTaskCountStatsProvider


public interface IndexerTaskCountStatsProvider
Provides task count metrics for the indexers These metrics are reported by indexers
  • Method Details

    • getWorkerRunningTasks

      Map<String,Long> getWorkerRunningTasks()
      Map from datasource name to the number of running tasks on the Indexer.
    • getWorkerAssignedTasks

      Map<String,Long> getWorkerAssignedTasks()
      Map from datasource name to the number of assigned tasks to the Indexer.
    • getWorkerCompletedTasks

      Map<String,Long> getWorkerCompletedTasks()
      Map from datasource name to the number of completed tasks by the Indexer.
    • getWorkerFailedTasks

      Map<String,Long> getWorkerFailedTasks()
    • getWorkerSuccessfulTasks

      Map<String,Long> getWorkerSuccessfulTasks()