IAerospikeClientScanNode Method

Overload List

ScanNode(ScanPolicy, Node, String, String, ScanCallback, String) Read all records in specified namespace and set for one node only.

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

ScanNode(ScanPolicy, String, String, String, ScanCallback, String) Read all records in specified namespace and set for one node only. The node is specified by name.

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

See Also