|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.CacheMemSummaryStruct
public class CacheMemSummaryStruct
A memory usage summary for a class of message stored.
| Field Summary | |
|---|---|
protected double |
average
The average memory weight of a class instance in kilobytes. |
protected java.lang.String |
classname
The short classname of the cached message type being summarized. |
protected double |
kbytes
The total amount of memory in kilobytes used by all instances of this class. |
protected int |
quantity
A count of how many instances of the given class are cached. |
| Constructor Summary | |
|---|---|
CacheMemSummaryStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String classname
protected int quantity
protected double kbytes
protected double average
| Constructor Detail |
|---|
public CacheMemSummaryStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||