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

Packages that use RecordArrayListener
com.aerospike.client.async   
 

Uses of RecordArrayListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type RecordArrayListener
 void AsyncClient.get(Policy policy, RecordArrayListener listener, Key[] keys)
          Asynchronously read multiple records for specified keys in one batch call.
 void AsyncClient.get(Policy policy, RecordArrayListener 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, RecordArrayListener listener, Key[] keys)
          Asynchronously read multiple record header data for specified keys in one batch call.