[][src]Module elastic::client::sender::static_nodes

Multiple static nodes that can be load balanced by some strategy.

Structs

RoundRobin

A round-robin strategy cycles through nodes sequentially.

StaticNodes

Select a base address for a given request using some strategy.

Enums

StrategyError

Traits

Strategy

The strategy selects an address from a given collection.