Uses of Enum Class
org.nanonative.nano.services.metric.model.MetricType
Packages that use MetricType
-
Uses of MetricType in org.nanonative.nano.services.metric.model
Methods in org.nanonative.nano.services.metric.model that return MetricTypeModifier and TypeMethodDescriptionMetricUpdate.type()Returns the value of thetyperecord component.static MetricTypeReturns the enum constant of this class with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.nanonative.nano.services.metric.model with parameters of type MetricTypeModifierConstructorDescriptionMetricUpdate(MetricType type, String name, Number value, Map<String, String> tags) Creates an instance of aMetricUpdaterecord class.