Package | Description |
---|---|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.aRegEx(RegexPartitionState partitionState,
List<RegexNFAStateEntry> endStates,
List<RegexNFAStateEntry> terminationStates) |
void |
Instrumentation.aRegEx(RegexPartitionState partitionState,
List<RegexNFAStateEntry> endStates,
List<RegexNFAStateEntry> terminationStates) |
void |
InstrumentationDefault.aRegExPartition(boolean exists,
RegexPartitionState state) |
void |
Instrumentation.aRegExPartition(boolean exists,
RegexPartitionState state) |
void |
InstrumentationDefault.qRegEx(EventBean newEvent,
RegexPartitionState partitionState) |
void |
Instrumentation.qRegEx(EventBean newEvent,
RegexPartitionState partitionState) |
Modifier and Type | Class and Description |
---|---|
class |
RegexPartitionStateImpl
All current state holding partial NFA matches.
|
Modifier and Type | Method and Description |
---|---|
RegexPartitionState |
RegexPartitionStateRepoNoGroup.getState(EventBean theEvent,
boolean collect) |
RegexPartitionState |
RegexPartitionStateRepo.getState(EventBean theEvent,
boolean isCollect)
Return state for event or create state if not found.
|
RegexPartitionState |
RegexPartitionStateRepoNoGroup.getState(Object key) |
RegexPartitionState |
RegexPartitionStateRepoGroup.getState(Object key) |
RegexPartitionState |
RegexPartitionStateRepo.getState(Object key)
Return state for key or create state if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
EventRowRegexNFAViewServiceVisitor.visitUnpartitioned(RegexPartitionState state) |
Modifier and Type | Method and Description |
---|---|
void |
EventRowRegexNFAViewServiceVisitor.visitPartitioned(Map<Object,RegexPartitionState> states) |