Struct tikv::storage::metrics::prometheus_static_scope_25::SchedDurationVecInner[][src]

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

Fields

get: LocalHistogramraw_batch_get_command: LocalHistogramscan: LocalHistogrambatch_get: LocalHistogrambatch_get_command: LocalHistogramprewrite: LocalHistogramacquire_pessimistic_lock: LocalHistogramcommit: LocalHistogramcleanup: LocalHistogramrollback: LocalHistogrampessimistic_rollback: LocalHistogramtxn_heart_beat: LocalHistogramcheck_txn_status: LocalHistogramcheck_secondary_locks: LocalHistogramscan_lock: LocalHistogramresolve_lock: LocalHistogramresolve_lock_lite: LocalHistogramdelete_range: LocalHistogrampause: LocalHistogramkey_mvcc: LocalHistogramstart_ts_mvcc: LocalHistogramraw_get: LocalHistogramraw_batch_get: LocalHistogramraw_scan: LocalHistogramraw_batch_scan: LocalHistogramraw_put: LocalHistogramraw_batch_put: LocalHistogramraw_delete: LocalHistogramraw_delete_range: LocalHistogramraw_batch_delete: LocalHistogramraw_get_key_ttl: LocalHistogramraw_compare_and_swap: LocalHistogramraw_atomic_store: LocalHistogramlast_flush: Cell<u64>flush_millis: u64

Implementations

impl SchedDurationVecInner[src]

pub fn from(m: &HistogramVec) -> SchedDurationVecInner[src]

pub fn flush(&self)[src]

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

Trait Implementations

impl HistogramDelegator<SchedDurationVecInner> for SchedDurationVecDelegator[src]

impl LocalMetric for SchedDurationVecInner[src]

impl MayFlush for SchedDurationVecInner[src]

Auto Trait Implementations

impl !RefUnwindSafe for SchedDurationVecInner

impl Send for SchedDurationVecInner

impl !Sync for SchedDurationVecInner

impl Unpin for SchedDurationVecInner

impl UnwindSafe for SchedDurationVecInner

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]