|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |