java.lang.Object
org.elasticsearch.tdigest.TDigest
org.elasticsearch.tdigest.AbstractTDigest
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
- Direct Known Subclasses:
AVLTreeDigest
,HybridDigest
,MergingDigest
,SortingDigest
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.tdigest.TDigest
add, add, byteSize, cdf, centroidCount, centroids, compress, compression, createAvlTreeDigest, createHybridDigest, createMergingDigest, createSortingDigest, getMax, getMin, quantile, reserve, setScaleFunction, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
Methods inherited from interface org.elasticsearch.core.Releasable
close