Package | Description |
---|---|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Constructor and Description |
---|
RegexPartitionState(RegexPartitionStateRandomAccessGetter getter,
java.util.List<RegexNFAStateEntry> currentStates,
boolean hasInterval)
Ctor.
|
RegexPartitionState(RegexPartitionStateRandomAccessGetter getter,
java.util.List<RegexNFAStateEntry> currentStates,
java.lang.Object optionalKeys,
boolean hasInterval)
Ctor.
|
RegexPartitionStateRandomAccessImpl(RegexPartitionStateRandomAccessGetter getter)
Ctor.
|
RegexPartitionStateRepoGroup(RegexPartitionStateRandomAccessGetter getter,
RegexPartitionStateRepoGroupMeta meta)
Ctor.
|
RegexPartitionStateRepoNoGroup(RegexPartitionStateRandomAccessGetter getter,
boolean hasInterval)
Ctor.
|