Uses of Enum
org.apache.dubbo.metrics.model.key.MetricsLevel
Packages that use MetricsLevel
-
Uses of MetricsLevel in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return MetricsLevelModifier and TypeMethodDescriptionTypeWrapper.getLevel()static MetricsLevelReturns the enum constant of this type with the specified name.static MetricsLevel[]MetricsLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.metrics.model.key with parameters of type MetricsLevelModifierConstructorDescriptionTypeWrapper(MetricsLevel level, MetricsKey postType) TypeWrapper(MetricsLevel level, MetricsKey postType, MetricsKey finishType, MetricsKey errorType)