Uses of Class
org.pipecraft.infra.monitoring.quantile.QuantileDigest
-
Packages that use QuantileDigest Package Description org.pipecraft.infra.monitoring.quantile -
-
Uses of QuantileDigest in org.pipecraft.infra.monitoring.quantile
Methods in org.pipecraft.infra.monitoring.quantile that return QuantileDigest Modifier and Type Method Description static QuantileDigestQuantileDigest. fromBytes(ByteBuffer buff)Initialize from a serialized buffer.QuantileDigestMultiQuantileDigest. reset()Reset the digest.QuantileDigestQuantileDigest. reset()Resets the digest to size zero and returns the final state prior to resetting.QuantileDigestMultiQuantileDigest. summarize()Merge internal digests into a singleQuantileDigest.QuantileDigestSlidingWindowQuantileDigest. summarize()Get an aggregate view of the current state of this object as aQuantileDigest.QuantileDigestSlidingWindowQuantileDigest. summarize(int lookback)Get an aggregate view of the current state of thelookbackmost recent journal entries as aQuantileDigest.static QuantileDigestQuantileDigest. wrap(com.tdunning.math.stats.MergingDigest digest)Wrap aMergingDigestin order to make it thread safe.Methods in org.pipecraft.infra.monitoring.quantile with parameters of type QuantileDigest Modifier and Type Method Description voidQuantileDigest. add(QuantileDigest other)Merge anotherQuantileDigestinto this digest.Method parameters in org.pipecraft.infra.monitoring.quantile with type arguments of type QuantileDigest Modifier and Type Method Description voidQuantileDigest. add(List<QuantileDigest> others)Merge a list ofQuantileDigestinto this digest.
-