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
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.
-