public static class IstiTimeObjectCache.CacheInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
CacheInformation(IstiTimeObjectCache.TimeObjectEntry firstMsgObj,
IstiTimeObjectCache.TimeObjectEntry lastMsgObj,
int messageCount,
long totalDataSize)
Creates an object that holds information about the cache.
|
public final IstiTimeObjectCache.TimeObjectEntry firstMsgObj
public final IstiTimeObjectCache.TimeObjectEntry lastMsgObj
public final int messageCount
public final long totalDataSize
public 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.