Module org.elasticsearch.server
Class MemoryTrackingTDigestArrays
java.lang.Object
org.elasticsearch.search.aggregations.metrics.MemoryTrackingTDigestArrays
- All Implemented Interfaces:
TDigestArrays
TDigestArrays with raw arrays and circuit breaking.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadjustBreaker(long size) newByteArray(int initialSize) newDoubleArray(double[] array) newDoubleArray(int initialSize) newIntArray(int initialSize) newIntArray(int[] array) newLongArray(int initialSize)
-
Constructor Details
-
MemoryTrackingTDigestArrays
-
-
Method Details
-
adjustBreaker
public void adjustBreaker(long size) - Specified by:
adjustBreakerin interfaceTDigestArrays
-
newDoubleArray
- Specified by:
newDoubleArrayin interfaceTDigestArrays
-
newIntArray
- Specified by:
newIntArrayin interfaceTDigestArrays
-
newLongArray
- Specified by:
newLongArrayin interfaceTDigestArrays
-
newByteArray
- Specified by:
newByteArrayin interfaceTDigestArrays
-
newDoubleArray
-
newIntArray
-