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

Packages that use ExistsListener
com.aerospike.client.async   
 

Uses of ExistsListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type ExistsListener
 void AsyncClient.exists(Policy policy, ExistsListener listener, Key key)
          Asynchronously determine if a record key exists.