Uses of Interface
com.espertech.esper.epl.agg.service.AggregationRowRemovedCallback

Packages that use AggregationRowRemovedCallback
com.espertech.esper.core.context.stmt Registries for context partitions to handle aggregations, prev/prior and subselects. 
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of AggregationRowRemovedCallback in com.espertech.esper.core.context.stmt
 

Methods in com.espertech.esper.core.context.stmt with parameters of type AggregationRowRemovedCallback
 void AIRegistryAggregationSingle.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AIRegistryAggregationMultiPerm.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AIRegistryAggregationMap.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 

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

Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationRowRemovedCallback
 void AggSvcGroupLocalGroupByBase.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByWTableBase.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByRefcountedWAccessRollupImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByRefcountedWAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByRefcountedNoAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByReclaimAgedImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByNoAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByMixedAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupByAccessOnlyImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupAllNoAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupAllMixedAccessWTableImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupAllMixedAccessImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggSvcGroupAllAccessOnlyImpl.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggregationServiceTable.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggregationServiceNull.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 void AggregationService.setRemovedCallback(AggregationRowRemovedCallback callback)
           
 

Uses of AggregationRowRemovedCallback in com.espertech.esper.epl.core
 

Classes in com.espertech.esper.epl.core that implement AggregationRowRemovedCallback
 class ResultSetProcessorAggregateGrouped
          Result-set processor for the aggregate-grouped case: there is a group-by and one or more non-aggregation event properties in the select clause are not listed in the group by, and there are aggregation functions.
 class ResultSetProcessorRowPerGroup
          Result set processor for the fully-grouped case: there is a group-by and all non-aggregation event properties in the select clause are listed in the group by, and there are aggregation functions.
 class ResultSetProcessorRowPerGroupRollup
           
 class ResultSetProcessorRowPerGroupRollupUnbound
           
 class ResultSetProcessorRowPerGroupUnbound
           
 


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