Enum Class的使用
cn.taketoday.jmx.support.MetricType
使用MetricType的程序包
程序包
说明
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.-
cn.taketoday.jmx.export.metadata中MetricType的使用
修饰符和类型方法说明ManagedMetric.getMetricType()A description of how this metric's values change over time.修饰符和类型方法说明voidManagedMetric.setMetricType(MetricType metricType) A description of how this metric's values change over time. -
cn.taketoday.jmx.support中MetricType的使用
修饰符和类型方法说明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.