com.isti.util
Class IstiTimeObjectCache.CacheInformation

java.lang.Object
  extended by com.isti.util.IstiTimeObjectCache.CacheInformation
Enclosing class:
IstiTimeObjectCache

public static class IstiTimeObjectCache.CacheInformation
extends java.lang.Object

Class CacheInformation holds information about the cache.


Field Summary
 IstiTimeObjectCache.TimeObjectEntry firstMsgObj
          First message object in cache.
 IstiTimeObjectCache.TimeObjectEntry lastMsgObj
          Last message object in cache.
 int messageCount
          Number of message objects in cache.
 long totalDataSize
          Total data size for objects in cache.
 
Constructor Summary
IstiTimeObjectCache.CacheInformation(IstiTimeObjectCache.TimeObjectEntry firstMsgObj, IstiTimeObjectCache.TimeObjectEntry lastMsgObj, int messageCount, long totalDataSize)
          Creates an object that holds information about the cache.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstMsgObj

public final IstiTimeObjectCache.TimeObjectEntry firstMsgObj
First message object in cache.


lastMsgObj

public final IstiTimeObjectCache.TimeObjectEntry lastMsgObj
Last message object in cache.


messageCount

public final int messageCount
Number of message objects in cache.


totalDataSize

public final long totalDataSize
Total data size for objects in cache.

Constructor Detail

IstiTimeObjectCache.CacheInformation

public IstiTimeObjectCache.CacheInformation(IstiTimeObjectCache.TimeObjectEntry firstMsgObj,
                                            IstiTimeObjectCache.TimeObjectEntry lastMsgObj,
                                            int messageCount,
                                            long totalDataSize)
Creates an object that holds information about the cache.

Parameters:
firstMsgObj - first message object in cache.
lastMsgObj - last message object in cache.
messageCount - number of message objects in cache.
totalDataSize - total data size for objects in cache.