Interface DruidCoordinator.DutyGroupHelper

Enclosing class:
DruidCoordinator

public static interface DruidCoordinator.DutyGroupHelper
Used by CoordinatorDutyGroup to check leadership and emit stats.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emitStat(CoordinatorStat stat, RowKey rowKey, long value)
     
    boolean
     
  • Method Details

    • isLeader

      boolean isLeader()
    • emitStat

      void emitStat(CoordinatorStat stat, RowKey rowKey, long value)