|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegexPartitionStateRepo
Service for holding partition state.
Method Summary | |
---|---|
void |
accept(EventRowRegexNFAViewServiceVisitor visitor)
|
RegexPartitionStateRepo |
copyForIterate()
Copy state for iteration. |
RegexPartitionState |
getState(EventBean theEvent,
boolean isCollect)
Return state for event or create state if not found. |
RegexPartitionState |
getState(java.lang.Object key)
Return state for key or create state if not found. |
boolean |
isPartitioned()
|
void |
removeOld(EventBean[] events,
boolean isEmpty,
boolean[] found)
Remove old events from the state, applicable for "prev" function and partial NFA state. |
void |
removeState(java.lang.Object partitionKey)
|
Method Detail |
---|
RegexPartitionState getState(java.lang.Object key)
key
- to look up
RegexPartitionState getState(EventBean theEvent, boolean isCollect)
theEvent
- to look upisCollect
- true if a collection of unused state can occur
void removeOld(EventBean[] events, boolean isEmpty, boolean[] found)
events
- to removeisEmpty
- indicator if there are not matchesfound
- indicator if any partial matches exist to be deletedRegexPartitionStateRepo copyForIterate()
void removeState(java.lang.Object partitionKey)
void accept(EventRowRegexNFAViewServiceVisitor visitor)
boolean isPartitioned()
|
© 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 |