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>
A
RichFunction version of AllWindowFunction.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.functions.windowing.AllWindowFunction
apply
-
Constructor Details
-
RichAllWindowFunction
public RichAllWindowFunction()
-