Uses of Class
org.infinispan.jmx.annotations.Units
-
Packages that use Units Package Description org.infinispan.jmx.annotations JMX 2.0-like annotations, with no dependencies on JMX 2.0. -
-
Uses of Units in org.infinispan.jmx.annotations
Fields in org.infinispan.jmx.annotations with type parameters of type Units Modifier and Type Field Description static EnumSet<Units>Units. TIME_UNITSMethods in org.infinispan.jmx.annotations that return Units Modifier and Type Method Description Unitsunits()static UnitsUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static Units[]Units. values()Returns an array containing the constants of this enum type, in the order they are declared.
-