Put(WritePolicy, Key, Bin[]) | Write record bin(s). The policy specifies the command timeouts, record expiration and how the command is handled when the record already exists. |
Put(WritePolicy, WriteListener, Key, Bin[]) |
Asynchronously write record bin(s).
Schedules the put command with a channel selector and return.
Another thread will process the command and send the results to the listener.
The policy specifies the command timeout, record expiration and how the command is handled when the record already exists. |
Put(WritePolicy, CancellationToken, Key, Bin[]) |
Asynchronously write record bin(s).
Create listener, call asynchronous put and return task monitor.
The policy specifies the command timeout, record expiration and how the command is handled when the record already exists. |