Struct libblobd_lite::metrics::BlobdMetrics
source · pub struct BlobdMetrics { /* private fields */ }
Implementations§
source§impl BlobdMetrics
impl BlobdMetrics
pub fn allocated_block_count(&self) -> u64
pub fn allocated_page_count(&self) -> u64
pub fn deleted_object_count(&self) -> u64
pub fn incomplete_object_count(&self) -> u64
pub fn object_count(&self) -> u64
pub fn object_data_bytes(&self) -> u64
pub fn object_metadata_bytes(&self) -> u64
pub fn used_bytes(&self) -> u64
Trait Implementations§
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