Uses of Interface
org.apache.flink.cep.time.TimerService
Packages that use TimerService
-
Uses of TimerService in org.apache.flink.cep.nfa
Methods in org.apache.flink.cep.nfa with parameters of type TimerServiceModifier and TypeMethodDescriptionCollection<Map<String,List<T>>> NFA.process(SharedBufferAccessor<T> sharedBufferAccessor, NFAState nfaState, T event, long timestamp, AfterMatchSkipStrategy afterMatchSkipStrategy, TimerService timerService) Processes the next input event.