
Public Member Functions | |
| DeleteOperationImpl (String k, int w, long c, OperationCallback cb) | |
| DeleteOperationImpl (String k, int w, OperationCallback cb) | |
| void | initialize () |
Protected Member Functions | |
| OperationStatus | getStatusForErrorCode (int errCode, byte[] errPl) |
Private Attributes | |
| final long | cas |
| final String | key |
| final int | when |
Static Private Attributes | |
| static final int | CMD = 4 |
| DeleteOperationImpl | ( | String | k, | |
| int | w, | |||
| OperationCallback | cb | |||
| ) |
| DeleteOperationImpl | ( | String | k, | |
| int | w, | |||
| long | c, | |||
| OperationCallback | cb | |||
| ) |
| 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 long cas [private] |
final int CMD = 4 [static, private] |
final int when [private] |
1.5.8