Class RichAllWindowFunction<IN,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window>
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.streaming.api.functions.windowing.RichAllWindowFunction<IN,OUT,W>
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction,org.apache.flink.streaming.api.functions.windowing.AllWindowFunction<IN,OUT,W>
@Public public abstract class RichAllWindowFunction<IN,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> extends org.apache.flink.api.common.functions.AbstractRichFunction implements org.apache.flink.streaming.api.functions.windowing.AllWindowFunction<IN,OUT,W>ARichFunctionversion ofAllWindowFunction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RichAllWindowFunction()
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-