| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.util | |
| org.elasticsearch.search.aggregations.metrics.percentiles.hdr | |
| org.elasticsearch.search.aggregations.metrics.percentiles.tdigest |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<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.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ObjectArray<org.HdrHistogram.DoubleHistogram> |
AbstractHDRPercentilesAggregator.states |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ObjectArray<TDigestState> |
AbstractTDigestPercentilesAggregator.states |
Copyright © 2009–2016. All rights reserved.