Interface TaskSlotCountStatsProvider


@Deprecated public interface TaskSlotCountStatsProvider
Deprecated.
This is deprecated and will be merged into TaskCountStatsProvider in a future release.
  • Method Details

    • getTotalTaskSlotCount

      @Nullable Map<String,Long> getTotalTaskSlotCount()
      Deprecated.
      Return the number of total task slots during emission period.
    • getIdleTaskSlotCount

      @Nullable Map<String,Long> getIdleTaskSlotCount()
      Deprecated.
      Return the number of idle task slots during emission period.
    • getUsedTaskSlotCount

      @Nullable Map<String,Long> getUsedTaskSlotCount()
      Deprecated.
      Return the number of used task slots during emission period.
    • getLazyTaskSlotCount

      @Nullable Map<String,Long> getLazyTaskSlotCount()
      Deprecated.
      Return the total number of task slots in lazy marked middlemanagers and indexers during emission period.
    • getBlacklistedTaskSlotCount

      @Nullable Map<String,Long> getBlacklistedTaskSlotCount()
      Deprecated.
      Return the total number of task slots in blacklisted middlemanagers and indexers during emission period.