[][src]Struct conshash::Ring

pub struct Ring<T: Clone + ToString + Debug> { /* fields omitted */ }

Methods

impl<T> Ring<T> where
    T: Clone + ToString + Debug
[src]

pub fn new(num_replicas: usize) -> Ring<T>[src]

pub fn add_nodes(&mut self, nodes: &[T])[src]

pub fn remove_nodes(&mut self, nodes: &[T])[src]

pub fn add_node(&mut self, node: &T)[src]

pub fn remove_node(&mut self, node: &T)[src]

pub fn get_node(&self, key: u64) -> Option<&T>[src]

Auto Trait Implementations

impl<T> Send for Ring<T> where
    T: Send

impl<T> Sync for Ring<T> where
    T: Sync

impl<T> Unpin for Ring<T> where
    T: Unpin

impl<T> UnwindSafe for Ring<T> where
    T: RefUnwindSafe + UnwindSafe

impl<T> RefUnwindSafe for Ring<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]