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.factory   
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.approx Approximation algos. 
com.espertech.esper.epl.expression.accessagg Access-aggregation expressions. 
com.espertech.esper.epl.expression.table Table access and identifiers expressions. 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.epl.table.strategy Table access evaluators. 
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 AggregationAccessorFirstLastIndexNoEval
           
 class AggregationAccessorFirstLastIndexWEval
          Represents the aggregation accessor that provides the result for the "first" and "last" aggregation function with index.
 class AggregationAccessorFirstNoEval
          Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
 class AggregationAccessorFirstWEval
          Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
 class AggregationAccessorLastNoEval
           
 class AggregationAccessorLastWEval
          Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
 class AggregationAccessorMinMaxByBase
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorMinMaxByNonTable
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorMinMaxByTable
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorSortedNonTable
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorSortedTable
          Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
 class AggregationAccessorWindowNoEval
          Represents the aggregation accessor that provides the result for the "window" aggregation function.
 class AggregationAccessorWindowWEval
          Represents the aggregation accessor that provides the result for the "window" 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.factory
 

Methods in com.espertech.esper.epl.agg.factory that return AggregationAccessor
 AggregationAccessor AggregationMethodFactorySum.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryStddev.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryRate.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryPlugIn.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryNth.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryMinMax.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryMedian.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryLeaving.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryLastEver.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryFirstEver.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryCountEver.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryCount.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryAvg.getAccessor()
           
 AggregationAccessor AggregationMethodFactoryAvedev.getAccessor()
           
 

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.approx
 

Classes in com.espertech.esper.epl.approx that implement AggregationAccessor
 class CountMinSketchAggAccessorDefault
           
 class CountMinSketchAggAccessorFrequency
           
 class CountMinSketchAggAccessorTopk
           
 

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

Methods in com.espertech.esper.epl.expression.accessagg that return AggregationAccessor
 AggregationAccessor ExprPlugInAggMultiFunctionNodeFactory.getAccessor()
           
 AggregationAccessor ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAccessor()
           
 AggregationAccessor ExprAggMultiFunctionLinearAccessNodeFactoryMethod.getAccessor()
           
 AggregationAccessor ExprAggMultiFunctionLinearAccessNodeFactoryAccess.getAccessor()
           
 AggregationAccessor ExprAggCountMinSketchNodeFactoryUse.getAccessor()
           
 AggregationAccessor ExprAggCountMinSketchNodeFactoryState.getAccessor()
           
 

Constructors in com.espertech.esper.epl.expression.accessagg with parameters of type AggregationAccessor
ExprAggMultiFunctionLinearAccessNodeFactoryAccess(ExprAggMultiFunctionLinearAccessNode parent, AggregationAccessor accessor, java.lang.Class accessorResultType, EventType containedEventType, AggregationStateKey optionalStateKey, AggregationStateFactory optionalStateFactory, AggregationAgent optionalAgent)
           
ExprAggMultiFunctionSortedMinMaxByNodeFactory(ExprAggMultiFunctionSortedMinMaxByNode parent, AggregationAccessor accessor, java.lang.Class accessorResultType, EventType containedEventType, AggregationStateKey optionalStateKey, SortedAggregationStateFactoryFactory optionalStateFactory, AggregationAgent optionalAgent)
           
 

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

Methods in com.espertech.esper.epl.expression.table that return AggregationAccessor
 AggregationAccessor ExprTableAccessNodeSubpropAccessor.getAccessor()
           
 

Uses of AggregationAccessor in com.espertech.esper.epl.table.mgmt
 

Methods in com.espertech.esper.epl.table.mgmt that return AggregationAccessor
 AggregationAccessor TableMetadataColumnPairAggAccess.getAccessor()
           
 

Constructors in com.espertech.esper.epl.table.mgmt with parameters of type AggregationAccessor
TableMetadataColumnPairAggAccess(int dest, AggregationAccessor accessor)
           
 

Uses of AggregationAccessor in com.espertech.esper.epl.table.strategy
 

Constructors in com.espertech.esper.epl.table.strategy with parameters of type AggregationAccessor
ExprTableEvalStrategyUngroupedAccess(TableAndLockProviderUngrouped provider, int slot, AggregationAccessor accessor)
           
 

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-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com