Uses of Class
org.apache.druid.server.coordinator.stats.Dimension
-
Packages that use Dimension Package Description org.apache.druid.server.coordinator org.apache.druid.server.coordinator.stats -
-
Uses of Dimension in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return types with arguments of type Dimension Modifier and Type Method Description Map<Dimension,String>CoordinatorDynamicConfig. getValidatedDebugDimensions() -
Uses of Dimension in org.apache.druid.server.coordinator.stats
Methods in org.apache.druid.server.coordinator.stats that return Dimension Modifier and Type Method Description static DimensionDimension. valueOf(String name)Returns 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 Dimension Modifier and Type Method Description Map<Dimension,String>RowKey. getValues()Methods in org.apache.druid.server.coordinator.stats with parameters of type Dimension Modifier and Type Method Description RowKeyRowKey.Builder. and(Dimension dimension, String value)static RowKeyRowKey. of(Dimension dimension, String value)RowKey.BuilderRowKey.Builder. with(Dimension dimension, String value)static RowKey.BuilderRowKey. with(Dimension dimension, String value)Constructor parameters in org.apache.druid.server.coordinator.stats with type arguments of type Dimension Constructor Description CoordinatorRunStats(Map<Dimension,String> debugDimensions)Creates a newCoordinatorRunStats.
-