AsyncClientDelete Method

Aerospike
Overload List

  NameDescription
Public methodDelete(WritePolicy, Key)
Delete record for specified key. Return whether record existed on server before deletion. The policy specifies the transaction timeout.
(Inherited from AerospikeClient.)
Public methodDelete(WritePolicy, DeleteListener, Key)
Asynchronously delete record for specified key. Schedule the delete command with a channel selector and return. Another thread will process the command and send the results to the listener.

The policy specifies the transaction timeout.

Public methodDelete(WritePolicy, CancellationToken, Key)
Asynchronously delete record for specified key. Create listener, call asynchronous delete and return task monitor.

The policy specifies the transaction timeout.

Top
See Also

Reference