Uses of Interface
com.aerospike.client.listener.DeleteListener

Packages that use DeleteListener
com.aerospike.client.async   
 

Uses of DeleteListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type DeleteListener
 void AsyncClient.delete(WritePolicy policy, DeleteListener listener, Key key)
          Asynchronously delete record for specified key.