Type Alias scylla::transport::load_balancing::FallbackPlan
source · pub type FallbackPlan<'a> = Box<dyn Iterator<Item = (NodeRef<'a>, Option<Shard>)> + 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 */);