
Public Member Functions | |
| DeleteOperationImpl (String k, int w, OperationCallback cb) | |
| void | handleLine (String line) |
| void | initialize () |
Private Attributes | |
| final String | key |
| final int | when |
Static Private Attributes | |
| static final OperationStatus | DELETED |
| static final OperationStatus | NOT_FOUND |
| static final int | OVERHEAD = 32 |
| DeleteOperationImpl | ( | String | k, | |
| int | w, | |||
| 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.
final OperationStatus DELETED [static, private] |
Initial value:
new OperationStatus(true, "DELETED")
final OperationStatus NOT_FOUND [static, private] |
Initial value:
new OperationStatus(false, "NOT_FOUND")
final int OVERHEAD = 32 [static, private] |
final int when [private] |
1.5.8