| Package | Description |
|---|---|
| org.apache.flink.cep.nfa |
| Modifier and Type | Method and Description |
|---|---|
NFAState |
NFAStateSerializer.copy(NFAState from) |
NFAState |
NFAStateSerializer.copy(NFAState from,
NFAState reuse) |
NFAState |
NFA.createInitialNFAState() |
NFAState |
NFAStateSerializer.createInstance() |
NFAState |
NFAStateSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) |
NFAState |
NFAStateSerializer.deserialize(NFAState reuse,
org.apache.flink.core.memory.DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFAState> |
NFAStateSerializer.snapshotConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.flink.api.java.tuple.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.
|
NFAState |
NFAStateSerializer.copy(NFAState from) |
NFAState |
NFAStateSerializer.copy(NFAState from,
NFAState reuse) |
NFAState |
NFAStateSerializer.deserialize(NFAState reuse,
org.apache.flink.core.memory.DataInputView source) |
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.
|
void |
NFAStateSerializer.serialize(NFAState record,
org.apache.flink.core.memory.DataOutputView target) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.