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