Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.nfa |
Match-recognize NFA.
|
com.espertech.esper.common.internal.metrics.instrumentation |
Modifier and Type | Method and Description |
---|---|
RowRecogNFAState[] |
RowRecogNFAViewFactory.getAllStates() |
RowRecogNFAState[] |
RowRecogNFAViewFactory.getStartStates() |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogNFAStateAnyOneEval
Any-quantifier.
|
class |
RowRecogNFAStateBase
Base for states.
|
class |
RowRecogNFAStateEndEval
End state in the regex NFA states.
|
class |
RowRecogNFAStateFilterEval
NFA state for a single match that applies a filter.
|
class |
RowRecogNFAStateOneOptionalEvalCond
The '?' state in the regex NFA states.
|
class |
RowRecogNFAStateOneOptionalEvalNoCond
The '?' state in the regex NFA states.
|
class |
RowRecogNFAStateOneToManyEvalCond
The '+' state in the regex NFA states.
|
class |
RowRecogNFAStateOneToManyEvalNoCond
The '+' state in the regex NFA states.
|
class |
RowRecogNFAStateZeroToManyEvalCond
The '*' state in the regex NFA states.
|
class |
RowRecogNFAStateZeroToManyEvalNoCond
The '*' state in the regex NFA states.
|
Modifier and Type | Method and Description |
---|---|
RowRecogNFAState[] |
RowRecogNFAStateEndEval.getNextStates() |
RowRecogNFAState[] |
RowRecogNFAStateBase.getNextStates() |
RowRecogNFAState[] |
RowRecogNFAState.getNextStates()
Returns the next states.
|
RowRecogNFAState |
RowRecogNFAStateEntry.getState()
Returns the partial matches.
|
Modifier and Type | Method and Description |
---|---|
void |
RowRecogNFAStateBase.setNextStates(RowRecogNFAState[] nextStates) |
void |
RowRecogNFAStateEntry.setState(RowRecogNFAState state) |
Constructor and Description |
---|
RowRecogNFAStateEntry(int matchBeginEventSeqNo,
long matchBeginEventTime,
RowRecogNFAState state,
EventBean[] eventsPerStream,
int[] greedycountPerState,
RowRecogMultimatchState[] optionalMultiMatches,
Object partitionKey)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.qRegExStateStart(RowRecogNFAState startState,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
void |
InstrumentationCommon.qRegExStateStart(RowRecogNFAState startState,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
Copyright © 2005–2018. All rights reserved.