Class GlobalAggCombiner

  • All Implemented Interfaces:
    RecordsCombiner

    public class GlobalAggCombiner
    extends Object
    implements RecordsCombiner
    An implementation of RecordsCombiner that accumulates local accumulators records into the window accumulator state.

    Note: this only supports event-time window.