Package | Description |
---|---|
org.apache.flink.cep.nfa | |
org.apache.flink.cep.nfa.aftermatch | |
org.apache.flink.cep.nfa.sharedbuffer |
Modifier and Type | Method and Description |
---|---|
Collection<Tuple2<Map<String,List<T>>,Long>> |
NFA.advanceTime(SharedBufferAccessor<T> sharedBufferAccessor,
NFAState nfaState,
long timestamp)
Prunes states assuming there will be no events with timestamp lower than the given one.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterMatchSkipStrategy.prune(Collection<ComputationState> matchesToPrune,
Collection<Map<String,List<EventId>>> matchedResult,
SharedBufferAccessor<?> sharedBufferAccessor)
Prunes matches/partial matches based on the chosen strategy.
|
Modifier and Type | Method and Description |
---|---|
SharedBufferAccessor<V> |
SharedBuffer.getAccessor()
Construct an accessor to deal with this sharedBuffer.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.