
Public Member Functions | |
| Collection< String > | getKeys () |
| GetOperationImpl (String k, GetsOperation.Callback cb) | |
| GetOperationImpl (String k, GetOperation.Callback cb) | |
| void | initialize () |
Protected Member Functions | |
| void | decodePayload (byte[] pl) |
| OperationStatus | getStatusForErrorCode (int errCode, byte[] errPl) |
Static Package Attributes | |
| static final int | CMD = 0 |
| static final int | EXTRA_HDR_LEN = 4 |
Private Attributes | |
| final String | key |
| GetOperationImpl | ( | String | k, | |
| GetOperation.Callback | cb | |||
| ) |
| GetOperationImpl | ( | String | k, | |
| GetsOperation.Callback | cb | |||
| ) |
| void decodePayload | ( | byte[] | pl | ) | [protected] |
Decode the given payload for this command.
| pl | the payload. |
Reimplemented from OperationImpl.
| Collection<String> getKeys | ( | ) |
Get the keys requested in this GetOperation.
Implements GetOperation.
| OperationStatus getStatusForErrorCode | ( | int | errCode, | |
| byte[] | errPl | |||
| ) | [protected] |
Get the OperationStatus object for the given error code.
| errCode | the error code |
Reimplemented from OperationImpl.
| void initialize | ( | ) |
Initialize this operation. This is used to prepare output byte buffers and stuff.
Implements Operation.
final int CMD = 0 [static, package] |
final int EXTRA_HDR_LEN = 4 [static, package] |
Length of the extra header stuff for a GET response.
1.5.8