Uses of Enum Class
io.helidon.microprofile.metrics.MetricUtil.MatchingType
Packages that use MetricUtil.MatchingType
Package
Description
Microprofile metrics specification implementation.
-
Uses of MetricUtil.MatchingType in io.helidon.microprofile.metrics
Methods in io.helidon.microprofile.metrics that return MetricUtil.MatchingTypeModifier and TypeMethodDescriptionMetricUtil.LookupResult.getType()Deprecated.Returns the matching type for this lookup result.static MetricUtil.MatchingTypeDeprecated.Returns the enum constant of this class with the specified name.static MetricUtil.MatchingType[]MetricUtil.MatchingType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.microprofile.metrics with parameters of type MetricUtil.MatchingTypeModifier and TypeMethodDescriptionstatic <E extends Member & AnnotatedElement>
StringMetricUtil.getMetricName(Member element, Class<?> clazz, MetricUtil.MatchingType matchingType, String explicitName, boolean absolute) Deprecated.static <E extends Member & AnnotatedElement>
voidMetricUtil.registerMetric(E element, Class<?> clazz, Annotation annotation, MetricUtil.MatchingType type) Register a metric.static <E extends Member & AnnotatedElement>
voidMetricUtil.registerMetric(MetricRegistry registry, E element, Class<?> clazz, Annotation annotation, MetricUtil.MatchingType type) Deprecated.