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

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

Classes in com.espertech.esper.epl.agg.access that implement AggregationAccessor
 class AggregationAccessorAll
          Represents the aggregation accessor that provides the result for the "window" aggregation function.
 class AggregationAccessorFirst
          Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
 class AggregationAccessorFirstLastIndex
          Represents the aggregation accessor that provides the result for the "first" and "last" aggregation function with index.
 class AggregationAccessorLast
          Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
 class AggregationAccessorMinMaxBy
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorSorted
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 

Methods in com.espertech.esper.epl.agg.access that return AggregationAccessor
 AggregationAccessor AggregationAccessorSlotPair.getAccessor()
          Returns the accessor.
 

Constructors in com.espertech.esper.epl.agg.access with parameters of type AggregationAccessor
AggregationAccessorSlotPair(int slot, AggregationAccessor accessor)
          Ctor.
 

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

Methods in com.espertech.esper.epl.agg.service that return AggregationAccessor
 AggregationAccessor AggregationMethodFactory.getAccessor()
           
 

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

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

Uses of AggregationAccessor in com.espertech.esper.plugin
 

Methods in com.espertech.esper.plugin that return AggregationAccessor
 AggregationAccessor PlugInAggregationMultiFunctionHandler.getAccessor()
          Returns the read function (an 'accessor').
 


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