This client handles administrative tasks needed to manage communication
with server nodes. The client knows the optimal cluster node for each transaction,
handles retries, and manages cluster reconfiguration issues in a way that is
transparent to the application. The client converts database requests into the wire
protocol and sends each request to a server node in the cluster.
The CitrusleafClient IScanCallback type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | ScanRecordCallback |
This method will be called for each record returned from the scan.
The user can terminate the scan by returning false.
|
See Also