Uses of Class
org.apache.flink.metrics.MetricType
-
Packages that use MetricType Package Description org.apache.flink.metrics -
-
Uses of MetricType in org.apache.flink.metrics
Methods in org.apache.flink.metrics that return MetricType Modifier and Type Method Description default MetricTypeCounter. getMetricType()default MetricTypeGauge. getMetricType()default MetricTypeHistogram. getMetricType()default MetricTypeMeter. getMetricType()default MetricTypeMetric. getMetricType()static MetricTypeMetricType. 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.
-