pub struct StatisticsAnalyzer;Expand description
Statistics analyzer for enhanced reporting
Implementations§
Source§impl StatisticsAnalyzer
impl StatisticsAnalyzer
Sourcepub fn analyze(stats: &SSTableStatistics) -> StatisticsSummary
pub fn analyze(stats: &SSTableStatistics) -> StatisticsSummary
Analyze statistics and generate human-readable summary
Auto Trait Implementations§
impl Freeze for StatisticsAnalyzer
impl RefUnwindSafe for StatisticsAnalyzer
impl Send for StatisticsAnalyzer
impl Sync for StatisticsAnalyzer
impl Unpin for StatisticsAnalyzer
impl UnsafeUnpin for StatisticsAnalyzer
impl UnwindSafe for StatisticsAnalyzer
Blanket Implementations§
impl<T> Allocation for T
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