Rice Pastry API

Uses of Interface
rice.p2p.commonapi.NodeHandleSet

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   
 

Uses of NodeHandleSet in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return 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.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.
 NodeHandleSet Endpoint.readNodeHandleSet(InputBuffer buf, short type)
          DESCRIBE THE METHOD
 NodeHandleSet IdFactory.buildNodeHandleSet()
          Creates an empty NodeHandleSet.
 

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 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.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.
 NodeHandleSet MultiringEndpoint.readNodeHandleSet(InputBuffer buf, short type)
          DESCRIBE THE METHOD
 NodeHandleSet MultiringIdFactory.buildNodeHandleSet()
          Creates an empty NodeHandleSet.
protected  NodeHandleSet MultiringNodeHandleSet.getSet()
          Returns the internal set
 

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 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.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.
 NodeHandleSet GCEndpoint.readNodeHandleSet(InputBuffer buf, short type)
          DESCRIBE THE METHOD
 NodeHandleSet GCIdFactory.buildNodeHandleSet()
          Creates an empty NodeHandleSet.
 

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 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.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.
 NodeHandleSet PastryEndpoint.readNodeHandleSet(InputBuffer buf, short type)
          DESCRIBE THE METHOD
 NodeHandleSet PastryIdFactory.buildNodeHandleSet()
          Creates an empty NodeHandleSet.
 

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.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection