Uses of Enum Class
org.springframework.jmx.support.MetricType
Packages that use MetricType
Package
Description
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
Contains support classes for connecting to local and remote
MBeanServers
and for exposing an MBeanServer to remote clients.-
Uses of MetricType in org.springframework.jmx.export.metadata
Methods in org.springframework.jmx.export.metadata that return MetricTypeModifier and TypeMethodDescriptionManagedMetric.getMetricType()A description of how this metric's values change over time.Methods in org.springframework.jmx.export.metadata with parameters of type MetricTypeModifier and TypeMethodDescriptionvoidManagedMetric.setMetricType(MetricType metricType) A description of how this metric's values change over time. -
Uses of MetricType in org.springframework.jmx.support
Subclasses with type arguments of type MetricType in org.springframework.jmx.supportModifier and TypeClassDescriptionenumRepresents how the measurement values of aManagedMetricwill change over time.Methods in org.springframework.jmx.support that return MetricTypeModifier and TypeMethodDescriptionstatic 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.