|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.IstiTimeObjectCache.CacheInformation
public static class IstiTimeObjectCache.CacheInformation
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 |
---|
public final IstiTimeObjectCache.TimeObjectEntry firstMsgObj
public final IstiTimeObjectCache.TimeObjectEntry lastMsgObj
public final int messageCount
public final long totalDataSize
Constructor Detail |
---|
public IstiTimeObjectCache.CacheInformation(IstiTimeObjectCache.TimeObjectEntry firstMsgObj, IstiTimeObjectCache.TimeObjectEntry lastMsgObj, int messageCount, long totalDataSize)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |