Class RichAllWindowFunction<IN,OUT,W extends 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
,Function
,RichFunction
,AllWindowFunction<IN,OUT,W>
@Public public abstract class RichAllWindowFunction<IN,OUT,W extends Window> extends AbstractRichFunction implements AllWindowFunction<IN,OUT,W>
ARichFunction
version 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
-
Methods inherited from interface org.apache.flink.streaming.api.functions.windowing.AllWindowFunction
apply
-
-