|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.client.utils.GridMonitor.NodeData
public static class GridMonitor.NodeData
Instances of this class represent a snapshot of the heap memory usage of a node at a given time.
| Field Summary | |
|---|---|
long |
committed
current heap size. |
long |
maxAvailable
max heap size - used heap |
long |
timestamp
Date and time (on the client) at wich this snapshot is taken. |
long |
used
used heap. |
| Constructor Summary | |
|---|---|
GridMonitor.NodeData()
|
|
| Method Summary | |
|---|---|
static String |
getHeader()
Get the header. |
String |
toCSV()
Get this data snapshot as a CSV-formatted string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long timestamp
public long committed
public long used
public long maxAvailable
| Constructor Detail |
|---|
public GridMonitor.NodeData()
| Method Detail |
|---|
public static String getHeader()
public String toCSV()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||