|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.results.NodeFlowStatus
NodeFlowStaus is a class designed to keep track of flow on each node on the overlay. Hence, a flow involves to count incoming, outcoming and dropped messages by the node. The dropped messages are messages dropped by the node which not belong to him.
Constructor Summary | |
NodeFlowStatus(Id node)
|
Method Summary | |
int |
getDropped()
|
Id |
getId()
|
int |
getIncoming()
|
int |
getOutcoming()
|
void |
updateDropped()
Updates the number of dropped messages by this node. |
void |
updateIncoming()
Updates the number incoming messages by this node. |
void |
updateOutcoming()
Updates the number outcoming messages by this node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeFlowStatus(Id node)
Method Detail |
public void updateIncoming()
public void updateOutcoming()
public void updateDropped()
public Id getId()
public int getIncoming()
public int getOutcoming()
public int getDropped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |