Class SessionWindowing
java.lang.Object
org.apache.flink.streaming.examples.windowing.SessionWindowing
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 -
Method Summary
-
Constructor Details
-
SessionWindowing
public SessionWindowing()
-
-
Method Details
-
main
- Throws:
Exception
-