Struct kudu_pb::tablet::TabletStatusPB
[−]
[src]
pub struct TabletStatusPB { /* fields omitted */ }
Methods
impl TabletStatusPB
[src]
fn new() -> TabletStatusPB
fn default_instance() -> &'static TabletStatusPB
fn clear_tablet_id(&mut self)
fn has_tablet_id(&self) -> bool
fn set_tablet_id(&mut self, v: String)
fn mut_tablet_id(&mut self) -> &mut String
fn take_tablet_id(&mut self) -> String
fn get_tablet_id(&self) -> &str
fn clear_table_name(&mut self)
fn has_table_name(&self) -> bool
fn set_table_name(&mut self, v: String)
fn mut_table_name(&mut self) -> &mut String
fn take_table_name(&mut self) -> String
fn get_table_name(&self) -> &str
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_last_status(&mut self)
fn has_last_status(&self) -> bool
fn set_last_status(&mut self, v: String)
fn mut_last_status(&mut self) -> &mut String
fn take_last_status(&mut self) -> String
fn get_last_status(&self) -> &str
fn clear_start_key(&mut self)
fn has_start_key(&self) -> bool
fn set_start_key(&mut self, v: Vec<u8>)
fn mut_start_key(&mut self) -> &mut Vec<u8>
fn take_start_key(&mut self) -> Vec<u8>
fn get_start_key(&self) -> &[u8]
fn clear_end_key(&mut self)
fn has_end_key(&self) -> bool
fn set_end_key(&mut self, v: Vec<u8>)
fn mut_end_key(&mut self) -> &mut Vec<u8>
fn take_end_key(&mut self) -> Vec<u8>
fn get_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_estimated_on_disk_size(&mut self)
fn has_estimated_on_disk_size(&self) -> bool
fn set_estimated_on_disk_size(&mut self, v: i64)
fn get_estimated_on_disk_size(&self) -> i64
Trait Implementations
impl PartialEq for TabletStatusPB
[src]
fn eq(&self, __arg_0: &TabletStatusPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TabletStatusPB) -> bool
This method tests for !=
.
impl Clone for TabletStatusPB
[src]
fn clone(&self) -> TabletStatusPB
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 TabletStatusPB
[src]
fn default() -> TabletStatusPB
Returns the "default value" for a type. Read more