Struct kudu_pb::tserver::ScanResponsePB
[−]
[src]
pub struct ScanResponsePB { /* fields omitted */ }
Methods
impl ScanResponsePB
[src]
fn new() -> ScanResponsePB
fn default_instance() -> &'static ScanResponsePB
fn clear_error(&mut self)
fn has_error(&self) -> bool
fn set_error(&mut self, v: TabletServerErrorPB)
fn mut_error(&mut self) -> &mut TabletServerErrorPB
fn take_error(&mut self) -> TabletServerErrorPB
fn get_error(&self) -> &TabletServerErrorPB
fn clear_scanner_id(&mut self)
fn has_scanner_id(&self) -> bool
fn set_scanner_id(&mut self, v: Vec<u8>)
fn mut_scanner_id(&mut self) -> &mut Vec<u8>
fn take_scanner_id(&mut self) -> Vec<u8>
fn get_scanner_id(&self) -> &[u8]
fn clear_has_more_results(&mut self)
fn has_has_more_results(&self) -> bool
fn set_has_more_results(&mut self, v: bool)
fn get_has_more_results(&self) -> bool
fn clear_data(&mut self)
fn has_data(&self) -> bool
fn set_data(&mut self, v: RowwiseRowBlockPB)
fn mut_data(&mut self) -> &mut RowwiseRowBlockPB
fn take_data(&mut self) -> RowwiseRowBlockPB
fn get_data(&self) -> &RowwiseRowBlockPB
fn clear_snap_timestamp(&mut self)
fn has_snap_timestamp(&self) -> bool
fn set_snap_timestamp(&mut self, v: u64)
fn get_snap_timestamp(&self) -> u64
fn clear_last_primary_key(&mut self)
fn has_last_primary_key(&self) -> bool
fn set_last_primary_key(&mut self, v: Vec<u8>)
fn mut_last_primary_key(&mut self) -> &mut Vec<u8>
fn take_last_primary_key(&mut self) -> Vec<u8>
fn get_last_primary_key(&self) -> &[u8]
fn clear_resource_metrics(&mut self)
fn has_resource_metrics(&self) -> bool
fn set_resource_metrics(&mut self, v: ResourceMetricsPB)
fn mut_resource_metrics(&mut self) -> &mut ResourceMetricsPB
fn take_resource_metrics(&mut self) -> ResourceMetricsPB
fn get_resource_metrics(&self) -> &ResourceMetricsPB
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 ScanResponsePB
[src]
fn eq(&self, __arg_0: &ScanResponsePB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ScanResponsePB) -> bool
This method tests for !=
.
impl Clone for ScanResponsePB
[src]
fn clone(&self) -> ScanResponsePB
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 ScanResponsePB
[src]
fn default() -> ScanResponsePB
Returns the "default value" for a type. Read more