java.lang.Object
org.elasticsearch.tdigest.TDigest
org.elasticsearch.tdigest.AbstractTDigest
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable,TDigestReadView
- 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
Modifier and TypeMethodDescriptionvoidadd(TDigestReadView other) Add all of the centroids of another digest to this one.Methods inherited from class org.elasticsearch.tdigest.TDigest
add, add, byteSize, cdf, compress, compression, createAvlTreeDigest, createHybridDigest, createMergingDigest, createSortingDigest, getMax, getMin, quantile, reserve, setScaleFunctionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasable
closeMethods inherited from interface org.elasticsearch.tdigest.TDigestReadView
centroidCount, centroids, size