Struct tikv::storage::metrics::prometheus_static_scope_32::SchedTooBusyVecInner[][src]

pub struct SchedTooBusyVecInner {
    pub get: LocalIntCounter,
    pub raw_batch_get_command: LocalIntCounter,
    pub scan: LocalIntCounter,
    pub batch_get: LocalIntCounter,
    pub batch_get_command: LocalIntCounter,
    pub prewrite: LocalIntCounter,
    pub acquire_pessimistic_lock: LocalIntCounter,
    pub commit: LocalIntCounter,
    pub cleanup: LocalIntCounter,
    pub rollback: LocalIntCounter,
    pub pessimistic_rollback: LocalIntCounter,
    pub txn_heart_beat: LocalIntCounter,
    pub check_txn_status: LocalIntCounter,
    pub check_secondary_locks: LocalIntCounter,
    pub scan_lock: LocalIntCounter,
    pub resolve_lock: LocalIntCounter,
    pub resolve_lock_lite: LocalIntCounter,
    pub delete_range: LocalIntCounter,
    pub pause: LocalIntCounter,
    pub key_mvcc: LocalIntCounter,
    pub start_ts_mvcc: LocalIntCounter,
    pub raw_get: LocalIntCounter,
    pub raw_batch_get: LocalIntCounter,
    pub raw_scan: LocalIntCounter,
    pub raw_batch_scan: LocalIntCounter,
    pub raw_put: LocalIntCounter,
    pub raw_batch_put: LocalIntCounter,
    pub raw_delete: LocalIntCounter,
    pub raw_delete_range: LocalIntCounter,
    pub raw_batch_delete: LocalIntCounter,
    pub raw_get_key_ttl: LocalIntCounter,
    pub raw_compare_and_swap: LocalIntCounter,
    pub raw_atomic_store: LocalIntCounter,
    last_flush: Cell<u64>,
    flush_millis: u64,
}

Fields

get: LocalIntCounterraw_batch_get_command: LocalIntCounterscan: LocalIntCounterbatch_get: LocalIntCounterbatch_get_command: LocalIntCounterprewrite: LocalIntCounteracquire_pessimistic_lock: LocalIntCountercommit: LocalIntCountercleanup: LocalIntCounterrollback: LocalIntCounterpessimistic_rollback: LocalIntCountertxn_heart_beat: LocalIntCountercheck_txn_status: LocalIntCountercheck_secondary_locks: LocalIntCounterscan_lock: LocalIntCounterresolve_lock: LocalIntCounterresolve_lock_lite: LocalIntCounterdelete_range: LocalIntCounterpause: LocalIntCounterkey_mvcc: LocalIntCounterstart_ts_mvcc: LocalIntCounterraw_get: LocalIntCounterraw_batch_get: LocalIntCounterraw_scan: LocalIntCounterraw_batch_scan: LocalIntCounterraw_put: LocalIntCounterraw_batch_put: LocalIntCounterraw_delete: LocalIntCounterraw_delete_range: LocalIntCounterraw_batch_delete: LocalIntCounterraw_get_key_ttl: LocalIntCounterraw_compare_and_swap: LocalIntCounterraw_atomic_store: LocalIntCounterlast_flush: Cell<u64>flush_millis: u64

Implementations

impl SchedTooBusyVecInner[src]

pub fn from(m: &IntCounterVec) -> SchedTooBusyVecInner[src]

pub fn flush(&self)[src]

pub fn with_flush_duration(self, duration: Duration) -> Self[src]

Trait Implementations

impl CounterDelegator<SchedTooBusyVecInner, GenericLocalCounter<AtomicI64>> for SchedTooBusyVecDelegator[src]

impl LocalMetric for SchedTooBusyVecInner[src]

impl MayFlush for SchedTooBusyVecInner[src]

Auto Trait Implementations

impl !RefUnwindSafe for SchedTooBusyVecInner

impl Send for SchedTooBusyVecInner

impl !Sync for SchedTooBusyVecInner

impl Unpin for SchedTooBusyVecInner

impl UnwindSafe for SchedTooBusyVecInner

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]