Uses of Enum
org.apache.dubbo.metrics.model.key.MetricsKey
Packages that use MetricsKey
-
Uses of MetricsKey in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return MetricsKeyModifier and TypeMethodDescriptionstatic MetricsKeyMetricsKey.getMetricsByName(String name) static MetricsKeyReturns the enum constant of this type with the specified name.static MetricsKey[]MetricsKey.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 MetricsKeyModifierConstructorDescriptionTypeWrapper(MetricsLevel level, MetricsKey postType) TypeWrapper(MetricsLevel level, MetricsKey postType, MetricsKey finishType, MetricsKey errorType)