Asynchronously execute query on all server nodes. The query policy's
dictate how many nodes can be queried in parallel.
The default is to query all nodes in parallel.
Namespace: Aerospike.ClientmaxConcurrentNodes
This method schedules the node's query commands with channel selectors and returns. Selector threads will process the commands and send the results to the listener.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.4)
Syntax
Parameters
- policy
- Type: Aerospike.Client QueryPolicy
query configuration parameters, pass in null for defaults
- listener
- Type: Aerospike.Client RecordSequenceListener
where to send results
- statement
- Type: Aerospike.Client Statement
database query command parameters
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if query fails |
See Also