com.ibm.oti.shared

Class SharedClassStatistics

  1. java.lang.Object
  2. extended bycom.ibm.oti.shared.SharedClassStatistics

  1. public class SharedClassStatistics
  2. extends java.lang.Object
Class providing static functions which report basic cache statistics.

Version:
initial
Author:
OTI

Constructor Summary

Constructor and Description
SharedClassStatistics()

Method Summary

Modifier and Type Method and Description
  1. static
  2. long
freeSpaceBytes()
Returns the free space in bytes of the cache that the JVM is currently connected to
  1. static
  2. 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SharedClassStatistics

  1. public SharedClassStatistics()

Method Detail

maxSizeBytes

  1. public static long maxSizeBytes( )
Returns the total size in bytes of the cache that the JVM is currently connected to


freeSpaceBytes

  1. public static long freeSpaceBytes( )
Returns the free space in bytes of the cache that the JVM is currently connected to