pub enum LatencyHistoryEvent {
Show 16 variants
ActiveDefragCycle,
AofFsyncAlways,
AofStat,
AofRewriteDiffWrite,
AofRename,
AofWrite,
AofWriteActiveChild,
AofWriteAlone,
AofWritePendingFsync,
Command,
ExpireCycle,
EvictionCycle,
EvictionDel,
FastCommand,
Fork,
RdbUnlinkTempFile,
}
Expand description
Latency history event for the latency_graph
& latency_history
commands.
Variants
ActiveDefragCycle
AofFsyncAlways
AofStat
AofRewriteDiffWrite
AofRename
AofWrite
AofWriteActiveChild
AofWriteAlone
AofWritePendingFsync
Command
ExpireCycle
EvictionCycle
EvictionDel
FastCommand
Fork
RdbUnlinkTempFile
Trait Implementations
sourceimpl From<LatencyHistoryEvent> for BulkString
impl From<LatencyHistoryEvent> for BulkString
sourcefn from(e: LatencyHistoryEvent) -> Self
fn from(e: LatencyHistoryEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for LatencyHistoryEvent
impl Send for LatencyHistoryEvent
impl Sync for LatencyHistoryEvent
impl Unpin for LatencyHistoryEvent
impl UnwindSafe for LatencyHistoryEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more