|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.oti.shared.SharedClassStatistics
public class SharedClassStatistics
Class providing static functions which report basic cache statistics.
Constructor Summary | |
---|---|
SharedClassStatistics()
|
Method Summary | |
---|---|
static long |
freeSpaceBytes()
Returns the free space in bytes of the cache that the JVM is currently connected to |
static long |
maxSizeBytes()
Returns the total size in bytes of the cache that the JVM is currently connected to |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedClassStatistics()
Method Detail |
---|
public static long maxSizeBytes()
public static long freeSpaceBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |