Struct tikv::coprocessor::metrics::prometheus_static_scope_4::CoprScanDetails3Inner[][src]

pub struct CoprScanDetails3Inner {
    pub processed_keys: LocalIntCounter,
    pub get: LocalIntCounter,
    pub next: LocalIntCounter,
    pub prev: LocalIntCounter,
    pub seek: LocalIntCounter,
    pub seek_for_prev: LocalIntCounter,
    pub over_seek_bound: LocalIntCounter,
    pub next_tombstone: LocalIntCounter,
    pub prev_tombstone: LocalIntCounter,
    pub seek_tombstone: LocalIntCounter,
    pub seek_for_prev_tombstone: LocalIntCounter,
    pub ttl_tombstone: LocalIntCounter,
}

Fields

processed_keys: LocalIntCounterget: LocalIntCounternext: LocalIntCounterprev: LocalIntCounterseek: LocalIntCounterseek_for_prev: LocalIntCounterover_seek_bound: LocalIntCounternext_tombstone: LocalIntCounterprev_tombstone: LocalIntCounterseek_tombstone: LocalIntCounterseek_for_prev_tombstone: LocalIntCounterttl_tombstone: LocalIntCounter

Implementations

impl CoprScanDetails3Inner[src]

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

pub fn flush(&self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for CoprScanDetails3Inner

impl Send for CoprScanDetails3Inner

impl !Sync for CoprScanDetails3Inner

impl Unpin for CoprScanDetails3Inner

impl UnwindSafe for CoprScanDetails3Inner

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]