Struct kudu_pb::tserver::ResourceMetricsPB
[−]
[src]
pub struct ResourceMetricsPB { /* fields omitted */ }
Methods
impl ResourceMetricsPB
[src]
fn new() -> ResourceMetricsPB
fn default_instance() -> &'static ResourceMetricsPB
fn clear_cfile_cache_miss_bytes(&mut self)
fn has_cfile_cache_miss_bytes(&self) -> bool
fn set_cfile_cache_miss_bytes(&mut self, v: i64)
fn get_cfile_cache_miss_bytes(&self) -> i64
fn clear_cfile_cache_hit_bytes(&mut self)
fn has_cfile_cache_hit_bytes(&self) -> bool
fn set_cfile_cache_hit_bytes(&mut self, v: i64)
fn get_cfile_cache_hit_bytes(&self) -> i64
Trait Implementations
impl PartialEq for ResourceMetricsPB
[src]
fn eq(&self, __arg_0: &ResourceMetricsPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ResourceMetricsPB) -> bool
This method tests for !=
.
impl Clone for ResourceMetricsPB
[src]
fn clone(&self) -> ResourceMetricsPB
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 ResourceMetricsPB
[src]
fn default() -> ResourceMetricsPB
Returns the "default value" for a type. Read more