
Public Member Functions | |
| void | initialize () |
| StoreOperationImpl (StoreType t, String k, int f, int e, byte[] d, long c, OperationCallback cb) | |
Protected Member Functions | |
| OperationStatus | getStatusForErrorCode (int errCode, byte[] errPl) |
Static Private Member Functions | |
| static int | cmdMap (StoreType t) |
Private Attributes | |
| final long | cas |
| final byte[] | data |
| final int | exp |
| final int | flags |
| final String | key |
Static Private Attributes | |
| static final int | ADD = 2 |
| static final int | REPLACE = 3 |
| static final int | SET = 1 |
| StoreOperationImpl | ( | StoreType | t, | |
| String | k, | |||
| int | f, | |||
| int | e, | |||
| byte[] | d, | |||
| long | c, | |||
| OperationCallback | cb | |||
| ) |
| static int cmdMap | ( | StoreType | 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 ADD = 2 [static, private] |
final long cas [private] |
final byte [] data [private] |
final int exp [private] |
final int flags [private] |
final int REPLACE = 3 [static, private] |
final int SET = 1 [static, private] |
1.5.8