Uses of Class
org.apache.flink.table.runtime.operators.window.assigners.SessionWindowAssigner
-
Packages that use SessionWindowAssigner Package Description org.apache.flink.table.runtime.operators.window.assigners -
-
Uses of SessionWindowAssigner in org.apache.flink.table.runtime.operators.window.assigners
Methods in org.apache.flink.table.runtime.operators.window.assigners that return SessionWindowAssigner Modifier and Type Method Description SessionWindowAssignerSessionWindowAssigner. withEventTime()static SessionWindowAssignerSessionWindowAssigner. withGap(java.time.Duration size)Creates a newSessionWindowAssignerWindowAssignerthat assigns elements to sessions based on the timestamp.SessionWindowAssignerSessionWindowAssigner. withProcessingTime()
-