|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordListener
Asynchronous result notifications for get or operate commands.
Method Summary | |
---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous get or operate command fails. |
void |
onSuccess(Key key,
Record record)
This method is called when an asynchronous get or operate command completes successfully. |
Method Detail |
---|
void onSuccess(Key key, Record record)
key
- unique record identifierrecord
- record instance if found, otherwise nullvoid onFailure(AerospikeException exception)
exception
- error that occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |