Uses of Interface
com.espertech.esper.rowregex.RegexPartitionState

Packages that use RegexPartitionState
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of RegexPartitionState in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type RegexPartitionState
 void InstrumentationDefault.aRegEx(RegexPartitionState partitionState, java.util.List<RegexNFAStateEntry> endStates, java.util.List<RegexNFAStateEntry> terminationStates)
           
 void Instrumentation.aRegEx(RegexPartitionState partitionState, java.util.List<RegexNFAStateEntry> endStates, java.util.List<RegexNFAStateEntry> terminationStates)
           
 void InstrumentationDefault.aRegExPartition(boolean exists, RegexPartitionState state)
           
 void Instrumentation.aRegExPartition(boolean exists, RegexPartitionState state)
           
 void InstrumentationDefault.qRegEx(EventBean newEvent, RegexPartitionState partitionState)
           
 void Instrumentation.qRegEx(EventBean newEvent, RegexPartitionState partitionState)
           
 

Uses of RegexPartitionState in com.espertech.esper.rowregex
 

Classes in com.espertech.esper.rowregex that implement RegexPartitionState
 class RegexPartitionStateImpl
          All current state holding partial NFA matches.
 

Methods in com.espertech.esper.rowregex that return RegexPartitionState
 RegexPartitionState RegexPartitionStateRepoNoGroup.getState(EventBean theEvent, boolean collect)
           
 RegexPartitionState RegexPartitionStateRepo.getState(EventBean theEvent, boolean isCollect)
          Return state for event or create state if not found.
 RegexPartitionState RegexPartitionStateRepoNoGroup.getState(java.lang.Object key)
           
 RegexPartitionState RegexPartitionStateRepoGroup.getState(java.lang.Object key)
           
 RegexPartitionState RegexPartitionStateRepo.getState(java.lang.Object key)
          Return state for key or create state if not found.
 

Methods in com.espertech.esper.rowregex with parameters of type RegexPartitionState
 void EventRowRegexNFAViewServiceVisitor.visitUnpartitioned(RegexPartitionState state)
           
 

Method parameters in com.espertech.esper.rowregex with type arguments of type RegexPartitionState
 void EventRowRegexNFAViewServiceVisitor.visitPartitioned(java.util.Map<java.lang.Object,RegexPartitionState> states)
           
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com