Send a keylist to a neighbor node
Author: Robert Palmer
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.
GiaMessage (message) |
Main GIA-Message definition Author: Robert Palmer |
Name | Type | Description |
---|---|---|
srcNode | NodeHandle |
source node |
hopCount | int |
hop count, increased by BaseOverlay |
statType | int |
message type for stats |
srcDegree | int |
neighbor count of source node |
keys | OverlayKey[] |
vector of search keys |
command | int |
COMMAND-Field |
srcCapacity | double |
capacity of source node |
type | int |
message type |
// // Send a keylist to a neighbor node // @author Robert Palmer // message KeyListMessage extends GiaMessage { OverlayKey keys[]; // vector of search keys }