Interface WindowAsyncState<W>
-
- All Known Implementing Classes:
WindowAsyncValueState
public interface WindowAsyncState<W>A base interface for manipulate async state with window namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-