Inherited by ConcatenationOperationImpl, and StoreOperationImpl.

Public Member Functions | |
| BaseStoreOperationImpl (String t, String k, int f, int e, byte[] d, OperationCallback cb) | |
| void | handleLine (String line) |
| void | initialize () |
Protected Member Functions | |
| void | wasCancelled () |
Protected Attributes | |
| final byte[] | data |
| final int | exp |
| final int | flags |
| final String | key |
| final String | type |
Static Private Attributes | |
| static final int | OVERHEAD = 32 |
| static final OperationStatus | STORED |
| BaseStoreOperationImpl | ( | String | t, | |
| String | k, | |||
| int | f, | |||
| int | e, | |||
| byte[] | d, | |||
| OperationCallback | cb | |||
| ) |
| void handleLine | ( | String | line | ) | [virtual] |
Implements OperationImpl.
| void initialize | ( | ) |
Initialize this operation. This is used to prepare output byte buffers and stuff.
Implements Operation.
| void wasCancelled | ( | ) | [protected] |
This is called on each subclass whenever an operation was cancelled.
Reimplemented from BaseOperationImpl.
final byte [] data [protected] |
final int exp [protected] |
final int flags [protected] |
final int OVERHEAD = 32 [static, private] |
final OperationStatus STORED [static, private] |
Initial value:
new OperationStatus(true, "STORED")
1.5.8