
Public Member Functions | |
| void | initialize () |
| MutatorOperationImpl (Mutator m, String k, long b, long d, int e, OperationCallback cb) | |
Protected Member Functions | |
| void | decodePayload (byte[] pl) |
| OperationStatus | getStatusForErrorCode (int errCode, byte[] errPl) |
Private Attributes | |
| final long | by |
| final long | def |
| final int | exp |
| final String | key |
Static Private Attributes | |
| static final int | CMD_DECR = 6 |
| static final int | CMD_INCR = 5 |
| MutatorOperationImpl | ( | Mutator | m, | |
| String | k, | |||
| long | b, | |||
| long | d, | |||
| int | e, | |||
| OperationCallback | cb | |||
| ) |
| void decodePayload | ( | byte[] | pl | ) | [protected] |
Decode the given payload for this command.
| pl | the payload. |
Reimplemented from OperationImpl.
| 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 by [private] |
final int CMD_DECR = 6 [static, private] |
final int CMD_INCR = 5 [static, private] |
final long def [private] |
final int exp [private] |
1.5.8