Module scylla::transport::host_filter
source · Expand description
Structs§
- Unconditionally accepts all nodes.
- Accepts nodes whose addresses are present in the allow list provided during filter’s construction.
- Accepts nodes from given DC.
Traits§
- The
HostFilter
trait.