Interface WindowProcessFunction

    • Method Detail

      • useWindowStates

        default Set<org.apache.flink.api.common.state.StateDeclaration> useWindowStates()
        Explicitly declares states that are bound to the window. Each specific window state must be declared in this method before it can be used.
        Returns:
        all declared window states used by this process function.