|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.plugin.PlugInAggregationMultiFunctionStateContext
public class PlugInAggregationMultiFunctionStateContext
Context for use with PlugInAggregationMultiFunctionStateFactory
provides
contextual information at the time an aggregation state is allocated.
Constructor Summary | |
---|---|
PlugInAggregationMultiFunctionStateContext(int agentInstanceId,
java.lang.Object groupKey)
Ctor. |
Method Summary | |
---|---|
int |
getAgentInstanceId()
Returns the agent instance id. |
java.lang.Object |
getGroupKey()
Returns the group key or null if no group-by criteria are defined |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlugInAggregationMultiFunctionStateContext(int agentInstanceId, java.lang.Object groupKey)
agentInstanceId
- agent instance idgroupKey
- group key, or null if there are no group-by criteriaMethod Detail |
---|
public int getAgentInstanceId()
public java.lang.Object getGroupKey()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |