new GetNextReponsePDU(ackSequence, keyArg, dbVersionArg, tagArg, code, errorMessageArg, algorithm) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
ackSequence |
number | monotically increasing number for each request in a TCP connection |
keyArg |
Buffer | key for the value that is being returned. |
dbVersionArg |
number | the version of the object in the DB |
tagArg |
Buffer | the hash of the value to put. |
code |
number | response code (SUCCESS, FAIL) |
errorMessageArg |
Buffer | Detailed error message. |
algorithm |
string | algorithm used for the tag. |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic