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