Interface InternalAsyncWindowFunction.InternalWindowContext

    • Method Detail

      • currentProcessingTime

        long currentProcessingTime()
      • currentWatermark

        long currentWatermark()
      • windowState

        org.apache.flink.api.common.state.KeyedStateStore windowState()
      • globalState

        org.apache.flink.api.common.state.KeyedStateStore globalState()
      • output

        <X> void output​(org.apache.flink.util.OutputTag<X> outputTag,
                        X value)