|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexNFAStateEntry | |
---|---|
com.espertech.esper.rowregex | Match-recognize expression tree and state objects. |
Uses of RegexNFAStateEntry in com.espertech.esper.rowregex |
---|
Methods in com.espertech.esper.rowregex that return types with arguments of type RegexNFAStateEntry | |
---|---|
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 |
Methods in com.espertech.esper.rowregex with parameters of type RegexNFAStateEntry | |
---|---|
void |
RegexPartitionState.addCallbackItem(RegexNFAStateEntry endState)
Add a callback item for intervals. |
Method parameters in com.espertech.esper.rowregex with type arguments of type RegexNFAStateEntry | |
---|---|
void |
RegexPartitionState.setCurrentStates(java.util.List<RegexNFAStateEntry> currentStates)
Sets partial matches. |
Constructor parameters in com.espertech.esper.rowregex with type arguments of type RegexNFAStateEntry | |
---|---|
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. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |