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

Packages that use ExistsSequenceListener
com.aerospike.client.async   
 

Uses of ExistsSequenceListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type ExistsSequenceListener
 void AsyncClient.exists(Policy policy, ExistsSequenceListener listener, Key[] keys)
          Asynchronously check if multiple record keys exist in one batch call.