| 程序包 | 说明 |
|---|---|
| org.apache.flink.cep.pattern |
| 限定符和类型 | 方法和说明 |
|---|---|
static WithinType |
WithinType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WithinType[] |
WithinType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.streaming.api.windowing.time.Time |
Pattern.getWindowTime(WithinType withinType) |
Pattern<T,F> |
Pattern.within(org.apache.flink.streaming.api.windowing.time.Time windowTime,
WithinType withinType)
Defines the maximum time interval in which a matching pattern has to be completed in order to
be considered valid.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.