Uses of Interface
org.pipecraft.infra.monitoring.quantile.ConcurrentQuantileEstimator
-
Packages that use ConcurrentQuantileEstimator Package Description org.pipecraft.infra.monitoring.quantile -
-
Uses of ConcurrentQuantileEstimator in org.pipecraft.infra.monitoring.quantile
Classes in org.pipecraft.infra.monitoring.quantile that implement ConcurrentQuantileEstimator Modifier and Type Class Description classMultiQuantileDigestThread Safe high-throughput quantile and cdf estimation.classQuantileDigestA synchronized wrapper forcom.tdunning.math.stats.MergingDigestwhich is an implementation of t-digests.classSlidingWindowQuantileDigestHigh throughput, thread safe, quantile and cdf estimation with a sliding window of time.
-