|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteListener
Asynchronous result notifications for delete commands.
Method Summary | |
---|---|
void |
onFailure(AerospikeException exception)
This method is called when an asynchronous delete command fails. |
void |
onSuccess(Key key,
boolean existed)
This method is called when an asynchronous delete command completes successfully. |
Method Detail |
---|
void onSuccess(Key key, boolean existed)
key
- unique record identifierexisted
- whether record existed on server before deletionvoid onFailure(AerospikeException exception)
exception
- error that occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |