| Modifier and Type | Method and Description |
|---|---|
ValueFormatter |
BucketStreamContext.formatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketStreamContext.formatter(ValueFormatter formatter) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
InternalHistogram.Bucket.formatter |
| Modifier and Type | Method and Description |
|---|---|
ValueFormatter |
InternalHistogram.Bucket.getFormatter() |
| Modifier and Type | Method and Description |
|---|---|
InternalHistogram<B> |
InternalHistogram.Factory.create(String name,
List<B> buckets,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
long minDocCount,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.EmptyBucketInfo emptyBucketInfo,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
B |
InternalHistogram.Factory.createBucket(Object key,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
protected B |
InternalHistogram.Factory.createEmptyBucket(boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalHistogram.Bucket(boolean keyed,
ValueFormatter formatter,
InternalHistogram.Factory<?> factory) |
InternalHistogram.Bucket(long key,
long docCount,
boolean keyed,
ValueFormatter formatter,
InternalHistogram.Factory factory,
InternalAggregations aggregations) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
InternalRange.formatter |
protected ValueFormatter |
InternalRange.Bucket.formatter |
| Modifier and Type | Method and Description |
|---|---|
ValueFormatter |
InternalRange.Bucket.getFormatter() |
| Modifier and Type | Method and Description |
|---|---|
R |
InternalRange.Factory.create(String name,
List<B> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
B |
InternalRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
protected String |
InternalRange.Bucket.generateKey(double from,
double to,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalRange.Bucket(boolean keyed,
ValueFormatter formatter) |
InternalRange.Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
InternalRange(String name,
List<B> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalDateRange |
InternalDateRange.Factory.create(String name,
List<InternalDateRange.Bucket> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalDateRange.Bucket |
InternalDateRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalDateRange.Bucket(boolean keyed,
ValueFormatter formatter) |
InternalDateRange.Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
InternalDateRange.Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations,
boolean keyed,
ValueFormatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
InternalGeoDistance |
InternalGeoDistance.Factory.create(String name,
List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket |
InternalGeoDistance.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
InternalGeoDistance(String name,
List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalIPv4Range |
InternalIPv4Range.Factory.create(String name,
List<InternalIPv4Range.Bucket> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalIPv4Range.Bucket |
InternalIPv4Range.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
boolean keyed,
ValueFormatter formatter) |
| Constructor and Description |
|---|
SignificantLongTerms(long subsetSize,
long supersetSize,
String name,
ValueFormatter formatter,
int requiredSize,
long minDocCount,
SignificanceHeuristic significanceHeuristic,
List<? extends InternalSignificantTerms.Bucket> buckets,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
LongTermsAggregator.formatter |
| Constructor and Description |
|---|
DoubleTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<? extends InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalTerms.Bucket(long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError,
ValueFormatter formatter) |
InternalTerms.Bucket(ValueFormatter formatter,
boolean showDocCountError) |
LongTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<? extends InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
InternalNumericMetricsAggregation.valueFormatter |
| Constructor and Description |
|---|
AvgAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalAvg(String name,
double sum,
long count,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
CardinalityAggregator(String name,
ValuesSource valuesSource,
int precision,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
InternalMax(String name,
double max,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
MaxAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
InternalMin(String name,
double min,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
MinAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
AbstractHDRPercentilesAggregator.formatter |
| Constructor and Description |
|---|
AbstractHDRPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
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) |
HDRPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalHDRPercentileRanks(String name,
double[] cdfValues,
org.HdrHistogram.DoubleHistogram state,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalHDRPercentiles(String name,
double[] percents,
org.HdrHistogram.DoubleHistogram state,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
AbstractTDigestPercentilesAggregator.formatter |
| Constructor and Description |
|---|
AbstractTDigestPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalTDigestPercentileRanks(String name,
double[] cdfValues,
TDigestState state,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalTDigestPercentiles(String name,
double[] percents,
TDigestState state,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
TDigestPercentileRanksAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
TDigestPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
InternalStats(String name,
long count,
double sum,
double min,
double max,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
StatsAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
ExtendedStatsAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
double sigma,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
InternalExtendedStats(String name,
long count,
double sum,
double min,
double max,
double sumOfSqrs,
double sigma,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
SumAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
InternalValueCount(String name,
long value,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
ValueCountAggregator(String name,
ValuesSource valuesSource,
ValueFormatter formatter,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
InternalSimpleValue(String name,
double value,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueFormatter |
BucketMetricsPipelineAggregator.formatter |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PipelineAggregatorFactory |
BucketMetricsParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
BucketMetricsPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
InternalBucketMetricValue(String name,
String[] keys,
double value,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
AvgBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
AvgBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
AvgBucketPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
MaxBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
MaxBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
MaxBucketPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
MinBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
MinBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
MinBucketPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
PercentilesBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
InternalPercentilesBucket(String name,
double[] percents,
double[] percentiles,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
PercentilesBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
double[] percents) |
PercentilesBucketPipelineAggregator(String name,
double[] percents,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
StatsBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
InternalStatsBucket(String name,
long count,
double sum,
double min,
double max,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
StatsBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
StatsBucketPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
ExtendedStatsBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
ExtendedStatsBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
double sigma,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
ExtendedStatsBucketPipelineAggregator(String name,
String[] bucketsPaths,
double sigma,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected PipelineAggregatorFactory |
SumBucketParser.buildFactory(String pipelineAggregatorName,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> unparsedParams) |
| Constructor and Description |
|---|
SumBucketPipelineAggregator.Factory(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter) |
SumBucketPipelineAggregator(String name,
String[] bucketsPaths,
BucketHelpers.GapPolicy gapPolicy,
ValueFormatter formatter,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
BucketScriptPipelineAggregator.Factory(String name,
Map<String,String> bucketsPathsMap,
Script script,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy) |
BucketScriptPipelineAggregator(String name,
Map<String,String> bucketsPathsMap,
Script script,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
Map<String,Object> metadata) |
| Constructor and Description |
|---|
CumulativeSumPipelineAggregator.Factory(String name,
String[] bucketsPaths,
ValueFormatter formatter) |
CumulativeSumPipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
Map<String,Object> metadata) |
| Constructor and Description |
|---|
DerivativePipelineAggregator.Factory(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
Long xAxisUnits) |
DerivativePipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
Long xAxisUnits,
Map<String,Object> metadata) |
InternalDerivative(String name,
double value,
double normalizationFactor,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
MovAvgPipelineAggregator.Factory(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
int window,
int predict,
MovAvgModel model,
boolean minimize) |
MovAvgPipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
int window,
int predict,
MovAvgModel model,
boolean minimize,
Map<String,Object> metadata) |
| Constructor and Description |
|---|
SerialDiffPipelineAggregator.Factory(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
int lag) |
SerialDiffPipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
int lag,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
ValueFormatter |
ValuesSourceConfig.formatter() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueFormatter.BooleanFormatter |
static class |
ValueFormatter.DateTime
A time formatter which is based on date/time format.
|
static class |
ValueFormatter.GeoHash |
static class |
ValueFormatter.IPv4Formatter |
static class |
ValueFormatter.Number |
static class |
ValueFormatter.Number.Pattern |
static class |
ValueFormatter.Raw |
| Modifier and Type | Field and Description |
|---|---|
static ValueFormatter |
ValueFormatter.BOOLEAN |
static ValueFormatter |
ValueFormatter.DateTime.DEFAULT |
static ValueFormatter |
ValueFormatter.GEOHASH |
static ValueFormatter |
ValueFormatter.IPv4 |
static ValueFormatter |
ValueFormatter.RAW |
| Modifier and Type | Method and Description |
|---|---|
ValueFormatter |
ValueFormat.formatter() |
static ValueFormatter |
ValueFormatterStreams.read(StreamInput in) |
static ValueFormatter |
ValueFormatterStreams.readOptional(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValueFormatterStreams.write(ValueFormatter formatter,
StreamOutput out) |
static void |
ValueFormatterStreams.writeOptional(ValueFormatter formatter,
StreamOutput out) |
| Constructor and Description |
|---|
ValueFormat.Number(String pattern,
ValueFormatter formatter,
ValueParser parser) |
ValueFormat.Patternable(String pattern,
ValueFormatter formatter,
ValueParser parser) |
ValueFormat(ValueFormatter formatter,
ValueParser parser) |
Copyright © 2009–2017. All rights reserved.