Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAState
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAState in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeMethodDescriptionRowRecogNFAViewFactory.getAllStates()
RowRecogNFAViewFactory.getStartStates()
-
Uses of RowRecogNFAState in com.espertech.esper.common.internal.epl.rowrecog.nfa
Modifier and TypeClassDescriptionclass
Any-quantifier.class
Base for states.class
End state in the regex NFA states.class
NFA state for a single match that applies a filter.class
The '?' state in the regex NFA states.class
The '?' state in the regex NFA states.class
The '+' state in the regex NFA states.class
The '+' state in the regex NFA states.class
The '*' state in the regex NFA states.class
The '*' state in the regex NFA states.Modifier and TypeMethodDescriptionRowRecogNFAState.getNextStates()
Returns the next states.RowRecogNFAStateBase.getNextStates()
RowRecogNFAStateEndEval.getNextStates()
RowRecogNFAStateEntry.getState()
Returns the partial matches.Modifier and TypeMethodDescriptionvoid
RowRecogNFAStateBase.setNextStates
(RowRecogNFAState[] nextStates) void
RowRecogNFAStateEntry.setState
(RowRecogNFAState state) ModifierConstructorDescriptionRowRecogNFAStateEntry
(int matchBeginEventSeqNo, long matchBeginEventTime, RowRecogNFAState state, EventBean[] eventsPerStream, int[] greedycountPerState, RowRecogMultimatchState[] optionalMultiMatches, Object partitionKey) Ctor. -
Uses of RowRecogNFAState in com.espertech.esper.common.internal.metrics.instrumentation
Modifier and TypeMethodDescriptionvoid
InstrumentationCommon.qRegExStateStart
(RowRecogNFAState startState, LinkedHashMap<String, Pair<Integer, Boolean>> variableStreams, int[] multimatchStreamNumToVariable) void
InstrumentationCommonDefault.qRegExStateStart
(RowRecogNFAState startState, LinkedHashMap<String, Pair<Integer, Boolean>> variableStreams, int[] multimatchStreamNumToVariable)