| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.stats |
| Modifier and Type | Method and Description |
|---|---|
Map<Dimension,String> |
CoordinatorDynamicConfig.getValidatedDebugDimensions() |
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
Dimension.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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Dimension,String> |
RowKey.getValues() |
| Modifier and Type | Method and Description |
|---|---|
RowKey |
RowKey.Builder.and(Dimension dimension,
String value) |
static RowKey |
RowKey.of(Dimension dimension,
String value) |
static RowKey.Builder |
RowKey.with(Dimension dimension,
String value) |
RowKey.Builder |
RowKey.Builder.with(Dimension dimension,
String value) |
| Constructor and Description |
|---|
CoordinatorRunStats(Map<Dimension,String> debugDimensions)
Creates a new
CoordinatorRunStats. |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.