Class SessionWindowing
- java.lang.Object
-
- org.apache.flink.streaming.examples.windowing.SessionWindowing
-
public class SessionWindowing extends Object
An example of session windowing that keys events by ID and groups and counts them in session with gaps of 3 milliseconds.
-
-
Constructor Summary
Constructors Constructor Description SessionWindowing()
-