| Interface | Description |
|---|---|
| LoadBalancingPolicy |
Chooses the reader target for a request from a set of candidates ("sticky vs per-query
balancing").
|
| Class | Description |
|---|---|
| PerQueryBalancedReaderPolicy |
LoadBalancingPolicy that rotates readers per read query (query-level load balancing). |
| StickyReaderPolicy |
LoadBalancingPolicy that selects a reader using the configured host-selector strategy. |