All Known Implementing Classes:
WindowListAsyncState

public interface WindowAsyncState<W>
A base interface for manipulate state with window namespace.

Different with WindowState, this interface is based on async state api.

  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.api.common.state.v2.StateFuture<Void>
    asyncClear(W window)
    Removes the value mapped under current key and the given window.
  • Method Details

    • asyncClear

      org.apache.flink.api.common.state.v2.StateFuture<Void> asyncClear(W window)
      Removes the value mapped under current key and the given window.