public class HDRPercentileRanksAggregator extends AbstractHDRPercentilesAggregator
| Modifier and Type | Class and Description |
|---|---|
static class |
HDRPercentileRanksAggregator.Factory |
NumericMetricsAggregator.MultiValue, NumericMetricsAggregator.SingleValueAggregator.Parser, Aggregator.SubAggCollectionModeformatter, keyed, keys, numberOfSignificantValueDigits, states, valuesSourcecollectableSubAggregators, context, name, parent, subAggregatorsNO_OP_COLLECTOR| Constructor and Description |
|---|
HDRPercentileRanksAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
buildAggregation(long owningBucketOrdinal)
Build an aggregation for data that has been collected into
bucket. |
InternalAggregation |
buildEmptyAggregation()
Build an empty aggregation.
|
double |
metric(String name,
long bucketOrd) |
doClose, getLeafCollector, getState, hasMetric, needsScoresbuildEmptySubAggregations, close, context, doPostCollection, doPreCollection, getDeferringCollector, getLeafCollector, metaData, name, parent, pipelineAggregators, postCollection, preCollection, runDeferredCollections, shouldDefer, subAggregator, subAggregators, toStringdescendsFromBucketAggregatorwrappublic HDRPercentileRanksAggregator(String name, ValuesSource.Numeric valuesSource, AggregationContext context, Aggregator parent, double[] percents, int numberOfSignificantValueDigits, boolean keyed, ValueFormatter formatter, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) throws IOException
IOExceptionpublic InternalAggregation buildAggregation(long owningBucketOrdinal)
Aggregatorbucket.buildAggregation in class Aggregatorpublic InternalAggregation buildEmptyAggregation()
AggregatorbuildEmptyAggregation in class Aggregatorpublic double metric(String name, long bucketOrd)
metric in class NumericMetricsAggregator.MultiValueCopyright © 2009–2017. All rights reserved.