IAsyncClient.Operate(BatchPolicy, BatchRecordSequenceListener, List<BatchRecord>) Method
Asynchronously read/write multiple records for specified batch keys in one batch call.
This method schedules the get command with a channel selector and returns.
Another thread will process the command and send the results to the listener in a single call.
This method allows different namespaces/bins to be requested for each key in the batch.
Each record result is returned in separate OnRecord() calls.
The returned records are located in the same list.
BatchRecord can be BatchRead, BatchWrite, BatchDelete or
BatchUDF.
Requires server version 6.0+
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
void Operate(
BatchPolicy policy,
BatchRecordSequenceListener listener,
List<BatchRecord> records
)
Parameters
- policy BatchPolicy
- batch configuration parameters, pass in null for defaults
- listener BatchRecordSequenceListener
- where to send results
- records List<BatchRecord>
- list of unique record identifiers and read/write operations