Uses of Enum Class
com.nmontytskyi.monitoring.model.MetricKind
Packages that use MetricKind
-
Uses of MetricKind in com.nmontytskyi.monitoring.model
Subclasses with type arguments of type MetricKind in com.nmontytskyi.monitoring.modelModifier and TypeClassDescriptionenumSpecifies how a value tracked byTrackMetricshould be interpreted in the monitoring system.Methods in com.nmontytskyi.monitoring.model that return MetricKindModifier and TypeMethodDescriptionstatic MetricKindReturns the enum constant of this class with the specified name.static MetricKind[]MetricKind.values()Returns an array containing the constants of this enum class, in the order they are declared.