Class AsyncWindowOperator.Context

java.lang.Object
org.apache.flink.runtime.asyncprocessing.operators.windowing.AsyncWindowOperator.Context
All Implemented Interfaces:
AsyncTrigger.OnMergeContext, AsyncTrigger.TriggerContext
Enclosing class:
AsyncWindowOperator<K,IN,ACC,OUT,W extends Window>

public class AsyncWindowOperator.Context extends Object implements AsyncTrigger.OnMergeContext
Context is a utility for handling AsyncTrigger invocations. It can be reused by setting the key and window fields. No internal state must be kept in the Context