Rice Pastry API

Uses of Interface
rice.pastry.ReadyStrategy

Packages that use ReadyStrategy
rice.pastry   
rice.pastry.standard   
 

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


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection