Package | Description |
---|---|
net.sf.ehcache.pool.sizeof |
This package contains the SizeOf implementations for the pooling in Ehcache.
|
Modifier and Type | Field and Description |
---|---|
static JvmInformation |
JvmInformation.CURRENT_JVM_INFORMATION
The JvmInformation instance representing the current JVM
|
Modifier and Type | Method and Description |
---|---|
private static JvmInformation |
JvmInformation.detectHotSpot() |
private static JvmInformation |
JvmInformation.detectIBM() |
private static JvmInformation |
JvmInformation.detectJRockit() |
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.
|