IAsyncClient.Get(BatchPolicy, BatchSequenceListener, List<BatchRead>) Method
Asynchronously read multiple records for specified batch keys in one batch call.
This method allows different namespaces/bins to be requested for each key in the batch.
The returned records are located in the same list.
If the BatchRecord key field is not found, the corresponding record field will be null.
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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
void Get(
BatchPolicy policy,
BatchSequenceListener listener,
List<BatchRead> records
)
Parameters
- policy BatchPolicy
- batch configuration parameters, pass in null for defaults
- listener BatchSequenceListener
- where to send results
- records List<BatchRead>
- list of unique record identifiers and the bins to retrieve.