AsyncClientScanAll Method

Overload List

ScanAll(ScanPolicy, String, String, ScanCallback, String) Read all records in specified namespace and set. If the policy's concurrentNodes is specified, each server node will be read in parallel. Otherwise, server nodes are read in series.

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

ScanAll(ScanPolicy, RecordSequenceListener, String, String, String) Asynchronously read all records in specified namespace and set. 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