Interface ReleasableExponentialHistogram
- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,ExponentialHistogram,Releasable
A histogram which participates in the
ExponentialHistogramCircuitBreaker and therefore requires proper releasing.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.exponentialhistogram.ExponentialHistogram
ExponentialHistogram.Buckets -
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLEFields inherited from interface org.elasticsearch.exponentialhistogram.ExponentialHistogram
MAX_INDEX, MAX_INDEX_BITS, MAX_SCALE, MIN_INDEX, MIN_SCALE -
Method Summary
Static MethodsMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.exponentialhistogram.ExponentialHistogram
max, min, negativeBuckets, positiveBuckets, scale, sum, valueCount, zeroBucketMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
empty
- Returns:
- an empty singleton, which does not allocate any memory and therefore
Releasable.close()is a no-op.
-