Interface IterativeCondition.Context<T>
-
- All Superinterfaces:
TimeContext
- Enclosing class:
- IterativeCondition<T>
public static interface IterativeCondition.Context<T> extends TimeContext
The context used when evaluating thecondition
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>
getEventsForPattern(String name)
-
Methods inherited from interface org.apache.flink.cep.time.TimeContext
currentProcessingTime, timestamp
-
-