| パッケージ | 説明 |
|---|---|
| org.elasticsearch.search.aggregations.metrics.percentiles |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static PercentilesMethod |
PercentilesMethod.resolveFromName(String name)
Returns the
PercentilesMethod for this method name. returns
null if no PercentilesMethod exists for the name. |
static PercentilesMethod |
PercentilesMethod.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static PercentilesMethod[] |
PercentilesMethod.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected AggregatorFactory |
PercentileRanksParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected abstract AggregatorFactory |
AbstractPercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double[] cdfValues,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
Copyright © 2009–2016. All rights reserved.