Struct tikv::storage::metrics::prometheus_static_scope_24::CommandScanDetails[][src]

pub struct CommandScanDetails {
    inner: &'static LocalKey<CommandScanDetailsInner>,
    pub get: CommandScanDetailsDelegator,
    pub raw_batch_get_command: CommandScanDetailsDelegator,
    pub scan: CommandScanDetailsDelegator,
    pub batch_get: CommandScanDetailsDelegator,
    pub batch_get_command: CommandScanDetailsDelegator,
    pub prewrite: CommandScanDetailsDelegator,
    pub acquire_pessimistic_lock: CommandScanDetailsDelegator,
    pub commit: CommandScanDetailsDelegator,
    pub cleanup: CommandScanDetailsDelegator,
    pub rollback: CommandScanDetailsDelegator,
    pub pessimistic_rollback: CommandScanDetailsDelegator,
    pub txn_heart_beat: CommandScanDetailsDelegator,
    pub check_txn_status: CommandScanDetailsDelegator,
    pub check_secondary_locks: CommandScanDetailsDelegator,
    pub scan_lock: CommandScanDetailsDelegator,
    pub resolve_lock: CommandScanDetailsDelegator,
    pub resolve_lock_lite: CommandScanDetailsDelegator,
    pub delete_range: CommandScanDetailsDelegator,
    pub pause: CommandScanDetailsDelegator,
    pub key_mvcc: CommandScanDetailsDelegator,
    pub start_ts_mvcc: CommandScanDetailsDelegator,
    pub raw_get: CommandScanDetailsDelegator,
    pub raw_batch_get: CommandScanDetailsDelegator,
    pub raw_scan: CommandScanDetailsDelegator,
    pub raw_batch_scan: CommandScanDetailsDelegator,
    pub raw_put: CommandScanDetailsDelegator,
    pub raw_batch_put: CommandScanDetailsDelegator,
    pub raw_delete: CommandScanDetailsDelegator,
    pub raw_delete_range: CommandScanDetailsDelegator,
    pub raw_batch_delete: CommandScanDetailsDelegator,
    pub raw_get_key_ttl: CommandScanDetailsDelegator,
    pub raw_compare_and_swap: CommandScanDetailsDelegator,
    pub raw_atomic_store: CommandScanDetailsDelegator,
}

Fields

inner: &'static LocalKey<CommandScanDetailsInner>get: CommandScanDetailsDelegatorraw_batch_get_command: CommandScanDetailsDelegatorscan: CommandScanDetailsDelegatorbatch_get: CommandScanDetailsDelegatorbatch_get_command: CommandScanDetailsDelegatorprewrite: CommandScanDetailsDelegatoracquire_pessimistic_lock: CommandScanDetailsDelegatorcommit: CommandScanDetailsDelegatorcleanup: CommandScanDetailsDelegatorrollback: CommandScanDetailsDelegatorpessimistic_rollback: CommandScanDetailsDelegatortxn_heart_beat: CommandScanDetailsDelegatorcheck_txn_status: CommandScanDetailsDelegatorcheck_secondary_locks: CommandScanDetailsDelegatorscan_lock: CommandScanDetailsDelegatorresolve_lock: CommandScanDetailsDelegatorresolve_lock_lite: CommandScanDetailsDelegatordelete_range: CommandScanDetailsDelegatorpause: CommandScanDetailsDelegatorkey_mvcc: CommandScanDetailsDelegatorstart_ts_mvcc: CommandScanDetailsDelegatorraw_get: CommandScanDetailsDelegatorraw_batch_get: CommandScanDetailsDelegatorraw_scan: CommandScanDetailsDelegatorraw_batch_scan: CommandScanDetailsDelegatorraw_put: CommandScanDetailsDelegatorraw_batch_put: CommandScanDetailsDelegatorraw_delete: CommandScanDetailsDelegatorraw_delete_range: CommandScanDetailsDelegatorraw_batch_delete: CommandScanDetailsDelegatorraw_get_key_ttl: CommandScanDetailsDelegatorraw_compare_and_swap: CommandScanDetailsDelegatorraw_atomic_store: CommandScanDetailsDelegator

Implementations

impl CommandScanDetails[src]

pub fn from(
    inner: &'static LocalKey<CommandScanDetailsInner>
) -> CommandScanDetails
[src]

pub fn get(&self, enum_value: CommandKind) -> &CommandScanDetailsDelegator[src]

pub fn flush(&self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for CommandScanDetails

impl Send for CommandScanDetails

impl Sync for CommandScanDetails

impl Unpin for CommandScanDetails

impl UnwindSafe for CommandScanDetails

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> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?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]