Struct kudu_pb::master::SysTabletsEntryPB
[−]
[src]
pub struct SysTabletsEntryPB { /* fields omitted */ }
Methods
impl SysTabletsEntryPB
[src]
fn new() -> SysTabletsEntryPB
fn default_instance() -> &'static SysTabletsEntryPB
fn clear_DEPRECATED_start_key(&mut self)
fn has_DEPRECATED_start_key(&self) -> bool
fn set_DEPRECATED_start_key(&mut self, v: Vec<u8>)
fn mut_DEPRECATED_start_key(&mut self) -> &mut Vec<u8>
fn take_DEPRECATED_start_key(&mut self) -> Vec<u8>
fn get_DEPRECATED_start_key(&self) -> &[u8]
fn clear_DEPRECATED_end_key(&mut self)
fn has_DEPRECATED_end_key(&self) -> bool
fn set_DEPRECATED_end_key(&mut self, v: Vec<u8>)
fn mut_DEPRECATED_end_key(&mut self) -> &mut Vec<u8>
fn take_DEPRECATED_end_key(&mut self) -> Vec<u8>
fn get_DEPRECATED_end_key(&self) -> &[u8]
fn clear_partition(&mut self)
fn has_partition(&self) -> bool
fn set_partition(&mut self, v: PartitionPB)
fn mut_partition(&mut self) -> &mut PartitionPB
fn take_partition(&mut self) -> PartitionPB
fn get_partition(&self) -> &PartitionPB
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_state(&mut self)
fn has_state(&self) -> bool
fn set_state(&mut self, v: SysTabletsEntryPB_State)
fn get_state(&self) -> SysTabletsEntryPB_State
fn clear_state_msg(&mut self)
fn has_state_msg(&self) -> bool
fn set_state_msg(&mut self, v: Vec<u8>)
fn mut_state_msg(&mut self) -> &mut Vec<u8>
fn take_state_msg(&mut self) -> Vec<u8>
fn get_state_msg(&self) -> &[u8]
fn clear_table_id(&mut self)
fn has_table_id(&self) -> bool
fn set_table_id(&mut self, v: Vec<u8>)
fn mut_table_id(&mut self) -> &mut Vec<u8>
fn take_table_id(&mut self) -> Vec<u8>
fn get_table_id(&self) -> &[u8]
Trait Implementations
impl PartialEq for SysTabletsEntryPB
[src]
fn eq(&self, __arg_0: &SysTabletsEntryPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SysTabletsEntryPB) -> bool
This method tests for !=
.
impl Clone for SysTabletsEntryPB
[src]
fn clone(&self) -> SysTabletsEntryPB
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 SysTabletsEntryPB
[src]
fn default() -> SysTabletsEntryPB
Returns the "default value" for a type. Read more