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