Uses of Interface
org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactory
-
Packages that use NFACompiler.NFAFactory Package Description org.apache.flink.cep.nfa.compiler org.apache.flink.cep.operator -
-
Uses of NFACompiler.NFAFactory in org.apache.flink.cep.nfa.compiler
Methods in org.apache.flink.cep.nfa.compiler that return NFACompiler.NFAFactory Modifier and Type Method Description static <T> NFACompiler.NFAFactory<T>NFACompiler. compileFactory(Pattern<T,?> pattern, boolean timeoutHandling)Compiles the given pattern into aNFACompiler.NFAFactory. -
Uses of NFACompiler.NFAFactory in org.apache.flink.cep.operator
Constructors in org.apache.flink.cep.operator with parameters of type NFACompiler.NFAFactory Constructor Description CepOperator(org.apache.flink.api.common.typeutils.TypeSerializer<IN> inputSerializer, boolean isProcessingTime, NFACompiler.NFAFactory<IN> nfaFactory, EventComparator<IN> comparator, AfterMatchSkipStrategy afterMatchSkipStrategy, PatternProcessFunction<IN,OUT> function, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)
-