Execute query for specified partitions and return record iterator. The query executor puts
records on a queue in separate threads. The calling thread concurrently pops records off
the queue through the record iterator.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.8.0 (3.9.8)
Syntax
Parameters
- policy
- Type: Aerospike.Client QueryPolicy
query configuration parameters, pass in null for defaults
- statement
- Type: Aerospike.Client Statement
query filter. Statement instance is not suitable for reuse since it's modified in this method.
- partitionFilter
- Type: Aerospike.Client PartitionFilter
filter on a subset of data partitions
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if query fails |
See Also