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
Methods in org.infinispan.jmx.annotations that return Units Modifier and Type Method Description Units
units()
static Units
Units. valueOf(java.lang.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.
-