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 |
AggSvcGroupByWTableRollupMultiKeyImpl.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupByWTableBase.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
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 |
AggSvcGroupByLocalGroupBy.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 |
AggSvcGroupAllMixedAccessWTableImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllMixedAccessImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllLocalGroupBy.setCurrentAccess(java.lang.Object groupByKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggSvcGroupAllAccessOnlyImpl.setCurrentAccess(java.lang.Object groupKey,
int agentInstanceId,
AggregationGroupByRollupLevel rollupLevel)
|
void |
AggregationServiceTable.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. |
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. |