ScanPolicy.maxConcurrentNodes Field
Maximum number of concurrent requests to server nodes at any point in time.
If there are 16 nodes in the cluster and maxConcurrentNodes is 8, then scan requests
will be made to 8 nodes in parallel. When a scan completes, a new scan request will
be issued until all 16 nodes have been scanned.
This field is only relevant when concurrentNodes is true.
Default: 0 (issue requests to all server nodes in parallel)
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.4.0+0f57007ab339dd64ba832432e6e4e74f3d9832da
public int maxConcurrentNodes
Field Value
Int32