pub struct DCAwareSelector;Expand description
A data-center aware node selector.
This will prioritise sending replication data to nodes which are part of a different availability zone or data center center as it’s referred to.
If this is not possible or can distribute the load evenly, it may also choose nodes apart of the same data center.
Trait Implementations§
Source§impl Clone for DCAwareSelector
impl Clone for DCAwareSelector
Source§fn clone(&self) -> DCAwareSelector
fn clone(&self) -> DCAwareSelector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DCAwareSelector
impl Debug for DCAwareSelector
Source§impl Default for DCAwareSelector
impl Default for DCAwareSelector
Source§fn default() -> DCAwareSelector
fn default() -> DCAwareSelector
Returns the “default value” for a type. Read more
Source§impl NodeSelector for DCAwareSelector
impl NodeSelector for DCAwareSelector
Source§fn select_nodes(
&mut self,
local_node: SocketAddr,
local_dc: &str,
total_nodes: usize,
data_centers: &mut BTreeMap<Cow<'static, str>, NodeCycler>,
consistency: Consistency,
) -> Result<Nodes, ConsistencyError>
fn select_nodes( &mut self, local_node: SocketAddr, local_dc: &str, total_nodes: usize, data_centers: &mut BTreeMap<Cow<'static, str>, NodeCycler>, consistency: Consistency, ) -> Result<Nodes, ConsistencyError>
Produces a set of node addresses based on the desired consistency level. Read more
impl Copy for DCAwareSelector
Auto Trait Implementations§
impl Freeze for DCAwareSelector
impl RefUnwindSafe for DCAwareSelector
impl Send for DCAwareSelector
impl Sync for DCAwareSelector
impl Unpin for DCAwareSelector
impl UnwindSafe for DCAwareSelector
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.