new GetPDU(sequence, connectionID, clusterVersion, keyArg, metadataOnly) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
sequence |
number | monotonically increasing number for each request in a TCP connection |
connectionID |
number | the connectionID received from the InitPDU |
clusterVersion |
number | the version of the cluster received from the InitPDU |
keyArg |
Buffer | key of the item to get. |
metadataOnly |
Boolean | = false - If true, only metadata (not the full value) will be returned, If false, metadata and value will be returned. |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic