|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectFairness.NodeMonitor.Mark
public static class NodeMonitor.Mark
A Mark represents collected statistics from a period of a NodeMonitor's collection.
| Constructor Summary | |
|---|---|
NodeMonitor.Mark()
|
|
| Method Summary | |
|---|---|
int |
getLost()
Returns number of lost or unsent packets. |
double |
getLostPercent()
Returns percentage of lost or unsent packets. |
int |
getReceived()
Returns number of received packets. |
double |
getReceivedPercent()
Returns percentage of received packets. |
int |
getTotal()
Returns total number of packets: received + lost. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeMonitor.Mark()
| Method Detail |
|---|
public int getReceived()
public double getReceivedPercent()
public int getLost()
public double getLostPercent()
public int getTotal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||