
Public Member Functions | |
| void | handleLine (String line) |
| void | initialize () |
| MutatorOperationImpl (Mutator m, String k, int amt, OperationCallback c) | |
Static Public Attributes | |
| static final int | OVERHEAD = 32 |
Protected Member Functions | |
| void | wasCancelled () |
Private Attributes | |
| final int | amount |
| final String | key |
| final Mutator | mutator |
Static Private Attributes | |
| static final OperationStatus | NOT_FOUND |
| MutatorOperationImpl | ( | Mutator | m, | |
| String | k, | |||
| int | amt, | |||
| OperationCallback | c | |||
| ) |
| 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 int amount [private] |
final Mutator mutator [private] |
final OperationStatus NOT_FOUND [static, private] |
Initial value:
new OperationStatus(false, "NOT_FOUND")
final int OVERHEAD = 32 [static] |
1.5.8