All Known Implementing Classes:
WindowAsyncValueState

public interface WindowAsyncState<W>
A base interface for manipulate async state with window namespace.
  • 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.