Uses of Interface
org.apache.flink.cep.PatternTimeoutFunction
Packages that use PatternTimeoutFunction
-
Uses of PatternTimeoutFunction in org.apache.flink.cep
Methods in org.apache.flink.cep with parameters of type PatternTimeoutFunctionModifier and TypeMethodDescription<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<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. -
Uses of PatternTimeoutFunction in org.apache.flink.cep.functions.adaptors
Constructors in org.apache.flink.cep.functions.adaptors with parameters of type PatternTimeoutFunctionModifierConstructorDescriptionPatternTimeoutSelectAdapter(PatternSelectFunction<IN, OUT> selectFunction, PatternTimeoutFunction<IN, T> timeoutFunction, org.apache.flink.util.OutputTag<T> timedOutPartialMatchesTag)