|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendOptions | |
---|---|
rice.pastry.client | |
rice.pastry.commonapi | |
rice.pastry.routing | |
rice.pastry.socket | |
rice.pastry.testing |
Uses of SendOptions in rice.pastry.client |
---|
Methods in rice.pastry.client with parameters of type SendOptions | |
---|---|
boolean |
PastryAppl.enrouteMessage(Message msg,
Id key,
NodeHandle nextHop,
SendOptions opt)
Called by pastry when a message is enroute and is passing through this node. |
void |
PastryAppl.routeMsg(Id key,
Message msg,
SendOptions opt)
Routes a message to the live node D with nodeId numerically closest to key (at the time of delivery). |
boolean |
PastryAppl.routeMsgDirect(NodeHandle dest,
Message msg,
SendOptions opt)
Sends a message to the Pastry node identified by dest. |
Uses of SendOptions in rice.pastry.commonapi |
---|
Methods in rice.pastry.commonapi with parameters of type SendOptions | |
---|---|
boolean |
PastryEndpoint.enrouteMessage(Message msg,
Id key,
NodeHandle nextHop,
SendOptions opt)
|
Uses of SendOptions in rice.pastry.routing |
---|
Methods in rice.pastry.routing that return SendOptions | |
---|---|
SendOptions |
RouteMessage.getOptions()
Get transmission options. |
Constructors in rice.pastry.routing with parameters of type SendOptions | |
---|---|
RouteMessage(Id target,
Message msg,
NodeHandle firstHop,
SendOptions opts)
Constructor. |
|
RouteMessage(Id target,
Message msg,
SendOptions opts)
Constructor. |
|
RouteMessage(Id target,
PRawMessage msg,
NodeHandle firstHop,
SendOptions opts)
|
|
RouteMessage(NodeHandle dest,
Message msg,
SendOptions opts)
Constructor. |
Uses of SendOptions in rice.pastry.socket |
---|
Methods in rice.pastry.socket that return SendOptions | |
---|---|
SendOptions |
SocketBuffer.getOptions()
|
Uses of SendOptions in rice.pastry.testing |
---|
Methods in rice.pastry.testing with parameters of type SendOptions | |
---|---|
boolean |
HelloWorldApp.enrouteMessage(Message msg,
Id key,
NodeHandle nextHop,
SendOptions opt)
Invoked on intermediate nodes in routing path. |
boolean |
Ping.enrouteMessage(Message msg,
Id from,
NodeHandle nextHop,
SendOptions opt)
|
boolean |
PingClient.enrouteMessage(Message msg,
Id from,
NodeHandle nextHop,
SendOptions opt)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |