Uses of Interface
org.apache.flink.cep.time.TimeContext
-
Packages that use TimeContext Package Description org.apache.flink.cep.functions org.apache.flink.cep.pattern.conditions -
-
Uses of TimeContext in org.apache.flink.cep.functions
Subinterfaces of TimeContext in org.apache.flink.cep.functions Modifier and Type Interface Description static interfacePatternProcessFunction.ContextGives access to time related characteristics as well as enables emitting elements to side outputs. -
Uses of TimeContext in org.apache.flink.cep.pattern.conditions
Subinterfaces of TimeContext in org.apache.flink.cep.pattern.conditions Modifier and Type Interface Description static interfaceIterativeCondition.Context<T>The context used when evaluating thecondition.
-