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 TypeMethodDescriptionvoid
add
(double x) void
add
(double x, long w) void
add
(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, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:
add
in classTDigestState
-
add
public void add(double x) - Overrides:
add
in classTDigestState
-
add
- Overrides:
add
in classTDigestState
-