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 of
AsyncStateWindowProcessor.-
Method Summary
Methods inherited from interface org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
getMemoryManager, getMemorySize, getOperatorOwner, getRuntimeContext, getTimerService, output
-
Method Details
-
getAsyncKeyContext
AsyncStateKeyContext getAsyncKeyContext()Returns the currentAsyncStateKeyContext.
-