Uses of Interface
org.elasticsearch.common.util.IntArray
-
Packages that use IntArray Package Description org.elasticsearch.common.util org.elasticsearch.search.aggregations.bucket -
-
Uses of IntArray in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util that return IntArray Modifier and Type Method Description IntArrayBigArrays. grow(IntArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.IntArrayBigArrays. newIntArray(long size)Allocate a newIntArray.IntArrayBigArrays. newIntArray(long size, boolean clearOnResize)Allocate a newIntArray.IntArrayBigArrays. resize(IntArray array, long size)Resize the array to the exact provided size.Methods in org.elasticsearch.common.util with parameters of type IntArray Modifier and Type Method Description IntArrayBigArrays. grow(IntArray array, long minSize)Grow an array to a size that is larger thanminSize, preserving content, and potentially reusing part of the provided array.IntArrayBigArrays. resize(IntArray array, long size)Resize the array to the exact provided size. -
Uses of IntArray in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return IntArray Modifier and Type Method Description IntArrayBucketsAggregator. getDocCounts()
-