AsyncClient Put Method Aerospike
Overload List

  NameDescription
Public methodPut(WritePolicy, Key,  Bin )
Write record bin(s). The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists.
(Inherited from AerospikeClient.)
Public methodPut(WritePolicy, WriteListener, Key,  Bin )
Asynchronously write record bin(s). This method schedules the put command with a channel selector and returns. Another thread will process the command and send the results to the listener.

The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists.

Back to Top
See Also