Evaluates the window and outputs none or several elements.
Evaluates the window and outputs none or several elements.
The window that is being evaluated.
The elements in the window being evaluated.
A collector for emitting elements.
Exception
The function may throw exceptions to fail the program and trigger recovery.
Rich variant of the org.apache.flink.streaming.api.scala.function.AllWindowFunction.
As a org.apache.flink.api.common.functions.RichFunction, it gives access to the org.apache.flink.api.common.functions.RuntimeContext and provides setup and tear-down methods.
The type of the input value.
The type of the output value.
The type of Window that this window function can be applied on.