| 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 |
| Class and 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
A
TypeSerializer for the DeweyNumber which serves as a version number. |
| NFA.MigratedNFA
Wrapper for migrated state.
|
| NFA.MigratedNFASerializerSnapshot
A
TypeSerializerSnapshot for the legacy NFA.NFASerializer. |
| NFA.NFASerializer
Deprecated.
|
| NFAState
State kept for a
NFA. |
| NFAStateSerializer
A
TypeSerializer for NFAState. |
| SharedBuffer
Deprecated.
everything in this class is deprecated. Those are only migration procedures from
older versions.
|
| SharedBuffer.SharedBufferSerializer
Deprecated.
A
TypeSerializer for the SharedBuffer. |
| SharedBuffer.SharedBufferSerializerSnapshot
Deprecated.
A
TypeSerializerSnapshot for the SharedBuffer.SharedBufferSerializerSnapshot. |
| State
Represents a state of the
NFA. |
| State.StateType
Set of valid state types.
|
| StateTransition
Represents a transition from one
State to another. |
| StateTransitionAction
Set of actions when doing a state transition from a
State to another. |
| Class and Description |
|---|
| ComputationState
Helper class which encapsulates the currentStateName of the NFA computation.
|
| Class and Description |
|---|
| NFA
Non-deterministic finite automaton implementation.
|
| Class and Description |
|---|
| DeweyNumber
Versioning scheme which allows to retrieve dependencies between different versions.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.