Package | Description |
---|---|
org.elasticsearch.common.util | |
org.elasticsearch.search.aggregations.metrics.percentiles |
Modifier and Type | Method and Description |
---|---|
<T> ObjectArray<T> |
BigArrays.grow(ObjectArray<T> array,
long minSize)
Grow an array to a size that is larger than
minSize , preserving content, and potentially reusing part of the provided array. |
<T> ObjectArray<T> |
BigArrays.newObjectArray(long size)
Allocate a new
ObjectArray . |
<T> ObjectArray<T> |
BigArrays.resize(ObjectArray<T> array,
long size)
Resize the array to the exact provided size.
|
Modifier and Type | Method and Description |
---|---|
<T> ObjectArray<T> |
BigArrays.grow(ObjectArray<T> array,
long minSize)
Grow an array to a size that is larger than
minSize , preserving content, and potentially reusing part of the provided array. |
<T> ObjectArray<T> |
BigArrays.resize(ObjectArray<T> array,
long size)
Resize the array to the exact provided size.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectArray<TDigestState> |
AbstractPercentilesAggregator.states |
Copyright © 2009–2015. All rights reserved.