com.ibm.oti.shared
Class SharedClassStatistics

java.lang.Object
  extended by com.ibm.oti.shared.SharedClassStatistics

public class SharedClassStatistics
extends java.lang.Object

Class providing static functions which report basic cache statistics.

Version:
initial
Author:
OTI

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

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