Message used to join a pastry overlay
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
PastryMessage (packet) |
Base message for all messages used by Pastry |
Name | Type | Description |
---|---|---|
statType | int |
message type for stats |
sendStateTo | TransportAddress |
TransportAddress of the node that wants to join |
pastryMsgType | int |
the PastryMsgType |
type | int |
message type |
// // Message used to join a pastry overlay // packet PastryJoinMessage extends PastryMessage { TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; // TransportAddress of the node that wants to join }