Uses of Enum
org.apache.druid.server.coordinator.stats.Dimension
Packages that use Dimension
-
Uses of Dimension in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return types with arguments of type Dimension -
Uses of Dimension in org.apache.druid.server.coordinator.stats
Methods in org.apache.druid.server.coordinator.stats that return DimensionModifier and TypeMethodDescriptionstatic DimensionReturns the enum constant of this type with the specified name.static Dimension[]Dimension.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 that return types with arguments of type DimensionMethods in org.apache.druid.server.coordinator.stats with parameters of type DimensionConstructor parameters in org.apache.druid.server.coordinator.stats with type arguments of type DimensionModifierConstructorDescriptionCoordinatorRunStats(Map<Dimension, String> debugDimensions) Creates a newCoordinatorRunStats.