|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |