Uses of Enum
org.apache.dubbo.metrics.model.sample.MetricSample.Type
Packages that use MetricSample.Type
-
Uses of MetricSample.Type in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return MetricSample.TypeMethods in org.apache.dubbo.metrics.model.key with parameters of type MetricSample.Type -
Uses of MetricSample.Type in org.apache.dubbo.metrics.model.sample
Methods in org.apache.dubbo.metrics.model.sample that return MetricSample.TypeModifier and TypeMethodDescriptionMetricSample.getType()static MetricSample.TypeReturns the enum constant of this type with the specified name.static MetricSample.Type[]MetricSample.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.dubbo.metrics.model.sample with parameters of type MetricSample.TypeConstructors in org.apache.dubbo.metrics.model.sample with parameters of type MetricSample.TypeModifierConstructorDescriptionMetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category) MetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category, String baseUnit)