| 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,
Duration windowTime) |
static Quantifier.Times |
Quantifier.Times.of(int from,
int to,
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–2025 The Apache Software Foundation. All rights reserved.