|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.CacheStatsStruct
public class CacheStatsStruct
General statistics message produced for a cache.
| Field Summary | |
|---|---|
protected CacheMemSummaryStruct[] |
items
The summary cache items by class. |
protected CacheItemSummaryStruct[] |
oldest
The oldest messages in the cache. |
protected java.util.Date |
oldestAccess
The last access time of the oldest object in the cache. |
protected double |
totalMemory
The total amount of memory in megabytes used by the cache. |
protected int |
totalObjects
The total number of cached objects in the cache. |
| Constructor Summary | |
|---|---|
CacheStatsStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double totalMemory
protected int totalObjects
protected CacheMemSummaryStruct[] items
protected java.util.Date oldestAccess
protected CacheItemSummaryStruct[] oldest
| Constructor Detail |
|---|
public CacheStatsStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||