Interface GroupingAggregatorState

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
All Known Implementing Classes:
AbstractArrayState, AbstractFallibleArrayState, AllFirstBooleanByIntAggregator.GroupingState, AllFirstBooleanByLongAggregator.GroupingState, AllFirstBytesRefByIntAggregator.GroupingState, AllFirstBytesRefByLongAggregator.GroupingState, AllFirstDoubleByIntAggregator.GroupingState, AllFirstDoubleByLongAggregator.GroupingState, AllFirstFloatByIntAggregator.GroupingState, AllFirstFloatByLongAggregator.GroupingState, AllFirstIntByIntAggregator.GroupingState, AllFirstIntByLongAggregator.GroupingState, AllFirstLongByIntAggregator.GroupingState, AllFirstLongByLongAggregator.GroupingState, AllLastBooleanByIntAggregator.GroupingState, AllLastBooleanByLongAggregator.GroupingState, AllLastBytesRefByIntAggregator.GroupingState, AllLastBytesRefByLongAggregator.GroupingState, AllLastDoubleByIntAggregator.GroupingState, AllLastDoubleByLongAggregator.GroupingState, AllLastFloatByIntAggregator.GroupingState, AllLastFloatByLongAggregator.GroupingState, AllLastIntByIntAggregator.GroupingState, AllLastIntByLongAggregator.GroupingState, AllLastLongByIntAggregator.GroupingState, AllLastLongByLongAggregator.GroupingState, AnyBooleanAggregator.GroupingState, AnyBytesRefAggregator.GroupingState, AnyDoubleAggregator.GroupingState, AnyFloatAggregator.GroupingState, AnyIntAggregator.GroupingState, AnyLongAggregator.GroupingState, BytesRefArrayState, DeltaDoubleAggregator.DoubleDeltaGroupingState, DeltaFloatAggregator.FloatDeltaGroupingState, DeltaIntAggregator.IntDeltaGroupingState, DeltaLongAggregator.LongDeltaGroupingState, ExponentialHistogramStates.WithLongGroupingState, FirstBytesRefByTimestampAggregator.GroupingState, FirstDoubleByTimestampAggregator.GroupingState, FirstFloatByTimestampAggregator.GroupingState, FirstIntByTimestampAggregator.GroupingState, FirstLongByTimestampAggregator.GroupingState, IpArrayState, IrateDoubleAggregator.DoubleIrateGroupingState, IrateFloatAggregator.FloatIrateGroupingState, IrateIntAggregator.IntIrateGroupingState, IrateLongAggregator.LongIrateGroupingState, LastBytesRefByTimestampAggregator.GroupingState, LastDoubleByTimestampAggregator.GroupingState, LastFloatByTimestampAggregator.GroupingState, LastIntByTimestampAggregator.GroupingState, LastLongByTimestampAggregator.GroupingState, TDigestStates.WithLongGroupingState

public interface GroupingAggregatorState extends org.elasticsearch.core.Releasable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Method Details

    • enableGroupIdTracking

      void enableGroupIdTracking(SeenGroupIds seenGroupIds)