public interface DeleteListener
Modifier and Type | Method and Description |
---|---|
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.
|
void onSuccess(Key key, boolean existed)
key
- unique record identifierexisted
- whether record existed on server before deletionvoid onFailure(AerospikeException exception)
exception
- error that occurredCopyright ? 2012–2018 Aerospike, Inc. All rights reserved.