Uses of Class
com.nmontytskyi.monitoring.detector.PercentileCalculator.PercentileStats
Packages that use PercentileCalculator.PercentileStats
-
Uses of PercentileCalculator.PercentileStats in com.nmontytskyi.monitoring.detector
Methods in com.nmontytskyi.monitoring.detector that return PercentileCalculator.PercentileStatsModifier and TypeMethodDescriptionPercentileCalculator.calculateAll(List<Long> values) Calculates P50, P95, and P99 in a single sorting pass.PercentileCalculator.PercentileStats.empty()Returns an empty instance (all values = 0) for the case of no data.PercentileCalculator.PercentileStats.of(long p50, long p95, long p99) Creates an instance with the given percentile values.