Uses of Class
org.ehcache.sizeof.impl.JvmInformation
-
Packages that use JvmInformation Package Description org.ehcache.sizeof.impl -
-
Uses of JvmInformation in org.ehcache.sizeof.impl
Fields in org.ehcache.sizeof.impl declared as JvmInformation Modifier and Type Field Description static JvmInformation
JvmInformation. CURRENT_JVM_INFORMATION
The JvmInformation instance representing the current JVMprivate JvmInformation
JvmInformation. parent
Methods in org.ehcache.sizeof.impl that return JvmInformation Modifier and Type Method Description private static JvmInformation
JvmInformation. detectHotSpot()
private static JvmInformation
JvmInformation. detectIBM()
private static JvmInformation
JvmInformation. detectOpenJDK()
private static JvmInformation
JvmInformation. getJvmInformation()
Determine the JvmInformation for the current JVM.static JvmInformation
JvmInformation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JvmInformation[]
JvmInformation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ehcache.sizeof.impl with parameters of type JvmInformation Constructor Description JvmInformation(JvmInformation parent)
-