Rice Pastry API

Uses of Interface
rice.p2p.commonapi.NodeHandleSet

Packages that use NodeHandleSet
rice.p2p.commonapi   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.leafset   
rice.pastry.routing   
 

Uses of NodeHandleSet in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return NodeHandleSet
 rice.p2p.commonapi.NodeHandleSet Endpoint.localLookup(rice.p2p.commonapi.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.
 rice.p2p.commonapi.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.
 rice.p2p.commonapi.NodeHandleSet Endpoint.replicaSet(rice.p2p.commonapi.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.
 

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
 rice.p2p.commonapi.NodeHandleSet PastryEndpoint.localLookup(rice.p2p.commonapi.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.
 rice.p2p.commonapi.NodeHandleSet PastryEndpoint.neighborSet(int num)
          This method produces an unordered list of nodehandles that are neighbors of the local node in the ID space.
 rice.p2p.commonapi.NodeHandleSet PastryEndpoint.replicaSet(rice.p2p.commonapi.Id key, int max_rank)
          This method returns an ordered set of nodehandles on which replicas of the object with key can be stored.
 

Uses of NodeHandleSet in rice.pastry.leafset
 

Classes in rice.pastry.leafset that implement NodeHandleSet
 class SimilarSet
          A set of nodes, ordered by numerical distance of their nodeId from the local nodeId
 

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 - Rice Pastry.


Imprint-Dataprotection