com.ibm.oti.shared
Class SharedClassStatistics
- java.lang.Object
com.ibm.oti.shared.SharedClassStatistics
- public class SharedClassStatistics
- extends java.lang.Object
Constructor Summary
| Constructor and Description |
|---|
SharedClassStatistics()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
freeSpaceBytes()
Returns the free space in bytes of the cache that the JVM is currently connected to
|
|
maxSizeBytes()
Returns the total size in bytes of the cache that the JVM is currently connected to
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
SharedClassStatistics
- public SharedClassStatistics()
Method Detail
maxSizeBytes
- public static long maxSizeBytes( )
Returns the total size in bytes of the cache that the JVM is currently connected to
freeSpaceBytes
- public static long freeSpaceBytes( )
Returns the free space in bytes of the cache that the JVM is currently connected to