Uses of Class
net.sf.ehcache.pool.sizeof.JvmInformation
-
Packages that use JvmInformation Package Description net.sf.ehcache.pool.sizeof This package contains the SizeOf implementations for the pooling in Ehcache. -
-
Uses of JvmInformation in net.sf.ehcache.pool.sizeof
Fields in net.sf.ehcache.pool.sizeof declared as JvmInformation Modifier and Type Field Description static JvmInformationJvmInformation. CURRENT_JVM_INFORMATIONThe JvmInformation instance representing the current JVMMethods in net.sf.ehcache.pool.sizeof that return JvmInformation Modifier and Type Method Description static JvmInformationJvmInformation. 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.
-