Struct rocksdb::IOStatsContext[][src]

pub struct IOStatsContext { /* fields omitted */ }

Implementations

impl IOStatsContext[src]

pub fn get() -> IOStatsContext[src]

pub fn reset(&mut self)[src]

pub fn bytes_written(&self) -> u64[src]

pub fn bytes_read(&self) -> u64[src]

pub fn open_nanos(&self) -> u64[src]

pub fn allocate_nanos(&self) -> u64[src]

pub fn write_nanos(&self) -> u64[src]

pub fn read_nanos(&self) -> u64[src]

pub fn range_sync_nanos(&self) -> u64[src]

pub fn fsync_nanos(&self) -> u64[src]

pub fn prepare_write_nanos(&self) -> u64[src]

pub fn logger_nanos(&self) -> u64[src]

Auto Trait Implementations

impl RefUnwindSafe for IOStatsContext

impl !Send for IOStatsContext

impl !Sync for IOStatsContext

impl Unpin for IOStatsContext

impl UnwindSafe for IOStatsContext

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.