| 程序包 | 说明 |
|---|---|
| org.apache.flink.cep.pattern |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,F extends T> |
Pattern.begin(Pattern<T,F> group)
Starts a new pattern sequence.
|
static <T,F extends T> |
Pattern.begin(Pattern<T,F> group,
AfterMatchSkipStrategy afterMatchSkipStrategy)
Starts a new pattern sequence.
|
GroupPattern<T,F> |
Pattern.followedBy(Pattern<T,F> group)
Appends a new group pattern to the existing one.
|
GroupPattern<T,F> |
Pattern.followedByAny(Pattern<T,F> group)
Appends a new group pattern to the existing one.
|
GroupPattern<T,F> |
Pattern.next(Pattern<T,F> group)
Appends a new group pattern to the existing one.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.