Struct mtop_client::SlabItem
source · pub struct SlabItem {Show 29 fields
pub id: u64,
pub number: u64,
pub number_hot: u64,
pub number_warm: u64,
pub number_cold: u64,
pub age_hot: u64,
pub age_warm: u64,
pub age: u64,
pub mem_requested: u64,
pub evicted: u64,
pub evicted_nonzero: u64,
pub evicted_time: u64,
pub out_of_memory: u64,
pub tail_repairs: u64,
pub reclaimed: u64,
pub expired_unfetched: u64,
pub evicted_unfetched: u64,
pub evicted_active: u64,
pub crawler_reclaimed: u64,
pub crawler_items_checked: u64,
pub lrutail_reflocked: u64,
pub moves_to_cold: u64,
pub moves_to_warm: u64,
pub moves_within_lru: u64,
pub direct_reclaims: u64,
pub hits_to_hot: u64,
pub hits_to_warm: u64,
pub hits_to_cold: u64,
pub hits_to_temp: u64,
}Fields§
§id: u64§number: u64§number_hot: u64§number_warm: u64§number_cold: u64§age_hot: u64§age_warm: u64§age: u64§mem_requested: u64§evicted: u64§evicted_nonzero: u64§evicted_time: u64§out_of_memory: u64§tail_repairs: u64§reclaimed: u64§expired_unfetched: u64§evicted_unfetched: u64§evicted_active: u64§crawler_reclaimed: u64§crawler_items_checked: u64§lrutail_reflocked: u64§moves_to_cold: u64§moves_to_warm: u64§moves_within_lru: u64§direct_reclaims: u64§hits_to_hot: u64§hits_to_warm: u64§hits_to_cold: u64§hits_to_temp: u64Trait Implementations§
source§impl Ord for SlabItem
impl Ord for SlabItem
source§impl PartialEq for SlabItem
impl PartialEq for SlabItem
source§impl PartialOrd for SlabItem
impl PartialOrd for SlabItem
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SlabItem
impl StructuralPartialEq for SlabItem
Auto Trait Implementations§
impl Freeze for SlabItem
impl RefUnwindSafe for SlabItem
impl Send for SlabItem
impl Sync for SlabItem
impl Unpin for SlabItem
impl UnwindSafe for SlabItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)