|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexNFAState | |
---|---|
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
com.espertech.esper.rowregex | Match-recognize expression tree and state objects. |
Uses of RegexNFAState in com.espertech.esper.metrics.instrumentation |
---|
Methods in com.espertech.esper.metrics.instrumentation with parameters of type RegexNFAState | |
---|---|
void |
InstrumentationDefault.qRegExStateStart(RegexNFAState startState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable)
|
void |
Instrumentation.qRegExStateStart(RegexNFAState startState,
java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams,
int[] multimatchStreamNumToVariable)
|
Uses of RegexNFAState in com.espertech.esper.rowregex |
---|
Classes in com.espertech.esper.rowregex that implement RegexNFAState | |
---|---|
class |
RegexNFAStateAnyOne
Any-quantifier. |
class |
RegexNFAStateBase
Base for states. |
class |
RegexNFAStateEnd
End state in the regex NFA states. |
class |
RegexNFAStateFilter
NFA state for a single match that applies a filter. |
class |
RegexNFAStateOneOptional
The '?' state in the regex NFA states. |
class |
RegexNFAStateOneToMany
The '+' state in the regex NFA states. |
class |
RegexNFAStateZeroToMany
The '*' state in the regex NFA states. |
Fields in com.espertech.esper.rowregex declared as RegexNFAState | |
---|---|
protected RegexNFAState[] |
EventRowRegexNFAView.allStates
|
Methods in com.espertech.esper.rowregex that return RegexNFAState | |
---|---|
RegexNFAState |
RegexNFAStateEntry.getState()
Returns the partial matches. |
Methods in com.espertech.esper.rowregex that return types with arguments of type RegexNFAState | |
---|---|
java.util.List<RegexNFAState> |
RegexNFAStateEnd.getNextStates()
|
java.util.List<RegexNFAState> |
RegexNFAStateBase.getNextStates()
|
java.util.List<RegexNFAState> |
RegexNFAState.getNextStates()
Returns the next states. |
java.util.List<RegexNFAState> |
RegexNFAStrandResult.getStartStates()
Returns start states. |
Methods in com.espertech.esper.rowregex with parameters of type RegexNFAState | |
---|---|
void |
RegexNFAStateBase.addState(RegexNFAState next)
Add a next state. |
protected static java.lang.String |
EventRowRegexNFAViewUtil.print(RegexNFAState[] states)
|
void |
RegexNFAStateEntry.setState(RegexNFAState state)
|
Method parameters in com.espertech.esper.rowregex with type arguments of type RegexNFAState | |
---|---|
protected static void |
EventRowRegexNFAViewUtil.print(java.util.List<RegexNFAState> states,
java.io.PrintWriter writer,
int indent,
java.util.Stack<RegexNFAState> currentStack)
|
protected static void |
EventRowRegexNFAViewUtil.print(java.util.List<RegexNFAState> states,
java.io.PrintWriter writer,
int indent,
java.util.Stack<RegexNFAState> currentStack)
|
Constructors in com.espertech.esper.rowregex with parameters of type RegexNFAState | |
---|---|
RegexNFAStateEntry(int matchBeginEventSeqNo,
long matchBeginEventTime,
RegexNFAState state,
EventBean[] eventsPerStream,
int[] greedycountPerState,
MultimatchState[] optionalMultiMatches,
java.lang.Object partitionKey)
Ctor. |
Constructor parameters in com.espertech.esper.rowregex with type arguments of type RegexNFAState | |
---|---|
RegexNFAStrandResult(java.util.List<RegexNFAState> startStates,
java.util.List<RegexNFAStateBase> allStates)
Ctor. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |