|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RegexNFAStateEntry
public class RegexNFAStateEntry
State for a partial NFA match.
Constructor Summary | |
---|---|
RegexNFAStateEntry(int matchBeginEventSeqNo,
long matchBeginEventTime,
RegexNFAState state,
EventBean[] eventsPerStream,
int[] greedycountPerState,
MultimatchState[] optionalMultiMatches,
java.lang.Object partitionKey)
Ctor. |
Method Summary | |
---|---|
EventBean[] |
getEventsPerStream()
Returns the single-variable matches. |
int[] |
getGreedycountPerState()
Returns the count of greedy matches per state. |
int |
getMatchBeginEventSeqNo()
Returns the event number of the first matching event. |
long |
getMatchBeginEventTime()
Returns the time of the first matching event. |
int |
getMatchEndEventSeqNo()
Returns the match end event number. |
MultimatchState[] |
getOptionalMultiMatches()
Returns the multirow-variable matches, if any. |
java.lang.Object |
getPartitionKey()
Returns the partition key. |
RegexNFAState |
getState()
Returns the partial matches. |
void |
setMatchEndEventSeqNo(int matchEndEventSeqNo)
Sets the match end event number. |
void |
setState(RegexNFAState state)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegexNFAStateEntry(int matchBeginEventSeqNo, long matchBeginEventTime, RegexNFAState state, EventBean[] eventsPerStream, int[] greedycountPerState, MultimatchState[] optionalMultiMatches, java.lang.Object partitionKey)
matchBeginEventSeqNo
- the event number where the match startedmatchBeginEventTime
- the time the first match occuredstate
- the current match stateeventsPerStream
- events for each single-match variablegreedycountPerState
- number of greedy matches over all variablesoptionalMultiMatches
- matches for multirow-variablespartitionKey
- key of partitionMethod Detail |
---|
public int getMatchBeginEventSeqNo()
public long getMatchBeginEventTime()
public RegexNFAState getState()
public EventBean[] getEventsPerStream()
public MultimatchState[] getOptionalMultiMatches()
public int[] getGreedycountPerState()
public void setMatchEndEventSeqNo(int matchEndEventSeqNo)
matchEndEventSeqNo
- match end event numpublic int getMatchEndEventSeqNo()
public java.lang.Object getPartitionKey()
public java.lang.String toString()
toString
in class java.lang.Object
public void setState(RegexNFAState state)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |