
Public Member Functions | |
| void | complete () |
| GetCallbackWrapper (int k, GetOperation.Callback c) | |
| void | gotData (String key, int flags, byte[] data) |
| void | receivedStatus (OperationStatus status) |
Private Attributes | |
| GetOperation.Callback | cb = null |
| boolean | completed = false |
| int | remainingKeys = 0 |
Static Private Attributes | |
| static final OperationStatus | END |
| GetCallbackWrapper | ( | int | k, | |
| GetOperation.Callback | c | |||
| ) |
| void complete | ( | ) |
Called whenever an operation completes.
Implements OperationCallback.
| void gotData | ( | String | key, | |
| int | flags, | |||
| byte[] | data | |||
| ) |
Callback for each result from a get.
| key | the key that was retrieved | |
| flags | the flags for this value | |
| data | the data stored under this key |
Implements GetOperation.Callback.
| void receivedStatus | ( | OperationStatus | status | ) |
Method invoked with the status when the operation is complete.
| line | the line containing the final status of the operation |
Implements OperationCallback.
boolean completed = false [private] |
final OperationStatus END [static, private] |
Initial value:
new OperationStatus(true, "END")
int remainingKeys = 0 [private] |
1.5.8