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

Packages that use WriteListener
com.aerospike.client.async   
 

Uses of WriteListener in com.aerospike.client.async
 

Methods in com.aerospike.client.async with parameters of type WriteListener
 void AsyncClient.add(WritePolicy policy, WriteListener listener, Key key, Bin... bins)
          Asynchronously add integer bin values to existing record bin values.
 void AsyncClient.append(WritePolicy policy, WriteListener listener, Key key, Bin... bins)
          Asynchronously append bin string values to existing record bin values.
 void AsyncClient.prepend(WritePolicy policy, WriteListener listener, Key key, Bin... bins)
          Asynchronously prepend bin string values to existing record bin values.
 void AsyncClient.put(WritePolicy policy, WriteListener listener, Key key, Bin... bins)
          Asynchronously write record bin(s).
 void AsyncClient.touch(WritePolicy policy, WriteListener listener, Key key)
          Asynchronously create record if it does not already exist.