Struct orca::stats::StatsContainer
source · struct StatsContainer {Show 18 fields
node_count: usize,
person_count: usize,
group_count: usize,
read_events: usize,
read_sd: f64,
read_mean: f64,
read_variance: f64,
read_95: f64,
write_events: usize,
write_sd: f64,
write_mean: f64,
write_variance: f64,
write_95: f64,
replication_delay_events: usize,
replication_delay_sd: f64,
replication_delay_mean: f64,
replication_delay_variance: f64,
replication_delay_95: f64,
}
Fields§
§node_count: usize
§person_count: usize
§group_count: usize
§read_events: usize
§read_sd: f64
§read_mean: f64
§read_variance: f64
§read_95: f64
§write_events: usize
§write_sd: f64
§write_mean: f64
§write_variance: f64
§write_95: f64
§replication_delay_events: usize
§replication_delay_sd: f64
§replication_delay_mean: f64
§replication_delay_variance: f64
§replication_delay_95: f64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsContainer
impl RefUnwindSafe for StatsContainer
impl Send for StatsContainer
impl Sync for StatsContainer
impl Unpin for StatsContainer
impl UnwindSafe for StatsContainer
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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