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

Packages that use RecordListener
com.aerospike.client.async   
 

Uses of RecordListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type RecordListener
 void AsyncClient.get(Policy policy, RecordListener listener, Key key)
          Asynchronously read entire record for specified key.
 void AsyncClient.get(Policy policy, RecordListener listener, Key key, java.lang.String... binNames)
          Asynchronously read record header and bins for specified key.
 void AsyncClient.getHeader(Policy policy, RecordListener listener, Key key)
          Asynchronously read record generation and expiration only for specified key.
 void AsyncClient.operate(WritePolicy policy, RecordListener listener, Key key, Operation... operations)
          Asynchronously perform multiple read/write operations on a single key in one batch call.