Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.nfa.RowRecogNFAState
Packages that use RowRecogNFAState
Package
Description
Match-recognize core.
Match-recognize NFA.
-
Uses of RowRecogNFAState in com.espertech.esper.common.internal.epl.rowrecog.core
Methods in com.espertech.esper.common.internal.epl.rowrecog.core that return RowRecogNFAStateModifier and TypeMethodDescriptionRowRecogNFAViewFactory.getAllStates()
RowRecogNFAViewFactory.getStartStates()
-
Uses of RowRecogNFAState in com.espertech.esper.common.internal.epl.rowrecog.nfa
Classes in com.espertech.esper.common.internal.epl.rowrecog.nfa that implement RowRecogNFAStateModifier 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.Methods in com.espertech.esper.common.internal.epl.rowrecog.nfa that return RowRecogNFAStateModifier and TypeMethodDescriptionRowRecogNFAState.getNextStates()
Returns the next states.RowRecogNFAStateBase.getNextStates()
RowRecogNFAStateEndEval.getNextStates()
RowRecogNFAStateEntry.getState()
Returns the partial matches.Methods in com.espertech.esper.common.internal.epl.rowrecog.nfa with parameters of type RowRecogNFAStateModifier and TypeMethodDescriptionvoid
RowRecogNFAStateBase.setNextStates
(RowRecogNFAState[] nextStates) void
RowRecogNFAStateEntry.setState
(RowRecogNFAState state) Constructors in com.espertech.esper.common.internal.epl.rowrecog.nfa with parameters of type RowRecogNFAStateModifierConstructorDescriptionRowRecogNFAStateEntry
(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
Methods in com.espertech.esper.common.internal.metrics.instrumentation with parameters of type RowRecogNFAStateModifier 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)