Uses of Class
com.espertech.esper.epl.agg.service.AggregationRowPair

Packages that use AggregationRowPair
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.epl.table.strategy Table access evaluators. 
 

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

Fields in com.espertech.esper.epl.agg.service with type parameters of type AggregationRowPair
protected  java.util.Map<java.lang.Object,AggregationRowPair> AggSvcGroupByMixedAccessImpl.aggregatorsPerGroup
           
 

Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationRowPair
 void AggSvcGroupByMixedAccessImpl.internalHandleUpdated(java.lang.Object groupByKey, AggregationRowPair groupAggregators)
           
 

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

Methods in com.espertech.esper.epl.table.mgmt that return AggregationRowPair
 AggregationRowPair TableStateRowFactory.makeAggs(int agentInstanceId, java.lang.Object groupByKey, java.lang.Object groupKeyBinding)
           
 

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

Methods in com.espertech.esper.epl.table.strategy that return AggregationRowPair
static AggregationRowPair ExprTableEvalStrategyUtil.getRow(ObjectArrayBackedEventBean eventBean)
           
 

Methods in com.espertech.esper.epl.table.strategy with parameters of type AggregationRowPair
protected static java.lang.Object ExprTableEvalStrategyUtil.evalAccessorGetValue(AggregationRowPair row, AggregationAccessorSlotPair pair, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
           
protected static EventBean ExprTableEvalStrategyUtil.evalGetEventBean(AggregationRowPair row, AggregationAccessorSlotPair pair, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
           
protected static java.util.Collection<EventBean> ExprTableEvalStrategyUtil.evalGetROCollectionEvents(AggregationRowPair row, AggregationAccessorSlotPair pair, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
           
protected static java.util.Collection ExprTableEvalStrategyUtil.evalGetROCollectionScalar(AggregationRowPair row, AggregationAccessorSlotPair pair, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
           
protected static java.util.Map<java.lang.String,java.lang.Object> ExprTableEvalStrategyUtil.evalMap(ObjectArrayBackedEventBean event, AggregationRowPair row, java.util.Map<java.lang.String,TableMetadataColumn> items, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
           
protected static java.lang.Object ExprTableEvalStrategyUtil.evalMethodGetValue(AggregationRowPair row, int index)
           
protected static java.lang.Object[] ExprTableEvalStrategyUtil.evalTypable(ObjectArrayBackedEventBean event, AggregationRowPair row, java.util.Map<java.lang.String,TableMetadataColumn> items, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
           
 


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