Interface AsyncStateWindowProcessor.AsyncStateContext<W>
-
- All Superinterfaces:
WindowProcessor.Context<W>
- Enclosing interface:
- AsyncStateWindowProcessor<W>
public static interface AsyncStateWindowProcessor.AsyncStateContext<W> extends WindowProcessor.Context<W>
Information available in an invocation of methods ofAsyncStateWindowProcessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncStateKeyContextgetAsyncKeyContext()Returns the currentAsyncStateKeyContext.-
Methods inherited from interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
getMemoryManager, getMemorySize, getOperatorOwner, getRuntimeContext, getTimerService, output
-
-
-
-
Method Detail
-
getAsyncKeyContext
AsyncStateKeyContext getAsyncKeyContext()
Returns the currentAsyncStateKeyContext.
-
-