com.espertech.esper.epl.agg.rollup
Class GroupByRollupKey
java.lang.Object
com.espertech.esper.epl.agg.rollup.GroupByRollupKey
public class GroupByRollupKey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupByRollupKey
public GroupByRollupKey(EventBean[] generator,
AggregationGroupByRollupLevel level,
java.lang.Object groupKey)
getGenerator
public EventBean[] getGenerator()
getLevel
public AggregationGroupByRollupLevel getLevel()
getGroupKey
public java.lang.Object getGroupKey()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object