Struct tikv::storage::metrics::prometheus_static_scope_29::SchedStageCounterVec2Inner[][src]

pub struct SchedStageCounterVec2Inner {
    pub new: LocalIntCounter,
    pub snapshot: LocalIntCounter,
    pub async_snapshot_err: LocalIntCounter,
    pub snapshot_ok: LocalIntCounter,
    pub snapshot_err: LocalIntCounter,
    pub read_finish: LocalIntCounter,
    pub next_cmd: LocalIntCounter,
    pub lock_wait: LocalIntCounter,
    pub process: LocalIntCounter,
    pub prepare_write_err: LocalIntCounter,
    pub write: LocalIntCounter,
    pub write_finish: LocalIntCounter,
    pub async_write_err: LocalIntCounter,
    pub error: LocalIntCounter,
    pub pipelined_write: LocalIntCounter,
    pub pipelined_write_finish: LocalIntCounter,
    pub async_apply_prewrite: LocalIntCounter,
    pub async_apply_prewrite_finish: LocalIntCounter,
}

Fields

new: LocalIntCountersnapshot: LocalIntCounterasync_snapshot_err: LocalIntCountersnapshot_ok: LocalIntCountersnapshot_err: LocalIntCounterread_finish: LocalIntCounternext_cmd: LocalIntCounterlock_wait: LocalIntCounterprocess: LocalIntCounterprepare_write_err: LocalIntCounterwrite: LocalIntCounterwrite_finish: LocalIntCounterasync_write_err: LocalIntCountererror: LocalIntCounterpipelined_write: LocalIntCounterpipelined_write_finish: LocalIntCounterasync_apply_prewrite: LocalIntCounterasync_apply_prewrite_finish: LocalIntCounter

Implementations

impl SchedStageCounterVec2Inner[src]

pub fn from(label_0: &str, m: &IntCounterVec) -> SchedStageCounterVec2Inner[src]

pub fn flush(&self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for SchedStageCounterVec2Inner

impl Send for SchedStageCounterVec2Inner

impl !Sync for SchedStageCounterVec2Inner

impl Unpin for SchedStageCounterVec2Inner

impl UnwindSafe for SchedStageCounterVec2Inner

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<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

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

impl<T> Instrument for T[src]

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

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized
[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]