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.qRegExState(RegexNFAStateEntry currentState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
void |
Instrumentation.qRegExState(RegexNFAStateEntry currentState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
void |
InstrumentationDefault.qRegIntervalState(RegexNFAStateEntry endState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable,
long engineTime) |
void |
Instrumentation.qRegIntervalState(RegexNFAStateEntry endState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable,
long engineTime) |
void |
InstrumentationDefault.qRegMeasure(RegexNFAStateEntry endState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
void |
Instrumentation.qRegMeasure(RegexNFAStateEntry endState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.aRegEx(RegexPartitionState partitionState,
java.util.List<RegexNFAStateEntry> endStates,
java.util.List<RegexNFAStateEntry> terminationStates) |
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 |
Instrumentation.aRegEx(RegexPartitionState partitionState,
java.util.List<RegexNFAStateEntry> endStates,
java.util.List<RegexNFAStateEntry> terminationStates) |
void |
InstrumentationDefault.aRegExState(java.util.List<RegexNFAStateEntry> next,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
void |
Instrumentation.aRegExState(java.util.List<RegexNFAStateEntry> next,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RegexNFAStateEntry> |
RegexPartitionState.getCallbackItems()
Returns the interval states, if any.
|
java.util.List<RegexNFAStateEntry> |
RegexPartitionState.getCurrentStates()
Returns partial matches.
|
java.util.List<RegexNFAStateEntry> |
EventRowRegexIteratorResult.getEndStates()
Returns the end states
|
Modifier and Type | Method and Description |
---|---|
void |
RegexPartitionState.addCallbackItem(RegexNFAStateEntry endState)
Add a callback item for intervals.
|
Modifier and Type | Method and Description |
---|---|
void |
RegexPartitionState.setCurrentStates(java.util.List<RegexNFAStateEntry> currentStates)
Sets partial matches.
|
Constructor and Description |
---|
EventRowRegexIteratorResult(java.util.List<RegexNFAStateEntry> endStates,
int eventSequenceNum)
Ctor.
|
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.
|