Interface WindowAsyncState<W>
- 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 TypeMethodDescriptionorg.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
Removes the value mapped under current key and the given window.
-