AsyncClient Append Method Aerospike
Overload List

  NameDescription
Public methodAppend(WritePolicy, Key,  Bin )
Append bin string values to existing record bin values. The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists. This call only works for string values.
(Inherited from AerospikeClient.)
Public methodAppend(WritePolicy, WriteListener, Key,  Bin )
Asynchronously append bin string values to existing record bin values. This method schedules the append 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. This call only works for string values.

Back to Top
See Also