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()Optional<Duration>getWindowSize()inthashCode()static Quantifier.Timesof(int from, int to, Duration windowTime)static Quantifier.Timesof(int times, Duration windowTime)
-
-
-
Method Detail
-
getFrom
public int getFrom()
-
getTo
public int getTo()
-
of
public static Quantifier.Times of(int from, int to, @Nullable Duration windowTime)
-
of
public static Quantifier.Times of(int times, @Nullable Duration windowTime)
-
-