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 ofSyncStateWindowProcessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData>getKeyedStateBackend()Returns the currentKeyedStateBackend.-
Methods inherited from interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
getMemoryManager, getMemorySize, getOperatorOwner, getRuntimeContext, getTimerService, output
-
-