Uses of Class
org.apache.druid.server.coordinator.stats.CoordinatorStat.Level
-
Packages that use CoordinatorStat.Level Package Description org.apache.druid.server.coordinator.stats -
-
Uses of CoordinatorStat.Level in org.apache.druid.server.coordinator.stats
Methods in org.apache.druid.server.coordinator.stats that return CoordinatorStat.Level Modifier and Type Method Description CoordinatorStat.LevelCoordinatorStat. getLevel()Level of this stat, typically used for logging.static CoordinatorStat.LevelCoordinatorStat.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinatorStat.Level[]CoordinatorStat.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.server.coordinator.stats with parameters of type CoordinatorStat.Level Modifier and Type Method Description static CoordinatorStatCoordinatorStat. toLogAndEmit(String shortName, String metricName, CoordinatorStat.Level level)Creates a new stat of the specified level, which is also emitted as a metric.
-