Class Stats.Kill
- java.lang.Object
-
- org.apache.druid.server.coordinator.stats.Stats.Kill
-
-
Field Summary
Fields Modifier and Type Field Description static CoordinatorStatAUDIT_LOGSstatic CoordinatorStatAVAILABLE_SLOTSstatic CoordinatorStatCOMPACTION_CONFIGSstatic CoordinatorStatDATASOURCESstatic CoordinatorStatMAX_SLOTSstatic CoordinatorStatPENDING_SEGMENTSstatic CoordinatorStatRULESstatic CoordinatorStatSUBMITTED_TASKSstatic CoordinatorStatSUPERVISOR_SPECS
-
Constructor Summary
Constructors Constructor Description Kill()
-
-
-
Field Detail
-
COMPACTION_CONFIGS
public static final CoordinatorStat COMPACTION_CONFIGS
-
SUPERVISOR_SPECS
public static final CoordinatorStat SUPERVISOR_SPECS
-
RULES
public static final CoordinatorStat RULES
-
AUDIT_LOGS
public static final CoordinatorStat AUDIT_LOGS
-
DATASOURCES
public static final CoordinatorStat DATASOURCES
-
AVAILABLE_SLOTS
public static final CoordinatorStat AVAILABLE_SLOTS
-
MAX_SLOTS
public static final CoordinatorStat MAX_SLOTS
-
SUBMITTED_TASKS
public static final CoordinatorStat SUBMITTED_TASKS
-
PENDING_SEGMENTS
public static final CoordinatorStat PENDING_SEGMENTS
-
-