| Modifier and Type | Class and Description |
|---|---|
class |
InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
NonCollectingAggregator.buildAggregation(long owningBucketOrdinal) |
abstract InternalAggregation |
Aggregator.buildAggregation(long bucket)
Build an aggregation for data that has been collected into
bucket. |
abstract InternalAggregation |
Aggregator.buildEmptyAggregation()
Build an empty aggregation.
|
abstract InternalAggregation |
InternalAggregation.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
AggregationStreams.Stream.readResult(StreamInput in) |
InternalAggregation |
InternalAggregation.reduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InternalAggregation |
InternalAggregation.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalAggregation.reduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
| Constructor and Description |
|---|
InternalAggregations(List<InternalAggregation> aggregations)
Constructs a new addAggregation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSingleBucketAggregation
A base class for all the single bucket aggregations.
|
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
DeferringBucketCollector.WrappedAggregator.buildAggregation(long bucket) |
InternalAggregation |
DeferringBucketCollector.WrappedAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalSingleBucketAggregation.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalSingleBucketAggregation.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalChildren |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
ParentToChildrenAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ParentToChildrenAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFilter |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
FilterAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
FilterAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFilters |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
FiltersAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
FiltersAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalFilters.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalFilters.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoHashGrid
Represents a grid of cells where each cell's location is determined by a geohash.
|
| Modifier and Type | Method and Description |
|---|---|
InternalGeoHashGrid |
InternalGeoHashGrid.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGlobal
A global scope get (the document set on which we aggregate is all documents in the search context (ie.
|
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
GlobalAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
GlobalAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalHistogram<B extends InternalHistogram.Bucket>
TODO should be renamed to InternalNumericHistogram (see comment on
Histogram)? |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
HistogramAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
HistogramAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalHistogram.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalHistogram.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMissing |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
MissingAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
MissingAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalNested |
class |
InternalReverseNested |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
ReverseNestedAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
NestedAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ReverseNestedAggregator.buildEmptyAggregation() |
InternalAggregation |
NestedAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
RangeAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
RangeAggregator.buildEmptyAggregation() |
InternalAggregation |
RangeAggregator.Unmapped.buildEmptyAggregation() |
InternalAggregation |
InternalRange.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalRange.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDateRange |
| Constructor and Description |
|---|
InternalDateRange.Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations,
boolean keyed,
ValueFormatter formatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoDistance |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalIPv4Range |
| Constructor and Description |
|---|
InternalIPv4Range.Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations,
boolean keyed) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSampler |
class |
UnmappedSampler |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
SamplerAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
SamplerAggregator.buildEmptyAggregation() |
InternalAggregation |
UnmappedSampler.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
UnmappedSampler.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSignificantTerms<A extends InternalSignificantTerms,B extends InternalSignificantTerms.Bucket> |
class |
SignificantLongTerms |
class |
SignificantStringTerms |
class |
UnmappedSignificantTerms |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
UnmappedSignificantTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalSignificantTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
UnmappedSignificantTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
InternalSignificantTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleTerms |
class |
InternalTerms<A extends InternalTerms,B extends InternalTerms.Bucket> |
class |
LongTerms |
class |
StringTerms |
class |
UnmappedTerms |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
LongTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
GlobalOrdinalsStringTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
StringTermsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
LongTermsAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
UnmappedTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
InternalAggregation |
UnmappedTerms.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMetricsAggregation |
class |
InternalNumericMetricsAggregation |
static class |
InternalNumericMetricsAggregation.MultiValue |
static class |
InternalNumericMetricsAggregation.SingleValue |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalAvg |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
AvgAggregator.buildAggregation(long bucket) |
InternalAggregation |
AvgAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalAvg |
InternalAvg.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalCardinality |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
CardinalityAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
CardinalityAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalCardinality.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalCardinality.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoBounds |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
GeoBoundsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
GeoBoundsAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalGeoBounds.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalGeoBounds.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalGeoCentroid
Serialization and merge logic for
GeoCentroidAggregator |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
GeoCentroidAggregator.buildAggregation(long bucket) |
InternalAggregation |
GeoCentroidAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalGeoCentroid |
InternalGeoCentroid.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMax |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
MaxAggregator.buildAggregation(long bucket) |
InternalAggregation |
MaxAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalMax |
InternalMax.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalMin |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
MinAggregator.buildAggregation(long bucket) |
InternalAggregation |
MinAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalMin |
InternalMin.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalHDRPercentileRanks |
class |
InternalHDRPercentiles |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
HDRPercentileRanksAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
HDRPercentilesAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
HDRPercentileRanksAggregator.buildEmptyAggregation() |
InternalAggregation |
HDRPercentilesAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalTDigestPercentileRanks |
class |
InternalTDigestPercentiles |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
TDigestPercentileRanksAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
TDigestPercentilesAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
TDigestPercentileRanksAggregator.buildEmptyAggregation() |
InternalAggregation |
TDigestPercentilesAggregator.buildEmptyAggregation() |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalScriptedMetric |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
ScriptedMetricAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
ScriptedMetricAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalScriptedMetric.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalScriptedMetric.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalStats |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
StatsAggregator.buildAggregation(long bucket) |
InternalAggregation |
StatsAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalStats |
InternalStats.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalExtendedStats |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
ExtendedStatsAggregator.buildAggregation(long bucket) |
InternalAggregation |
ExtendedStatsAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalExtendedStats |
InternalExtendedStats.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSum |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
SumAggregator.buildAggregation(long bucket) |
InternalAggregation |
SumAggregator.buildEmptyAggregation() |
| Modifier and Type | Method and Description |
|---|---|
InternalSum |
InternalSum.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalTopHits |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
TopHitsAggregator.buildAggregation(long owningBucketOrdinal) |
InternalAggregation |
InternalTopHits.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalTopHits.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalValueCount
An internal implementation of
ValueCount. |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
ValueCountAggregator.buildAggregation(long bucket) |
InternalAggregation |
ValueCountAggregator.buildEmptyAggregation() |
InternalAggregation |
InternalValueCount.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalValueCount.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalSimpleValue |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Aggregation,InternalAggregation> |
PipelineAggregator.AGGREGATION_TRANFORM_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
abstract InternalAggregation |
SiblingPipelineAggregator.doReduce(Aggregations aggregations,
InternalAggregation.ReduceContext context) |
InternalAggregation |
SiblingPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
abstract InternalAggregation |
PipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
SiblingPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
abstract InternalAggregation |
PipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalMax |
InternalSimpleValue.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalBucketMetricValue |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InternalAggregation |
BucketMetricsPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata)
Called after a collection run is finished to build the aggregation for
the collected state.
|
InternalAggregation |
BucketMetricsPipelineAggregator.doReduce(Aggregations aggregations,
InternalAggregation.ReduceContext context) |
InternalAggregation |
InternalBucketMetricValue.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
InternalBucketMetricValue.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
AvgBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
MaxBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
MinBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalPercentilesBucket |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
PercentilesBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
InternalMax |
InternalPercentilesBucket.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalStatsBucket |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
StatsBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
InternalStats |
InternalStatsBucket.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalExtendedStatsBucket |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
ExtendedStatsBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
InternalExtendedStats |
InternalExtendedStatsBucket.doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalAggregation |
SumBucketPipelineAggregator.buildAggregation(List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
BucketScriptPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
BucketScriptPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
CumulativeSumPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
CumulativeSumPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalDerivative |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
DerivativePipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
DerivativePipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
BucketSelectorPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
BucketSelectorPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
MovAvgPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
MovAvgPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
SerialDiffPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
| Modifier and Type | Method and Description |
|---|---|
InternalAggregation |
SerialDiffPipelineAggregator.reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
Copyright © 2009–2017. All rights reserved.