public static class Quantifier.Times extends Object
Pattern can occur.| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getFrom() |
int |
getTo() |
org.apache.flink.streaming.api.windowing.time.Time |
getWindowTime() |
int |
hashCode() |
static Quantifier.Times |
of(int from,
int to,
org.apache.flink.streaming.api.windowing.time.Time windowTime) |
static Quantifier.Times |
of(int times,
org.apache.flink.streaming.api.windowing.time.Time windowTime) |
public int getFrom()
public int getTo()
public org.apache.flink.streaming.api.windowing.time.Time getWindowTime()
public static Quantifier.Times of(int from, int to, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
public static Quantifier.Times of(int times, @Nullable org.apache.flink.streaming.api.windowing.time.Time windowTime)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.