
Public Member Functions | |
| ConcatenationOperationImpl (ConcatenationType t, String k, byte[] d, long c, OperationCallback cb) | |
| void | initialize () |
Protected Member Functions | |
| OperationStatus | getStatusForErrorCode (int errCode, byte[] errPl) |
Static Private Member Functions | |
| static int | cmdMap (ConcatenationType t) |
Private Attributes | |
| final long | cas |
| final byte[] | data |
| final String | key |
Static Private Attributes | |
| static final int | APPEND = 0x0e |
| static final int | PREPEND = 0x0f |
| ConcatenationOperationImpl | ( | ConcatenationType | t, | |
| String | k, | |||
| byte[] | d, | |||
| long | c, | |||
| OperationCallback | cb | |||
| ) |
| static int cmdMap | ( | ConcatenationType | t | ) | [static, private] |
| 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 APPEND = 0x0e [static, private] |
final long cas [private] |
final byte [] data [private] |
final int PREPEND = 0x0f [static, private] |
1.5.8