Class | Description |
---|---|
AfterMatchSkipStrategy |
Indicate the skip strategy after a match process.
|
ComputationState<T> |
Helper class which encapsulates the state 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<T> |
Non-deterministic finite automaton implementation.
|
NFA.NFASerializer<T> |
A
TypeSerializer for NFA that uses Java Serialization. |
NFA.NFASerializerConfigSnapshot<T> |
The
TypeSerializerConfigSnapshot serializer configuration to be stored with the managed state. |
SharedBuffer<K extends Serializable,V> |
A shared buffer implementation which stores values under a key.
|
SharedBuffer.SharedBufferSerializer<K extends Serializable,V> |
A
TypeSerializer for the SharedBuffer . |
SharedBuffer.SharedBufferSerializerConfigSnapshot<K,V> |
The
TypeSerializerConfigSnapshot serializer configuration to be stored with the managed state. |
State<T> |
Represents a state of the
NFA . |
StateTransition<T> |
Represents a transition from one
State to another. |
Enum | Description |
---|---|
AfterMatchSkipStrategy.SkipStrategy |
Skip Strategy Enum.
|
State.StateType |
Set of valid state types.
|
StateTransitionAction |
Set of actions when doing a state transition from a
State to another. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.