Uses of Package
org.apache.flink.cep.nfa
-
Packages that use org.apache.flink.cep.nfa Package Description org.apache.flink.cep.nfa org.apache.flink.cep.nfa.aftermatch org.apache.flink.cep.nfa.compiler org.apache.flink.cep.nfa.sharedbuffer -
Classes in org.apache.flink.cep.nfa used by org.apache.flink.cep.nfa Class Description ComputationState Helper class which encapsulates the currentStateName of the NFA computation.DeweyNumber Versioning scheme which allows to retrieve dependencies between different versions.DeweyNumber.DeweyNumberSerializer ATypeSerializer
for theDeweyNumber
which serves as a version number.NFAState State kept for aNFA
.NFAStateSerializer ATypeSerializer
forNFAState
.State Represents a state of theNFA
.State.StateType Set of valid state types.StateTransition Represents a transition from oneState
to another.StateTransitionAction Set of actions when doing a state transition from aState
to another. -
Classes in org.apache.flink.cep.nfa used by org.apache.flink.cep.nfa.aftermatch Class Description ComputationState Helper class which encapsulates the currentStateName of the NFA computation. -
Classes in org.apache.flink.cep.nfa used by org.apache.flink.cep.nfa.compiler Class Description NFA Non-deterministic finite automaton implementation. -
Classes in org.apache.flink.cep.nfa used by org.apache.flink.cep.nfa.sharedbuffer Class Description DeweyNumber Versioning scheme which allows to retrieve dependencies between different versions.