(no description)
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 | |
pastryMsgType | int |
the PastryMsgType |
type | int |
message type |
row | int |
packet PastryRoutingRowRequestMessage extends PastryMessage { TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; int row; }