|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeHandleSet | |
---|---|
rice.p2p.commonapi | |
rice.p2p.glacier | |
rice.p2p.multiring | |
rice.p2p.past.gc | |
rice.pastry | |
rice.pastry.commonapi | |
rice.pastry.routing | |
rice.tutorial.lookup |
Uses of NodeHandleSet in rice.p2p.commonapi |
---|
Methods in rice.p2p.commonapi that return NodeHandleSet | |
---|---|
NodeHandleSet |
IdFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
NodeHandleSet |
Endpoint.localLookup(Id id,
int num,
boolean safe)
This call produces a list of nodes that can be used as next hops on a route towards the given id, such that the resulting route satisfies the overlay protocol's bounds on the number of hops taken. |
NodeHandleSet |
Endpoint.neighborSet(int num)
This methods returns an unordered set of nodehandles on which are neighbors of the local node in the id space. |
NodeHandleSet |
Endpoint.readNodeHandleSet(InputBuffer buf,
short type)
|
NodeHandleSet |
Endpoint.replicaSet(Id id,
int maxRank)
This method returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
NodeHandleSet |
Endpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Methods in rice.p2p.commonapi with parameters of type NodeHandleSet | |
---|---|
NodeHandleSet |
Endpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Uses of NodeHandleSet in rice.p2p.glacier |
---|
Methods in rice.p2p.glacier that return NodeHandleSet | |
---|---|
NodeHandleSet |
FragmentKeyFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
NodeHandleSet |
VersionKeyFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
Uses of NodeHandleSet in rice.p2p.multiring |
---|
Classes in rice.p2p.multiring that implement NodeHandleSet | |
---|---|
class |
MultiringNodeHandleSet
|
Fields in rice.p2p.multiring declared as NodeHandleSet | |
---|---|
protected NodeHandleSet |
MultiringNodeHandleSet.set
The actual node handle set |
Methods in rice.p2p.multiring that return NodeHandleSet | |
---|---|
NodeHandleSet |
MultiringIdFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
protected NodeHandleSet |
MultiringNodeHandleSet.getSet()
Returns the internal set |
NodeHandleSet |
MultiringEndpoint.localLookup(Id id,
int num,
boolean safe)
This call produces a list of nodes that can be used as next hops on a route towards the given id, such that the resulting route satisfies the overlay protocol's bounds on the number of hops taken. |
NodeHandleSet |
MultiringEndpoint.neighborSet(int num)
This methods returns an unordered set of nodehandles on which are neighbors of the local node in the id space. |
NodeHandleSet |
MultiringEndpoint.readNodeHandleSet(InputBuffer buf,
short type)
|
NodeHandleSet |
MultiringEndpoint.replicaSet(Id id,
int maxRank)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
NodeHandleSet |
MultiringEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Methods in rice.p2p.multiring with parameters of type NodeHandleSet | |
---|---|
NodeHandleSet |
MultiringEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Constructors in rice.p2p.multiring with parameters of type NodeHandleSet | |
---|---|
MultiringNodeHandleSet(Id ringId,
NodeHandleSet set)
Constructor |
Uses of NodeHandleSet in rice.p2p.past.gc |
---|
Methods in rice.p2p.past.gc that return NodeHandleSet | |
---|---|
NodeHandleSet |
GCIdFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
NodeHandleSet |
GCEndpoint.localLookup(Id id,
int num,
boolean safe)
This call produces a list of nodes that can be used as next hops on a route towards the given id, such that the resulting route satisfies the overlay protocol's bounds on the number of hops taken. |
NodeHandleSet |
GCEndpoint.neighborSet(int num)
This methods returns an unordered set of nodehandles on which are neighbors of the local node in the id space. |
NodeHandleSet |
GCEndpoint.readNodeHandleSet(InputBuffer buf,
short type)
|
NodeHandleSet |
GCEndpoint.replicaSet(Id id,
int maxRank)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
NodeHandleSet |
GCEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Methods in rice.p2p.past.gc with parameters of type NodeHandleSet | |
---|---|
NodeHandleSet |
GCEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Uses of NodeHandleSet in rice.pastry |
---|
Subinterfaces of NodeHandleSet in rice.pastry | |
---|---|
interface |
NodeSetI
An interface to a generic set of nodes. |
Classes in rice.pastry that implement NodeHandleSet | |
---|---|
class |
NodeSet
Represents an ordered set of NodeHandles. |
Uses of NodeHandleSet in rice.pastry.commonapi |
---|
Methods in rice.pastry.commonapi that return NodeHandleSet | |
---|---|
NodeHandleSet |
PastryIdFactory.buildNodeHandleSet()
Creates an empty NodeHandleSet. |
NodeHandleSet |
PastryEndpoint.localLookup(Id key,
int num,
boolean safe)
This method produces a list of nodes that can be used as next hops on a route towards key, such that the resulting route satisfies the overlay protocol's bounds on the number of hops taken. |
NodeHandleSet |
PastryEndpoint.neighborSet(int num)
This method produces an unordered list of nodehandles that are neighbors of the local node in the ID space. |
NodeHandleSet |
PastryEndpoint.readNodeHandleSet(InputBuffer buf,
short type)
|
NodeHandleSet |
PastryEndpoint.replicaSet(Id id,
int maxRank)
This method returns an ordered set of nodehandles on which replicas of the object with key can be stored. |
NodeHandleSet |
PastryEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Methods in rice.pastry.commonapi with parameters of type NodeHandleSet | |
---|---|
NodeHandleSet |
PastryEndpoint.replicaSet(Id id,
int maxRank,
NodeHandle root,
NodeHandleSet set)
This methods returns an ordered set of nodehandles on which replicas of an object with a given id can be stored. |
Uses of NodeHandleSet in rice.pastry.routing |
---|
Classes in rice.pastry.routing that implement NodeHandleSet | |
---|---|
class |
RouteSet
A set of nodes typically stored in the routing table. |
Uses of NodeHandleSet in rice.tutorial.lookup |
---|
Fields in rice.tutorial.lookup declared as NodeHandleSet | |
---|---|
protected NodeHandleSet |
LookupService.NodeLookupResponse.nodes
|
Method parameters in rice.tutorial.lookup with type arguments of type NodeHandleSet | |
---|---|
void |
LookupService.requestNodeHandles(Id id,
int num,
Continuation<NodeHandleSet,java.lang.Exception> cont)
Requests a replicaSet from a node across the ring. |
protected void |
LookupService.sendMessage(int seq,
Id id,
int num,
Continuation<NodeHandleSet,java.lang.Exception> cont,
long timeout)
This does the internal processing for requestNodeHandle(s). |
protected void |
LookupService.sendMessageWithRetries(Id id,
int num,
Continuation<NodeHandleSet,java.lang.Exception> cont)
|
Constructors in rice.tutorial.lookup with parameters of type NodeHandleSet | |
---|---|
LookupService.NodeLookupResponse(NodeHandleSet nodes,
int seqno)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |