Rice Pastry API

Uses of Interface
rice.pastry.ReadyStrategy

Packages that use ReadyStrategy
rice.pastry   
rice.pastry.socket.nat.rendezvous   
rice.pastry.standard   
rice.pastry.transport   
 

Uses of ReadyStrategy in rice.pastry
 

Methods in rice.pastry that return ReadyStrategy
 ReadyStrategy PastryNode.getDefaultReadyStrategy()
          Simple Ready Strategy
 

Methods in rice.pastry with parameters of type ReadyStrategy
 void PastryNode.setReadyStrategy(ReadyStrategy rs)
           
 

Uses of ReadyStrategy in rice.pastry.socket.nat.rendezvous
 

Methods in rice.pastry.socket.nat.rendezvous with parameters of type ReadyStrategy
protected  JoinProtocol RendezvousSocketPastryNodeFactory.getJoinProtocol(PastryNode pn, LeafSet leafSet, RoutingTable routeTable, ReadyStrategy lsProtocol)
           
 

Constructors in rice.pastry.socket.nat.rendezvous with parameters of type ReadyStrategy
RendezvousJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, ReadyStrategy nextReadyStrategy, PilotManager<RendezvousSocketNodeHandle> pilotManager)
           
 

Uses of ReadyStrategy in rice.pastry.standard
 

Classes in rice.pastry.standard that implement ReadyStrategy
 class PeriodicLeafSetProtocol
          An implementation of a periodic-style leafset protocol
 

Constructors in rice.pastry.standard with parameters of type ReadyStrategy
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, ReadyStrategy nextReadyStrategy)
           
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, ReadyStrategy nextReadyStrategy, MessageDeserializer md)
          Constructor takes in the usual suspects.
 

Uses of ReadyStrategy in rice.pastry.transport
 

Methods in rice.pastry.transport with parameters of type ReadyStrategy
protected  JoinProtocol TransportPastryNodeFactory.getJoinProtocol(PastryNode pn, LeafSet leafSet, RoutingTable routeTable, ReadyStrategy lsProtocol)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection