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 Deprecated Methods Modifier and Type Method Description booleanequals(Object o)intgetFrom()intgetTo()Optional<java.time.Duration>getWindowSize()org.apache.flink.streaming.api.windowing.time.TimegetWindowTime()Deprecated.UsegetWindowSize().inthashCode()static Quantifier.Timesof(int from, int to, java.time.Duration windowTime)static Quantifier.Timesof(int from, int to, org.apache.flink.streaming.api.windowing.time.Time windowTime)Deprecated.static Quantifier.Timesof(int times, java.time.Duration windowTime)static Quantifier.Timesof(int times, org.apache.flink.streaming.api.windowing.time.Time windowTime)Deprecated.
-
-
-
Method Detail
-
getFrom
public int getFrom()
-
getTo
public int getTo()
-
getWindowTime
@Deprecated public org.apache.flink.streaming.api.windowing.time.Time getWindowTime()
Deprecated.UsegetWindowSize().
-
getWindowSize
public Optional<java.time.Duration> getWindowSize()
-
of
@Deprecated public static Quantifier.Times of(int from, int to, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
-
of
public static Quantifier.Times of(int from, int to, @Nullable java.time.Duration windowTime)
-
of
@Deprecated public static Quantifier.Times of(int times, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
-
of
public static Quantifier.Times of(int times, @Nullable java.time.Duration windowTime)
-
-