| Package | Description |
|---|---|
| org.apache.druid.server.coordinator.stats |
| Modifier and Type | Field and Description |
|---|---|
static RowKey |
RowKey.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
RowKey |
RowKey.Builder.and(Dimension dimension,
String value) |
RowKey |
RowKey.Builder.build() |
static RowKey |
RowKey.of(Dimension dimension,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinatorRunStats.add(CoordinatorStat stat,
RowKey rowKey,
long value) |
long |
CoordinatorRunStats.get(CoordinatorStat stat,
RowKey rowKey) |
void |
CoordinatorRunStats.StatHandler.handle(CoordinatorStat stat,
RowKey rowKey,
long statValue) |
void |
CoordinatorRunStats.updateMax(CoordinatorStat stat,
RowKey rowKey,
long value)
Updates the maximum value of the stat for the given RowKey if applicable.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.