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 Details

    • getKeyedStateBackend

      org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> getKeyedStateBackend()
      Returns the current KeyedStateBackend.