Package org.apache.flink.datastream.api.extension.window.context
package org.apache.flink.datastream.api.extension.window.context
-
InterfacesClassDescriptionThis interface extends
WindowContextand provides additional functionality for writing and reading window data of one input window.TwoInputWindowContext<IN1,IN2> This interface extendsWindowContextand provides additional functionality for writing and reading window data of two input window.This interface represents a context for window operations and provides methods to interact with state that is scoped to the window.