| Package | Description |
|---|---|
| org.elasticsearch.common.rounding | |
| org.elasticsearch.search.aggregations.bucket.histogram |
| Modifier and Type | Class and Description |
|---|---|
static class |
Rounding.FactorRounding |
static class |
Rounding.Interval
Rounding strategy which is based on an interval
rounded = value - (value % interval) |
static class |
Rounding.OffsetRounding |
class |
TimeZoneRounding |
| Modifier and Type | Method and Description |
|---|---|
Rounding |
TimeZoneRounding.Builder.build() |
static Rounding |
Rounding.Streams.read(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Rounding.Streams.write(Rounding rounding,
StreamOutput out) |
| Constructor and Description |
|---|
Rounding.OffsetRounding(Rounding intervalRounding,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
Rounding |
InternalHistogram.getRounding() |
| Constructor and Description |
|---|
HistogramAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> config,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
InternalHistogram.Factory<?> histogramFactory) |
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) |
Copyright © 2009–2017. All rights reserved.