AsyncClientScanPartitions Method

Overload List

ScanPartitions(ScanPolicy, PartitionFilter, String, String, ScanCallback, String) Read records in specified namespace, set and partition filter.

This call will block until the scan is complete - callbacks are made within the scope of this call.

ScanPartitions(ScanPolicy, RecordSequenceListener, PartitionFilter, String, String, String) Asynchronously read records in specified namespace, set and partition filter. If the policy's concurrentNodes is specified, each server node will be read in parallel. Otherwise, server nodes are read in series.

This method schedules the scan command with a channel selector and returns. Another thread will process the command and send the results to the listener.

See Also