public class PlugInAggregationMultiFunctionStateContext extends Object
PlugInAggregationMultiFunctionStateFactory
provides
contextual information at the time an aggregation state is allocated.Constructor and Description |
---|
PlugInAggregationMultiFunctionStateContext(int agentInstanceId,
Object groupKey)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAgentInstanceId()
Returns the agent instance id.
|
Object |
getGroupKey()
Returns the group key or null if no group-by criteria are defined
|
public PlugInAggregationMultiFunctionStateContext(int agentInstanceId, Object groupKey)
agentInstanceId
- agent instance idgroupKey
- group key, or null if there are no group-by criteriapublic int getAgentInstanceId()
public Object getGroupKey()