public static class Quantifier.Times extends Object
Pattern can occur.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getFrom() |
int |
getTo() |
Optional<Duration> |
getWindowSize() |
org.apache.flink.streaming.api.windowing.time.Time |
getWindowTime()
Deprecated.
Use
getWindowSize(). |
int |
hashCode() |
static Quantifier.Times |
of(int times,
Duration windowTime) |
static Quantifier.Times |
of(int from,
int to,
Duration windowTime) |
static Quantifier.Times |
of(int from,
int to,
org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
|
static Quantifier.Times |
of(int times,
org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
|
public int getFrom()
public int getTo()
@Deprecated public org.apache.flink.streaming.api.windowing.time.Time getWindowTime()
getWindowSize().@Deprecated public static Quantifier.Times of(int from, int to, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
of(int, int, Duration)public static Quantifier.Times of(int from, int to, @Nullable Duration windowTime)
@Deprecated public static Quantifier.Times of(int times, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
of(int, Duration)public static Quantifier.Times of(int times, @Nullable Duration windowTime)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.