Rice Pastry API

Uses of Class
rice.pastry.NodeSet

Packages that use NodeSet
rice.pastry   
rice.pastry.client   
rice.pastry.leafset   
rice.pastry.routing   
rice.rm   
rice.rm.testing   
 

Uses of NodeSet in rice.pastry
 

Constructors in rice.pastry with parameters of type NodeSet
NodeSet(rice.pastry.NodeSet o)
          Copy constructor.
 

Uses of NodeSet in rice.pastry.client
 

Methods in rice.pastry.client that return NodeSet
 rice.pastry.NodeSet CommonAPIAppl.localLookup(rice.pastry.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.pastry.NodeSet CommonAPIAppl.neighborSet(int num)
          This method produces an unordered list of nodehandles that are neighbors of the local node in the ID space.
 rice.pastry.NodeSet CommonAPIAppl.replicaSet(rice.pastry.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 NodeSet in rice.pastry.leafset
 

Methods in rice.pastry.leafset that return NodeSet
 rice.pastry.NodeSet LeafSet.neighborSet(int max)
          compute an ordered set of nodes that are neighbors of this local node, in order of numerical closeness to the local node
 rice.pastry.NodeSet LeafSet.replicaSet(rice.pastry.Id key, int max)
          compute an ordered set of nodes, in order of numerical closeness to a given key
 

Uses of NodeSet in rice.pastry.routing
 

Methods in rice.pastry.routing that return NodeSet
 rice.pastry.NodeSet RoutingTable.alternateRoutes(rice.pastry.Id key, int max)
          Determines a set of alternate hops towards a given key.
 

Uses of NodeSet in rice.rm
 

Methods in rice.rm with parameters of type NodeSet
 void RMImpl.sendKeyRequestMessages(rice.pastry.NodeSet set, java.util.Vector rangeSet)
          We send RMRequestKeys messages to the the nodes in the 'set' asking for keys in the ranges specified in the 'rangeSet'.
 

Uses of NodeSet in rice.rm.testing
 

Methods in rice.rm.testing that return NodeSet
 rice.pastry.NodeSet ReplicateResponseMsg.getReplicaSet()
           
 

Constructors in rice.rm.testing with parameters of type NodeSet
ReplicateResponseMsg(rice.pastry.NodeHandle source, rice.pastry.messaging.Address address, rice.pastry.Id _key, rice.pastry.NodeSet _replicaSet, rice.pastry.security.Credentials authorCred)
          Constructor : Builds a new RM Message
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection