|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinRequest | |
---|---|
rice.pastry.socket.nat.rendezvous | |
rice.pastry.standard |
Uses of JoinRequest in rice.pastry.socket.nat.rendezvous |
---|
Subclasses of JoinRequest in rice.pastry.socket.nat.rendezvous | |
---|---|
class |
RendezvousJoinRequest
Includes the bootstrap (or some other node who will have a pilot from the joiner.) |
Methods in rice.pastry.socket.nat.rendezvous with parameters of type JoinRequest | |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
RendezvousJoinProtocol.getOptions(JoinRequest jr,
java.util.Map<java.lang.String,java.lang.Object> existing)
This is called from respondToJoiner() and other places, we need to set the OPTION_USE_PILOT to the intermediate node, so that will queue the RendezvousTL to use the pilot. |
Method parameters in rice.pastry.socket.nat.rendezvous with type arguments of type JoinRequest | |
---|---|
protected void |
RendezvousJoinProtocol.getJoinRequest(NodeHandle b,
Continuation<JoinRequest,java.lang.Exception> deliverJRToMe)
Use RendezvousJoinRequest if local node is NATted |
Uses of JoinRequest in rice.pastry.standard |
---|
Methods in rice.pastry.standard with parameters of type JoinRequest | |
---|---|
void |
StandardJoinProtocol.broadcastRows(JoinRequest jr)
Broadcasts the route table rows. |
protected void |
StandardJoinProtocol.completeJoin(JoinRequest jr)
called on the joiner |
protected java.util.Map<java.lang.String,java.lang.Object> |
StandardJoinProtocol.getOptions(JoinRequest jr,
java.util.Map<java.lang.String,java.lang.Object> existing)
|
protected void |
StandardJoinProtocol.handleJoinRequest(JoinRequest jr)
|
protected void |
StandardJoinProtocol.respondToJoiner(JoinRequest jr)
|
Method parameters in rice.pastry.standard with type arguments of type JoinRequest | |
---|---|
protected void |
StandardJoinProtocol.getJoinRequest(NodeHandle bootstrap,
Continuation<JoinRequest,java.lang.Exception> deliverJRToMe)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |