Module scylla::transport::load_balancing

source ·
Expand description

Load balancing configurations
Session can use any load balancing policy which implements the LoadBalancingPolicy trait
See the book for more information

Structs§

  • The default load balancing policy.
  • The intended way to instantiate the DefaultPolicy.
  • The builder of LatencyAwareness module of DefaultPolicy.
  • The list of targets constituting the query plan. Target here is a pair (NodeRef<'a>, Shard).
  • Represents info about statement that can be used by load balancing policies.

Traits§

Type Aliases§