Uses of Class
org.apache.flink.metrics.datadog.MetricType
-
-
Uses of MetricType in org.apache.flink.metrics.datadog
Methods in org.apache.flink.metrics.datadog that return MetricType Modifier and Type Method Description MetricTypeDMetric. getType()MetricTypeMetricMetaData. getType()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.Constructors in org.apache.flink.metrics.datadog with parameters of type MetricType Constructor Description MetricMetaData(MetricType metricType, String metricName, String host, List<String> tags, Clock clock)
-