All Implemented Interfaces:
Serializable, InternalTimeWindowAssigner

public class SessionWindowAssigner extends MergingWindowAssigner<TimeWindow> implements InternalTimeWindowAssigner
A GroupWindowAssigner that windows elements into sessions based on the timestamp. Windows cannot overlap.
See Also: