Struct kudu_pb::master::SysTablesEntryPB
[−]
[src]
pub struct SysTablesEntryPB { /* fields omitted */ }
Methods
impl SysTablesEntryPB
[src]
fn new() -> SysTablesEntryPB
fn default_instance() -> &'static SysTablesEntryPB
fn clear_name(&mut self)
fn has_name(&self) -> bool
fn set_name(&mut self, v: Vec<u8>)
fn mut_name(&mut self) -> &mut Vec<u8>
fn take_name(&mut self) -> Vec<u8>
fn get_name(&self) -> &[u8]
fn clear_version(&mut self)
fn has_version(&self) -> bool
fn set_version(&mut self, v: u32)
fn get_version(&self) -> u32
fn clear_schema(&mut self)
fn has_schema(&self) -> bool
fn set_schema(&mut self, v: SchemaPB)
fn mut_schema(&mut self) -> &mut SchemaPB
fn take_schema(&mut self) -> SchemaPB
fn get_schema(&self) -> &SchemaPB
fn clear_fully_applied_schema(&mut self)
fn has_fully_applied_schema(&self) -> bool
fn set_fully_applied_schema(&mut self, v: SchemaPB)
fn mut_fully_applied_schema(&mut self) -> &mut SchemaPB
fn take_fully_applied_schema(&mut self) -> SchemaPB
fn get_fully_applied_schema(&self) -> &SchemaPB
fn clear_partition_schema(&mut self)
fn has_partition_schema(&self) -> bool
fn set_partition_schema(&mut self, v: PartitionSchemaPB)
fn mut_partition_schema(&mut self) -> &mut PartitionSchemaPB
fn take_partition_schema(&mut self) -> PartitionSchemaPB
fn get_partition_schema(&self) -> &PartitionSchemaPB
fn clear_next_column_id(&mut self)
fn has_next_column_id(&self) -> bool
fn set_next_column_id(&mut self, v: i32)
fn get_next_column_id(&self) -> i32
fn clear_num_replicas(&mut self)
fn has_num_replicas(&self) -> bool
fn set_num_replicas(&mut self, v: i32)
fn get_num_replicas(&self) -> i32
fn clear_state(&mut self)
fn has_state(&self) -> bool
fn set_state(&mut self, v: SysTablesEntryPB_State)
fn get_state(&self) -> SysTablesEntryPB_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]
Trait Implementations
impl PartialEq for SysTablesEntryPB
[src]
fn eq(&self, __arg_0: &SysTablesEntryPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SysTablesEntryPB) -> bool
This method tests for !=
.
impl Clone for SysTablesEntryPB
[src]
fn clone(&self) -> SysTablesEntryPB
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 SysTablesEntryPB
[src]
fn default() -> SysTablesEntryPB
Returns the "default value" for a type. Read more