Module org.elasticsearch.server
Class EmptyTDigestState
java.lang.Object
org.elasticsearch.search.aggregations.metrics.TDigestState
org.elasticsearch.search.aggregations.metrics.EmptyTDigestState
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.metrics.TDigestState
TDigestState.Type -
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(double x) voidadd(double x, long w) voidadd(TDigestState other) Methods inherited from class org.elasticsearch.search.aggregations.metrics.TDigestState
cdf, centroidCount, centroids, close, compress, compression, create, create, createUsingParamsFrom, createWithoutCircuitBreaking, createWithoutCircuitBreaking, equals, getMax, getMin, hashCode, quantile, ramBytesUsed, read, read, size, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Constructor Details
-
EmptyTDigestState
public EmptyTDigestState()
-
-
Method Details
-
add
public void add(double x, long w) - Overrides:
addin classTDigestState
-
add
public void add(double x) - Overrides:
addin classTDigestState
-
add
- Overrides:
addin classTDigestState
-