Struct kudu_pb::master::ReportedTabletPB
[−]
[src]
pub struct ReportedTabletPB { /* fields omitted */ }
Methods
impl ReportedTabletPB
[src]
fn new() -> ReportedTabletPB
fn default_instance() -> &'static ReportedTabletPB
fn clear_tablet_id(&mut self)
fn has_tablet_id(&self) -> bool
fn set_tablet_id(&mut self, v: Vec<u8>)
fn mut_tablet_id(&mut self) -> &mut Vec<u8>
fn take_tablet_id(&mut self) -> Vec<u8>
fn get_tablet_id(&self) -> &[u8]
fn clear_state(&mut self)
fn has_state(&self) -> bool
fn set_state(&mut self, v: TabletStatePB)
fn get_state(&self) -> TabletStatePB
fn clear_tablet_data_state(&mut self)
fn has_tablet_data_state(&self) -> bool
fn set_tablet_data_state(&mut self, v: TabletDataState)
fn get_tablet_data_state(&self) -> TabletDataState
fn clear_committed_consensus_state(&mut self)
fn has_committed_consensus_state(&self) -> bool
fn set_committed_consensus_state(&mut self, v: ConsensusStatePB)
fn mut_committed_consensus_state(&mut self) -> &mut ConsensusStatePB
fn take_committed_consensus_state(&mut self) -> ConsensusStatePB
fn get_committed_consensus_state(&self) -> &ConsensusStatePB
fn clear_error(&mut self)
fn has_error(&self) -> bool
fn set_error(&mut self, v: AppStatusPB)
fn mut_error(&mut self) -> &mut AppStatusPB
fn take_error(&mut self) -> AppStatusPB
fn get_error(&self) -> &AppStatusPB
fn clear_schema_version(&mut self)
fn has_schema_version(&self) -> bool
fn set_schema_version(&mut self, v: u32)
fn get_schema_version(&self) -> u32
Trait Implementations
impl PartialEq for ReportedTabletPB
[src]
fn eq(&self, __arg_0: &ReportedTabletPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ReportedTabletPB) -> bool
This method tests for !=
.
impl Clone for ReportedTabletPB
[src]
fn clone(&self) -> ReportedTabletPB
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 Default for ReportedTabletPB
[src]
fn default() -> ReportedTabletPB
Returns the "default value" for a type. Read more