Uses of Class
org.infinispan.jmx.annotations.MeasurementType
-
Packages that use MeasurementType Package Description org.infinispan.jmx.annotations JMX 2.0-like annotations, with no dependencies on JMX 2.0. -
-
Uses of MeasurementType in org.infinispan.jmx.annotations
Methods in org.infinispan.jmx.annotations that return MeasurementType Modifier and Type Method Description MeasurementType
measurementType()
static MeasurementType
MeasurementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MeasurementType[]
MeasurementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-