Uses of Enum
org.apache.druid.server.coordinator.stats.CoordinatorStat.Level
Packages that use CoordinatorStat.Level
-
Uses of CoordinatorStat.Level in org.apache.druid.server.coordinator.stats
Methods in org.apache.druid.server.coordinator.stats that return CoordinatorStat.LevelModifier and TypeMethodDescriptionCoordinatorStat.getLevel()Level of this stat, typically used for logging.static CoordinatorStat.LevelReturns 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.LevelModifier and TypeMethodDescriptionstatic CoordinatorStatCoordinatorStat.toLogAndEmit(String shortName, String metricName, CoordinatorStat.Level level) Creates a new stat of the specified level, which is also emitted as a metric.