Uses of Enum Class
org.infinispan.jmx.annotations.MeasurementType
Packages that use MeasurementType
Package
Description
JMX 2.0-like annotations, with no dependencies on JMX 2.0.
-
Uses of MeasurementType in org.infinispan.jmx.annotations
Subclasses with type arguments of type MeasurementType in org.infinispan.jmx.annotationsModifier and TypeClassDescriptionenumIndicates whether the measured values consistently increase or decrease over time or are dynamic and can "randomly" be higher or lower than previous values.Methods in org.infinispan.jmx.annotations that return MeasurementTypeModifier and TypeMethodDescriptionstatic MeasurementTypeReturns the enum constant of this class with the specified name.static MeasurementType[]MeasurementType.values()Returns an array containing the constants of this enum class, in the order they are declared.