Uses of Interface
org.apache.flink.state.api.functions.WindowReaderFunction.Context
-
Packages that use WindowReaderFunction.Context Package Description org.apache.flink.state.api.functions org.apache.flink.state.api.input.operator.window -
-
Uses of WindowReaderFunction.Context in org.apache.flink.state.api.functions
Methods in org.apache.flink.state.api.functions with parameters of type WindowReaderFunction.Context Modifier and Type Method Description abstract voidWindowReaderFunction. readWindow(KEY key, WindowReaderFunction.Context<W> context, Iterable<IN> elements, org.apache.flink.util.Collector<OUT> out)Evaluates the window and outputs none or several elements. -
Uses of WindowReaderFunction.Context in org.apache.flink.state.api.input.operator.window
Methods in org.apache.flink.state.api.input.operator.window with parameters of type WindowReaderFunction.Context Modifier and Type Method Description voidEvictingWindowReaderFunction. readWindow(KEY key, WindowReaderFunction.Context<W> context, Iterable<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>> elements, org.apache.flink.util.Collector<OUT> out)voidPassThroughReader. readWindow(KEY key, WindowReaderFunction.Context<W> context, Iterable<IN> elements, org.apache.flink.util.Collector<IN> out)
-