Expand description

Load balancing configurations
Session can use any load balancing policy which implements the LoadBalancingPolicy trait
Policies which implement the ChildLoadBalancingPolicy can be wrapped in some other policies
See the book for more information

Structs

A data-center aware Round-robin load balancing policy.

A Round-robin load balancing policy.

Represents info about statement that can be used by load balancing policies.

A wrapper load balancing policy that adds token awareness to a child policy.

Traits

This trait is used to apply policy to plan made by parent policy.

Policy that decides which nodes to contact for each query

Type Definitions