Package com.aerospike.client.listener
Interface DeleteListener
public interface DeleteListener
Asynchronous result notifications for delete commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when an asynchronous delete command fails.voidThis method is called when an asynchronous delete command completes successfully.
-
Method Details
-
onSuccess
This method is called when an asynchronous delete command completes successfully.- Parameters:
key- unique record identifierexisted- whether record existed on server before deletion
-
onFailure
This method is called when an asynchronous delete command fails.
-