|
||||||||||
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 | Aggregation roll-up services. |
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 |
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. |
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 | |
---|---|
void |
ResultSetProcessorRowPerGroupRollup.generateOutputBatched(boolean join,
java.lang.Object mk,
AggregationGroupByRollupLevel level,
EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
java.util.List<EventBean> resultEvents,
java.util.List<java.lang.Object> optSortKeys)
|
void |
ResultSetProcessorRowPerGroupRollup.generateOutputBatchedMapUnsorted(boolean join,
java.lang.Object mk,
AggregationGroupByRollupLevel level,
EventBean[] eventsPerStream,
boolean isNewData,
boolean isSynthesize,
java.util.Map<java.lang.Object,EventBean> resultEvents)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |