|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationGroupByRollupLevel | |
---|---|
com.espertech.esper.core.context.stmt | Registries for context partitions to handle aggregations, prev/prior and subselects. |
com.espertech.esper.epl.agg.rollup | |
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 AggregationGroupByRollupLevel in com.espertech.esper.core.context.stmt |
---|
Methods in com.espertech.esper.core.context.stmt with parameters of type AggregationGroupByRollupLevel | |
---|---|
void |
AIRegistryAggregationSingle.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AIRegistryAggregationMultiPerm.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AIRegistryAggregationMap.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
Uses of AggregationGroupByRollupLevel in com.espertech.esper.epl.agg.rollup |
---|
Methods in com.espertech.esper.epl.agg.rollup that return AggregationGroupByRollupLevel | |
---|---|
AggregationGroupByRollupLevel |
GroupByRollupLevelKeyPair.getLevel()
|
AggregationGroupByRollupLevel |
GroupByRollupLevelEventPair.getLevel()
|
AggregationGroupByRollupLevel |
GroupByRollupKey.getLevel()
|
Constructors in com.espertech.esper.epl.agg.rollup with parameters of type AggregationGroupByRollupLevel | |
---|---|
GroupByRollupKey(EventBean[] generator,
AggregationGroupByRollupLevel level,
java.lang.Object groupKey)
|
|
GroupByRollupLevelEventPair(AggregationGroupByRollupLevel level,
EventBean event)
|
|
GroupByRollupLevelKeyPair(AggregationGroupByRollupLevel level,
java.lang.Object key)
|
Uses of AggregationGroupByRollupLevel in com.espertech.esper.epl.agg.service |
---|
Methods in com.espertech.esper.epl.agg.service that return AggregationGroupByRollupLevel | |
---|---|
AggregationGroupByRollupLevel[] |
AggregationGroupByRollupDesc.getLevels()
|
Methods in com.espertech.esper.epl.agg.service with parameters of type AggregationGroupByRollupLevel | |
---|---|
void |
AggSvcGroupByRefcountedWAccessRollupImpl.internalHandleGroupRemove(java.lang.Object groupByKey,
AggregationGroupByRollupLevel groupByRollupLevel)
|
void |
AggSvcGroupByRefcountedWAccessRollupImpl.internalHandleGroupUpdate(java.lang.Object groupByKey,
AggregationMethodPairRow row,
AggregationGroupByRollupLevel groupByRollupLevel)
|
void |
AggSvcGroupByRefcountedWAccessRollupImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByRefcountedWAccessImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByRefcountedNoAccessImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByReclaimAgedImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByNoAccessImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByMixedAccessImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByAccessOnlyImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllNoAccessImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllMixedAccessImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllAccessOnlyImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggregationServiceNull.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggregationService.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
Set the current aggregation state row - for use when evaluation nodes are asked to evaluate. |
Constructors in com.espertech.esper.epl.agg.service with parameters of type AggregationGroupByRollupLevel | |
---|---|
AggregationGroupByRollupDesc(AggregationGroupByRollupLevel[] levels)
|
Uses of AggregationGroupByRollupLevel in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type AggregationGroupByRollupLevel | |
---|---|
AggregationState[] |
MethodResolutionServiceImpl.newAccesses(int agentInstanceId,
boolean isJoin,
AggregationStateFactory[] accessAggSpecs,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel groupByRollupLevel)
|
AggregationState[] |
MethodResolutionService.newAccesses(int agentInstanceId,
boolean isJoin,
AggregationStateFactory[] accessAggSpecs,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel groupByRollupLevel)
|
AggregationMethod[] |
MethodResolutionServiceImpl.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel groupByRollupLevel)
|
AggregationMethod[] |
MethodResolutionService.newAggregators(AggregationMethodFactory[] prototypes,
int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel groupByRollupLevel)
Returns a new set of aggregators given an existing prototype-set of aggregators for a given context partition and group key. |
void |
MethodResolutionServiceImpl.removeAggregators(int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel level)
|
void |
MethodResolutionService.removeAggregators(int agentInstanceId,
java.lang.Object groupKey,
java.lang.Object groupKeyBinding,
AggregationGroupByRollupLevel level)
Opportunity to remove aggregations for a group. |
|
© 2006-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |