| Package | Description |
|---|---|
| org.apache.flink.cep.pattern |
| Modifier and Type | Method and Description |
|---|---|
Quantifier.Times |
Pattern.getTimes() |
static Quantifier.Times |
Quantifier.Times.of(int times,
java.time.Duration windowTime) |
static Quantifier.Times |
Quantifier.Times.of(int from,
int to,
java.time.Duration windowTime) |
static Quantifier.Times |
Quantifier.Times.of(int from,
int to,
org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
|
static Quantifier.Times |
Quantifier.Times.of(int times,
org.apache.flink.streaming.api.windowing.time.Time windowTime)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.