| Package | Description |
|---|---|
| org.apache.flink.cep | |
| org.apache.flink.cep.functions.adaptors |
| Modifier and Type | Method and Description |
|---|---|
<L,R> org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator<R> |
PatternStream.select(org.apache.flink.util.OutputTag<L> timedOutPartialMatchesTag,
PatternTimeoutFunction<T,L> patternTimeoutFunction,
PatternSelectFunction<T,R> patternSelectFunction)
Applies a select function to the detected pattern sequence.
|
<L,R> org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator<R> |
PatternStream.select(org.apache.flink.util.OutputTag<L> timedOutPartialMatchesTag,
PatternTimeoutFunction<T,L> patternTimeoutFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outTypeInfo,
PatternSelectFunction<T,R> patternSelectFunction)
Applies a select function to the detected pattern sequence.
|
<L,R> org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator<org.apache.flink.types.Either<L,R>> |
PatternStream.select(PatternTimeoutFunction<T,L> patternTimeoutFunction,
PatternSelectFunction<T,R> patternSelectFunction)
Deprecated.
Use
PatternStream.select(OutputTag, PatternTimeoutFunction,
PatternSelectFunction) that returns timed out events as a side-output |
| Constructor and Description |
|---|
PatternTimeoutSelectAdapter(PatternSelectFunction<IN,OUT> selectFunction,
PatternTimeoutFunction<IN,T> timeoutFunction,
org.apache.flink.util.OutputTag<T> timedOutPartialMatchesTag) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.