Package | Description |
---|---|
org.apache.flink.metrics |
Modifier and Type | Method and Description |
---|---|
default MetricType |
Metric.getMetricType() |
default MetricType |
Meter.getMetricType() |
default MetricType |
Gauge.getMetricType() |
default MetricType |
Counter.getMetricType() |
default MetricType |
Histogram.getMetricType() |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.