Message used to find a Pastry node
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.
Name | Type | Description |
---|---|---|
joinHopCount | int |
counts the hops this message takes |
sendStateTo | TransportAddress |
the sender of this message |
// // Message used to find a Pastry node // packet PastryFindNodeExtData { TransportAddress sendStateTo = TransportAddress::UNSPECIFIED_NODE; // the sender of this message int joinHopCount = 0; // counts the hops this message takes }