pub struct InvalidationStats {
pub messages_sent: u64,
pub messages_received: u64,
pub removes_received: u64,
pub updates_received: u64,
pub patterns_received: u64,
pub bulk_removes_received: u64,
pub processing_errors: u64,
}Expand description
Statistics for invalidation operations
Fields§
§messages_sent: u64Number of invalidation messages published
messages_received: u64Number of invalidation messages received
removes_received: u64Number of Remove operations performed
updates_received: u64Number of Update operations performed
patterns_received: u64Number of RemovePattern operations performed
bulk_removes_received: u64Number of RemoveBulk operations performed
processing_errors: u64Number of failed message processing attempts
Trait Implementations§
Source§impl Clone for InvalidationStats
impl Clone for InvalidationStats
Source§fn clone(&self) -> InvalidationStats
fn clone(&self) -> InvalidationStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidationStats
impl Debug for InvalidationStats
Source§impl Default for InvalidationStats
impl Default for InvalidationStats
Source§fn default() -> InvalidationStats
fn default() -> InvalidationStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InvalidationStats
impl RefUnwindSafe for InvalidationStats
impl Send for InvalidationStats
impl Sync for InvalidationStats
impl Unpin for InvalidationStats
impl UnwindSafe for InvalidationStats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)