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

Packages that use AggregationAgent
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.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 AggregationAgent in com.espertech.esper.epl.agg.access
 

Classes in com.espertech.esper.epl.agg.access that implement AggregationAgent
 class AggregationAgentDefault
           
 class AggregationAgentRewriteStream
           
 

Uses of AggregationAgent in com.espertech.esper.epl.agg.factory
 

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

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

Methods in com.espertech.esper.epl.agg.service that return AggregationAgent
 AggregationAgent AggregationMethodFactory.getAggregationStateAgent()
           
 

Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationAgent
 AggregationServiceFactory AggregationServiceFactoryServiceImpl.getGroupWBinding(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessorPairs, boolean join, IntoTableSpec bindings, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents, AggregationGroupByRollupDesc groupByRollupDesc)
           
 AggregationServiceFactory AggregationServiceFactoryService.getGroupWBinding(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessorPairs, boolean join, IntoTableSpec bindings, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents, AggregationGroupByRollupDesc groupByRollupDesc)
           
 AggregationServiceFactory AggregationServiceFactoryServiceImpl.getNoGroupWBinding(AggregationAccessorSlotPair[] accessors, boolean join, TableColumnMethodPair[] methodPairs, java.lang.String tableName, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
 AggregationServiceFactory AggregationServiceFactoryService.getNoGroupWBinding(AggregationAccessorSlotPair[] accessors, boolean join, TableColumnMethodPair[] methodPairs, java.lang.String tableName, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
 

Constructors in com.espertech.esper.epl.agg.service with parameters of type AggregationAgent
AggSvcGroupAllMixedAccessWTableFactory(AggregationAccessorSlotPair[] accessors, boolean join, TableColumnMethodPair[] methodPairs, java.lang.String tableName, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
AggSvcGroupAllMixedAccessWTableImpl(TableStateInstanceUngrouped tableStateInstance, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
AggSvcGroupByWTableBase(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, boolean join, TableStateInstanceGrouped tableStateInstance, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
AggSvcGroupByWTableFactory(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, boolean join, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents, AggregationGroupByRollupDesc groupByRollupDesc)
           
AggSvcGroupByWTableImpl(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, boolean join, TableStateInstanceGrouped tableStateInstance, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
AggSvcGroupByWTableRollupMultiKeyImpl(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, boolean join, TableStateInstanceGrouped tableStateInstance, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents, AggregationGroupByRollupDesc groupByRollupDesc)
           
AggSvcGroupByWTableRollupSingleKeyImpl(TableMetadata tableMetadata, TableColumnMethodPair[] methodPairs, AggregationAccessorSlotPair[] accessors, boolean join, TableStateInstanceGrouped tableStateInstance, int[] targetStates, ExprNode[] accessStateExpr, AggregationAgent[] agents)
           
 

Uses of AggregationAgent in com.espertech.esper.epl.approx
 

Classes in com.espertech.esper.epl.approx that implement AggregationAgent
 class CountMinSketchAggAgentAdd
           
 

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

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

Constructors in com.espertech.esper.epl.expression.accessagg with parameters of type AggregationAgent
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 AggregationAgent in com.espertech.esper.plugin
 

Methods in com.espertech.esper.plugin that return AggregationAgent
 AggregationAgent PlugInAggregationMultiFunctionHandler.getAggregationAgent(PlugInAggregationMultiFunctionAgentContext agentContext)
           
 


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