Struct riak::preflist::PreflistItem [] [src]

pub struct PreflistItem {
    pub partition: i64,
    pub node: String,
    pub is_primary: bool,
}

Preflists are lists of VNodes responsible for a Riak object

For more information: https://docs.basho.com/riak/kv/latest/learn/concepts/replication/ PrefListItem represents a Riak preflist for a key

Fields

Methods

impl PreflistItem
[src]

Trait Implementations

impl Clone for PreflistItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PreflistItem
[src]

Formats the value using the given formatter.