All Implemented Interfaces:
Serializable, InternalTimeWindowAssigner

public class CumulativeWindowAssigner extends PanedWindowAssigner<TimeWindow> implements InternalTimeWindowAssigner
A GroupWindowAssigner that windows elements into cumulative windows based on the timestamp of the elements. Windows are overlap.
See Also: