Uses of Enum
org.apache.flink.metrics.datadog.MetricType
-
Uses of MetricType in org.apache.flink.metrics.datadog
Methods in org.apache.flink.metrics.datadog that return MetricTypeModifier and TypeMethodDescriptionDMetric.getType()MetricMetaData.getType()static MetricTypeReturns 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 MetricTypeModifierConstructorDescriptionMetricMetaData(MetricType metricType, String metricName, String host, List<String> tags, Clock clock)