Package org.apache.flink.cep.pattern
Class Quantifier.Times
- java.lang.Object
-
- org.apache.flink.cep.pattern.Quantifier.Times
-
- Enclosing class:
- Quantifier
public static class Quantifier.Times extends Object
Describe the times thisPatterncan occur.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetFrom()intgetTo()org.apache.flink.streaming.api.windowing.time.TimegetWindowTime()inthashCode()static Quantifier.Timesof(int from, int to, org.apache.flink.streaming.api.windowing.time.Time windowTime)static Quantifier.Timesof(int times, org.apache.flink.streaming.api.windowing.time.Time windowTime)
-
-
-
Method Detail
-
getFrom
public int getFrom()
-
getTo
public int getTo()
-
getWindowTime
public org.apache.flink.streaming.api.windowing.time.Time getWindowTime()
-
of
public static Quantifier.Times of(int from, int to, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
-
of
public static Quantifier.Times of(int times, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
-
-