Base message for all messages used by Pastry
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseOverlayMessage (packet) |
Base class for all messages handled by overlay modules |
PastryJoinMessage (packet) |
Message used to join a pastry overlay |
PastryLeafsetMessage (packet) | (no description) |
PastryRequestMessage (packet) |
Message used to request PastryState or a Leafset |
PastryRoutingRowMessage (packet) | (no description) |
PastryRoutingRowRequestMessage (packet) | (no description) |
PastryStateMessage (packet) |
Message used to send a PastryState |
Name | Type | Description |
---|---|---|
statType | int |
message type for stats |
pastryMsgType | int |
the PastryMsgType |
type | int |
message type |
// // Base message for all messages used by Pastry // packet PastryMessage extends BaseOverlayMessage { int pastryMsgType = PASTRY_MSG_STD; // the PastryMsgType }