Uses of Class
com.tdunning.math.stats.AVLTreeDigest
-
Packages that use AVLTreeDigest Package Description com.tdunning.math.stats org.elasticsearch.search.aggregations.metrics -
-
Uses of AVLTreeDigest in com.tdunning.math.stats
Methods in com.tdunning.math.stats that return AVLTreeDigest Modifier and Type Method Description static AVLTreeDigestAVLTreeDigest. fromBytes(ByteBuffer buf)Reads a histogram from a byte buffer -
Uses of AVLTreeDigest in org.elasticsearch.search.aggregations.metrics
Subclasses of AVLTreeDigest in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classTDigestStateExtension ofTDigestwith custom serialization.
-