Struct libblobd_direct::metrics::BlobdMetrics
source · pub struct BlobdMetrics(_);Implementations§
source§impl BlobdMetrics
impl BlobdMetrics
pub fn commit_op_count(&self) -> u64
pub fn create_op_count(&self) -> u64
pub fn delete_op_count(&self) -> u64
pub fn inspect_op_count(&self) -> u64
pub fn read_op_count(&self) -> u64
pub fn read_op_bytes_requested(&self) -> u64
pub fn read_op_bytes_sent(&self) -> u64
pub fn read_op_bytes_discarded(&self) -> u64
pub fn write_op_count(&self) -> u64
pub fn write_op_bytes_requested(&self) -> u64
pub fn write_op_bytes_written(&self) -> u64
pub fn allocated_bytes(&self) -> u64
pub fn object_metadata_bytes(&self) -> u64
pub fn object_data_bytes(&self) -> u64
pub fn incomplete_object_count(&self) -> u64
pub fn committed_object_count(&self) -> u64
Trait Implementations§
source§impl Clone for BlobdMetrics
impl Clone for BlobdMetrics
source§fn clone(&self) -> BlobdMetrics
fn clone(&self) -> BlobdMetrics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for BlobdMetrics
impl Default for BlobdMetrics
source§fn default() -> BlobdMetrics
fn default() -> BlobdMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BlobdMetrics
impl Send for BlobdMetrics
impl Sync for BlobdMetrics
impl Unpin for BlobdMetrics
impl UnwindSafe for BlobdMetrics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more