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

Packages that use RecordSequenceListener
com.aerospike.client.async   
 

Uses of RecordSequenceListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type RecordSequenceListener
 void AsyncClient.get(Policy policy, RecordSequenceListener listener, Key[] keys)
          Asynchronously read multiple records for specified keys in one batch call.
 void AsyncClient.get(Policy policy, RecordSequenceListener listener, Key[] keys, java.lang.String... binNames)
          Asynchronously read multiple record headers and bins for specified keys in one batch call.
 void AsyncClient.getHeader(Policy policy, RecordSequenceListener listener, Key[] keys)
          Asynchronously read multiple record header data for specified keys in one batch call.
 void AsyncClient.scanAll(ScanPolicy policy, RecordSequenceListener listener, java.lang.String namespace, java.lang.String setName, java.lang.String... binNames)
          Asynchronously read all records in specified namespace and set.