Struct kudu::TabletServer
[−]
[src]
pub struct TabletServer { /* fields omitted */ }Tablet server metadata.
This information should be considered 'point-in-time', and may change as the cluster topology changes.
Methods
impl TabletServer[src]
fn id(&self) -> &TabletServerId
fn rpc_addrs(&self) -> &[(String, u16)]
fn http_addrs(&self) -> &[(String, u16)]
fn software_version(&self) -> &str
fn seqno(&self) -> i64
fn duration_since_heartbeat(&self) -> Duration
Trait Implementations
impl Clone for TabletServer[src]
fn clone(&self) -> TabletServer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for TabletServer[src]
impl PartialEq for TabletServer[src]
fn eq(&self, __arg_0: &TabletServer) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TabletServer) -> bool
This method tests for !=.