|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to a generic set of nodes.
Method Summary | |
NodeHandle |
get(Id nid)
Finds the NodeHandle associated with the NodeId. |
NodeHandle |
get(int i)
Gets the ith element in the set. |
int |
getIndex(Id nid)
Gets the index of the element with the given node id. |
int |
getIndex(NodeHandle nh)
Gets the Index attribute of the NodeSetI object |
boolean |
member(NodeHandle nh)
Verifies if the set contains this particular id. |
boolean |
put(NodeHandle handle)
Puts a NodeHandle into the set. |
NodeHandle |
remove(NodeHandle nh)
Removes a node id and its handle from the set. |
int |
size()
Gets the size of the set. |
Methods inherited from interface rice.p2p.commonapi.NodeHandleSet |
getHandle, getHandle, getIndexHandle, getType, memberHandle, putHandle, removeHandle, serialize |
Method Detail |
public boolean put(NodeHandle handle)
handle
- the handle to put.
public NodeHandle get(Id nid)
nid
- a node id.
public NodeHandle get(int i)
i
- an index.
public boolean member(NodeHandle nh)
nh
- DESCRIBE THE PARAMETER
public NodeHandle remove(NodeHandle nh)
nh
- DESCRIBE THE PARAMETER
public int size()
size
in interface NodeHandleSet
public int getIndex(Id nid) throws java.util.NoSuchElementException
nid
- the node id.
java.util.NoSuchElementException
- DESCRIBE THE EXCEPTIONpublic int getIndex(NodeHandle nh) throws java.util.NoSuchElementException
nh
- DESCRIBE THE PARAMETER
java.util.NoSuchElementException
- DESCRIBE THE EXCEPTION
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |