Uses of Class
com.espertech.esper.epl.agg.access.AggregationStateType

Packages that use AggregationStateType
com.espertech.esper.epl.agg.access State multifunction aggregation methods 
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 
 

Uses of AggregationStateType in com.espertech.esper.epl.agg.access
 

Methods in com.espertech.esper.epl.agg.access that return AggregationStateType
static AggregationStateType AggregationStateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AggregationStateType[] AggregationStateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.espertech.esper.epl.expression that return AggregationStateType
 AggregationStateType ExprAggMultiFunctionLinearAccessNode.getStateType()
           
 

Constructors in com.espertech.esper.epl.expression with parameters of type AggregationStateType
ExprAggMultiFunctionLinearAccessNode(AggregationStateType stateType, boolean wildcard, java.lang.String streamWildcard)
          Ctor.
ExprAggMultiFunctionLinearAccessNodeFactory(AggregationStateType stateType, java.lang.Class resultType, int streamNum, ExprEvaluator childNode, ExprNode indexEvalNode, boolean istreamOnly, boolean ondemandQuery)
           
 


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