|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.pastry.NodeSetUpdate
public class NodeSetUpdate
A class which stores changes to a node set.
Constructor Summary | |
---|---|
NodeSetUpdate(NodeHandle which,
boolean how)
Constructor. |
Method Summary | |
---|---|
NodeHandle |
handle()
The handle that changed. |
boolean |
wasAdded()
Returns true if the handle was added to the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeSetUpdate(NodeHandle which, boolean how)
which
- the handle that changed.how
- true if it was added to the set, false otherwise.Method Detail |
---|
public NodeHandle handle()
public boolean wasAdded()
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |