Interface SyncStateWindowProcessor.SyncStateContext<W>
- All Superinterfaces:
WindowProcessor.Context<W>
- Enclosing interface:
- SyncStateWindowProcessor<W>
public static interface SyncStateWindowProcessor.SyncStateContext<W>
extends WindowProcessor.Context<W>
Information available in an invocation of methods of
SyncStateWindowProcessor.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData>Returns the currentKeyedStateBackend.Methods inherited from interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
getMemoryManager, getMemorySize, getOperatorOwner, getRuntimeContext, getTimerService, output
-
Method Details
-
getKeyedStateBackend
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> getKeyedStateBackend()Returns the currentKeyedStateBackend.
-