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