Struct kudu_pb::master::TabletLocationsPB
[−]
[src]
pub struct TabletLocationsPB { /* fields omitted */ }
Methods
impl TabletLocationsPB
[src]
fn new() -> TabletLocationsPB
fn default_instance() -> &'static TabletLocationsPB
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_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_replicas(&mut self)
fn set_replicas(&mut self, v: RepeatedField<TabletLocationsPB_ReplicaPB>)
fn mut_replicas(&mut self) -> &mut RepeatedField<TabletLocationsPB_ReplicaPB>
fn take_replicas(&mut self) -> RepeatedField<TabletLocationsPB_ReplicaPB>
fn get_replicas(&self) -> &[TabletLocationsPB_ReplicaPB]
fn clear_DEPRECATED_stale(&mut self)
fn has_DEPRECATED_stale(&self) -> bool
fn set_DEPRECATED_stale(&mut self, v: bool)
fn get_DEPRECATED_stale(&self) -> bool
Trait Implementations
impl PartialEq for TabletLocationsPB
[src]
fn eq(&self, __arg_0: &TabletLocationsPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TabletLocationsPB) -> bool
This method tests for !=
.
impl Clone for TabletLocationsPB
[src]
fn clone(&self) -> TabletLocationsPB
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 TabletLocationsPB
[src]
fn default() -> TabletLocationsPB
Returns the "default value" for a type. Read more