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