Struct kudu::Replica [] [src]

pub struct Replica { /* fields omitted */ }

Tablet replica belonging to a tablet server.

Methods

impl Replica
[src]

Returns the ID of the tablet server which owns this replica.

Returns the RPC addresses of the tablet server which owns this replica.

The Raft role of this replica.

The resolved RPC addresses.

Trait Implementations

impl Clone for Replica
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Replica
[src]

Formats the value using the given formatter.

impl PartialEq for Replica
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Replica
[src]