Struct kudu_pb::tserver::WriteRequestPB
[−]
[src]
pub struct WriteRequestPB { /* fields omitted */ }
Methods
impl WriteRequestPB
[src]
fn new() -> WriteRequestPB
fn default_instance() -> &'static WriteRequestPB
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_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_row_operations(&mut self)
fn has_row_operations(&self) -> bool
fn set_row_operations(&mut self, v: RowOperationsPB)
fn mut_row_operations(&mut self) -> &mut RowOperationsPB
fn take_row_operations(&mut self) -> RowOperationsPB
fn get_row_operations(&self) -> &RowOperationsPB
fn clear_external_consistency_mode(&mut self)
fn has_external_consistency_mode(&self) -> bool
fn set_external_consistency_mode(&mut self, v: ExternalConsistencyMode)
fn get_external_consistency_mode(&self) -> ExternalConsistencyMode
fn clear_propagated_timestamp(&mut self)
fn has_propagated_timestamp(&self) -> bool
fn set_propagated_timestamp(&mut self, v: u64)
fn get_propagated_timestamp(&self) -> u64
Trait Implementations
impl PartialEq for WriteRequestPB
[src]
fn eq(&self, __arg_0: &WriteRequestPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WriteRequestPB) -> bool
This method tests for !=
.
impl Clone for WriteRequestPB
[src]
fn clone(&self) -> WriteRequestPB
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 WriteRequestPB
[src]
fn default() -> WriteRequestPB
Returns the "default value" for a type. Read more