| Package | Description |
|---|---|
| org.apache.druid.server.coordinator.stats |
| Modifier and Type | Method and Description |
|---|---|
CoordinatorStat.Level |
CoordinatorStat.getLevel()
Level of this stat, typically used for logging.
|
static CoordinatorStat.Level |
CoordinatorStat.Level.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinatorStat |
CoordinatorStat.toLogAndEmit(String shortName,
String metricName,
CoordinatorStat.Level level)
Creates a new stat of the specified level, which is also emitted as a metric.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.