Enum engine_rocks::rocks_metrics::TickerEnum[][src]

pub enum TickerEnum {
    block_cache_add,
    block_cache_add_failures,
    block_cache_byte_read,
    block_cache_byte_write,
    block_cache_data_add,
    block_cache_data_bytes_insert,
    block_cache_data_hit,
    block_cache_data_miss,
    block_cache_filter_add,
    block_cache_filter_bytes_evict,
    block_cache_filter_bytes_insert,
    block_cache_filter_hit,
    block_cache_filter_miss,
    block_cache_hit,
    block_cache_index_add,
    block_cache_index_bytes_evict,
    block_cache_index_bytes_insert,
    block_cache_index_hit,
    block_cache_index_miss,
    block_cache_miss,
    bloom_prefix_checked,
    bloom_prefix_useful,
    bloom_useful,
    bytes_overwritten,
    bytes_read,
    bytes_relocated,
    bytes_written,
    compaction_key_drop_newer_entry,
    compaction_key_drop_obsolete,
    compaction_key_drop_range_del,
    flush_write_bytes,
    gc_input_files_count,
    gc_output_files_count,
    get_hit_l0,
    get_hit_l1,
    get_hit_l2_and_up,
    iter_bytes_read,
    keys_overwritten,
    keys_read,
    keys_relocated,
    keys_updated,
    keys_written,
    memtable_hit,
    memtable_miss,
    no_file_closes,
    no_file_errors,
    no_file_opens,
    number_blob_get,
    number_blob_next,
    number_blob_prev,
    number_blob_seek,
    number_db_next,
    number_db_next_found,
    number_db_prev,
    number_db_prev_found,
    number_db_seek,
    number_db_seek_found,
    optimized_del_drop_obsolete,
    range_del_drop_obsolete,
    read_amp_estimate_useful_bytes,
    read_amp_total_read_bytes,
    wal_file_bytes,
    write_done_by_other,
    write_done_by_self,
    write_timeout,
    write_with_wal,
    blob_cache_hit,
    blob_cache_miss,
    no_need,
    remain,
    discardable,
    sample,
    small_file,
    failure,
    success,
    trigger_next,
}

Variants

block_cache_add
block_cache_add_failures
block_cache_byte_read
block_cache_byte_write
block_cache_data_add
block_cache_data_bytes_insert
block_cache_data_hit
block_cache_data_miss
block_cache_filter_add
block_cache_filter_bytes_evict
block_cache_filter_bytes_insert
block_cache_filter_hit
block_cache_filter_miss
block_cache_hit
block_cache_index_add
block_cache_index_bytes_evict
block_cache_index_bytes_insert
block_cache_index_hit
block_cache_index_miss
block_cache_miss
bloom_prefix_checked
bloom_prefix_useful
bloom_useful
bytes_overwritten
bytes_read
bytes_relocated
bytes_written
compaction_key_drop_newer_entry
compaction_key_drop_obsolete
compaction_key_drop_range_del
flush_write_bytes
gc_input_files_count
gc_output_files_count
get_hit_l0
get_hit_l1
get_hit_l2_and_up
iter_bytes_read
keys_overwritten
keys_read
keys_relocated
keys_updated
keys_written
memtable_hit
memtable_miss
no_file_closes
no_file_errors
no_file_opens
number_blob_get
number_blob_next
number_blob_prev
number_blob_seek
number_db_next
number_db_next_found
number_db_prev
number_db_prev_found
number_db_seek
number_db_seek_found
optimized_del_drop_obsolete
range_del_drop_obsolete
read_amp_estimate_useful_bytes
read_amp_total_read_bytes
wal_file_bytes
write_done_by_other
write_done_by_self
write_timeout
write_with_wal
blob_cache_hit
blob_cache_miss
no_need
remain
discardable
sample
small_file
failure
success
trigger_next

Implementations

impl TickerEnum[src]

pub fn get_str(&self) -> &'static str[src]

Trait Implementations

impl Clone for TickerEnum[src]

impl Copy for TickerEnum[src]

impl Debug for TickerEnum[src]

impl Display for TickerEnum[src]

impl Eq for TickerEnum[src]

impl Hash for TickerEnum[src]

impl PartialEq<TickerEnum> for TickerEnum[src]

impl StructuralEq for TickerEnum[src]

impl StructuralPartialEq for TickerEnum[src]

Auto Trait Implementations

impl RefUnwindSafe for TickerEnum

impl Send for TickerEnum

impl Sync for TickerEnum

impl Unpin for TickerEnum

impl UnwindSafe for TickerEnum

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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> 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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?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]