Class Stats.Balancer
- java.lang.Object
-
- org.apache.druid.server.coordinator.stats.Stats.Balancer
-
-
Field Summary
Fields Modifier and Type Field Description static CoordinatorStatCOMPUTATION_COUNTstatic CoordinatorStatCOMPUTATION_ERRORSstatic CoordinatorStatCOMPUTATION_TIME
-
Constructor Summary
Constructors Constructor Description Balancer()
-
-
-
Field Detail
-
COMPUTATION_ERRORS
public static final CoordinatorStat COMPUTATION_ERRORS
-
COMPUTATION_TIME
public static final CoordinatorStat COMPUTATION_TIME
-
COMPUTATION_COUNT
public static final CoordinatorStat COMPUTATION_COUNT
-
-