Uses of Class
com.espertech.esper.rowregex.RegexPartitionStateRandomAccessGetter

Packages that use RegexPartitionStateRandomAccessGetter
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of RegexPartitionStateRandomAccessGetter in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.expression with parameters of type RegexPartitionStateRandomAccessGetter
 void ExprPreviousMatchRecognizeNode.setGetter(RegexPartitionStateRandomAccessGetter getter)
          Sets the getter to obtain the value.
 

Uses of RegexPartitionStateRandomAccessGetter in com.espertech.esper.rowregex
 

Constructors in com.espertech.esper.rowregex with parameters of type RegexPartitionStateRandomAccessGetter
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.
RegexPartitionStateRandomAccessImpl(RegexPartitionStateRandomAccessGetter getter)
          Ctor.
RegexPartitionStateRepoGroup(RegexPartitionStateRandomAccessGetter getter, ExprEvaluator[] partitionExpressions, boolean hasInterval, ExprEvaluatorContext exprEvaluatorContext)
          Ctor.
RegexPartitionStateRepoNoGroup(RegexPartitionStateRandomAccessGetter getter, boolean hasInterval)
          Ctor.
 


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