Uses of Interface
com.espertech.esper.epl.agg.access.AggregationStateKey

Packages that use AggregationStateKey
com.espertech.esper.epl.agg.service Aggregation services. 
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.plugin APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. 
 

Uses of AggregationStateKey in com.espertech.esper.epl.agg.service
 

Classes in com.espertech.esper.epl.agg.service that implement AggregationStateKey
 class AggregationStateKeyWStream
           
 

Methods in com.espertech.esper.epl.agg.service that return AggregationStateKey
 AggregationStateKey AggregationMethodFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 

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

Methods in com.espertech.esper.epl.expression that return AggregationStateKey
 AggregationStateKey ExprSumNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprStddevNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprRateAggNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprPlugInAggMultiFunctionNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprPlugInAggFunctionNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
          Deprecated.  
 AggregationStateKey ExprPlugInAggFunctionFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprNthAggNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprMinMaxAggrNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprMedianNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprLeavingAggNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprLastEverNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprFirstEverNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprCountNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprAvgNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprAvedevNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 AggregationStateKey ExprAggMultiFunctionLinearAccessNodeFactory.getAggregationStateKey(boolean isMatchRecognize)
           
 

Uses of AggregationStateKey in com.espertech.esper.plugin
 

Methods in com.espertech.esper.plugin that return AggregationStateKey
 AggregationStateKey PlugInAggregationMultiFunctionHandler.getAggregationStateUniqueKey()
          Return a state-key object that determines how the engine shares aggregation state between multiple aggregation functions that may appear in the same EPL statement.
 


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