AsyncClient QueryPartitions Method (QueryPolicy, RecordSequenceListener, Statement, PartitionFilter)Aerospike
Asynchronously execute query for specified partitions. The query policy's
maxConcurrentNodes
dictate how many nodes can be queried in parallel. The default is to query all nodes in parallel.

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.

Each record result is returned in separate OnRecord() calls.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Implements

IAsyncClient QueryPartitions(QueryPolicy, RecordSequenceListener, Statement, PartitionFilter)
Exceptions

See Also