public class SharedClassStatistics
extends java.lang.Object
Constructor and Description |
---|
SharedClassStatistics()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
cacheDir()
Returns the cache directory.
|
static java.lang.String |
cacheName()
Returns the cache name.
|
static java.lang.String |
cachePath()
Returns the full cache path.
|
static long |
freeSpaceBytes()
Returns the free space of the shared cache that the JVM is currently connected to.
|
static long |
maxAotBytes()
Returns the maximum space allowed for AOT data of the cache that the JVM is currently
connected to.
|
static long |
maxJitDataBytes()
Returns the maximum space allowed for JIT data of the cache that the JVM is currently
connected to.
|
static long |
maxSizeBytes()
Returns the size of the shared cache that the JVM is currently connected to.
|
static long |
minAotBytes()
Returns the minimum space reserved for AOT data of the cache that the JVM is currently
connected to.
|
static long |
minJitDataBytes()
Returns the minimum space reserved for JIT data of the cache that the JVM is currently
connected to.
|
static long |
numberAttached()
Returns the SysV shmem nattch value for a non-persistent top level cache.
|
static long |
softmxBytes()
Returns the soft limit in bytes for the available space of the cache that the JVM is currently connected to.
|
@Deprecated public SharedClassStatistics()
public static long maxSizeBytes()
public static long freeSpaceBytes()
public static long softmxBytes()
public static long minAotBytes()
public static long maxAotBytes()
public static long minJitDataBytes()
public static long maxJitDataBytes()
public static long numberAttached()
On Windows or for persistent caches, -1 is returned. Depending on the platform and OS, such as z/OS, the value indicates the number of JVMs attached to the cache.
public static java.lang.String cachePath()
public static java.lang.String cacheName()
public static java.lang.String cacheDir()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1998, 2023 IBM Corp. and others.