scylla::transport::load_balancing

Type Alias FallbackPlan

Source
pub type FallbackPlan<'a> = Box<dyn Iterator<Item = NodeRef<'a>> + Send + Sync + 'a>;
Expand description

The fallback list of nodes in the query plan.

It is computed on-demand, only if querying the most preferred node fails (or when speculative execution is triggered).

Aliased Typeยง

struct FallbackPlan<'a>(/* private fields */);