Uses of Interface
org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactory
Packages that use NFACompiler.NFAFactory
-
Uses of NFACompiler.NFAFactory in org.apache.flink.cep.nfa.compiler
Methods in org.apache.flink.cep.nfa.compiler that return NFACompiler.NFAFactoryModifier and TypeMethodDescriptionstatic <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.NFAFactoryModifierConstructorDescriptionCepOperator(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)