Uses of Class
org.apache.flink.cep.nfa.NFAState
Packages that use NFAState
-
Uses of NFAState in org.apache.flink.cep.nfa
Methods in org.apache.flink.cep.nfa that return NFAStateModifier and TypeMethodDescriptionNFA.createInitialNFAState()NFAStateSerializer.createInstance()NFAStateSerializer.deserialize(NFAState reuse, org.apache.flink.core.memory.DataInputView source) NFAStateSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) Methods in org.apache.flink.cep.nfa that return types with arguments of type NFAStateModifier and TypeMethodDescriptionorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFAState>NFAStateSerializer.snapshotConfiguration()Methods in org.apache.flink.cep.nfa with parameters of type NFAStateModifier and TypeMethodDescriptionorg.apache.flink.api.java.tuple.Tuple2<Collection<Map<String,List<T>>>, Collection<org.apache.flink.api.java.tuple.Tuple2<Map<String, List<T>>, Long>>> NFA.advanceTime(SharedBufferAccessor<T> sharedBufferAccessor, NFAState nfaState, long timestamp, AfterMatchSkipStrategy afterMatchSkipStrategy) Prunes states assuming there will be no events with timestamp lower than the given one.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.voidMethod parameters in org.apache.flink.cep.nfa with type arguments of type NFAStateModifier and TypeMethodDescriptionprotected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityNFAStateSerializerSnapshot.resolveOuterSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFAState> oldSerializerSnapshot)