Package | Description |
---|---|
com.espertech.esper.metrics.instrumentation | |
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.aRegEx(RegexPartitionState partitionState,
java.util.List<RegexNFAStateEntry> endStates,
java.util.List<RegexNFAStateEntry> terminationStates) |
void |
Instrumentation.aRegEx(RegexPartitionState partitionState,
java.util.List<RegexNFAStateEntry> endStates,
java.util.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 | Method and Description |
---|---|
RegexPartitionState |
RegexPartitionStateRepoNoGroup.getState(EventBean theEvent,
boolean collect) |
RegexPartitionState |
RegexPartitionStateRepoGroup.getState(EventBean theEvent,
boolean isCollect) |
RegexPartitionState |
RegexPartitionStateRepo.getState(EventBean theEvent,
boolean isCollect)
Return state for event or create state if not found.
|
RegexPartitionState |
RegexPartitionStateRepoNoGroup.getState(java.lang.Object key) |
RegexPartitionState |
RegexPartitionStateRepoGroup.getState(java.lang.Object key) |
RegexPartitionState |
RegexPartitionStateRepo.getState(java.lang.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(java.util.Map<java.lang.Object,RegexPartitionState> states) |
Constructor and Description |
---|
RegexPartitionStateRepoNoGroup(RegexPartitionState singletonState,
boolean hasInterval)
Ctor.
|