public class Aggregation extends Object
| Constructor and Description | 
|---|
Aggregation(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addMeasure(step.core.reports.Measure measure)  | 
long | 
getAvg()  | 
long | 
getCount()  | 
long | 
getMax()  | 
long | 
getMin()  | 
String | 
getName()  | 
long | 
getSum()  | 
public Aggregation(String name)
public String getName()
public final void addMeasure(step.core.reports.Measure measure)
public long getCount()
public long getSum()
public long getMax()
public long getMin()
public long getAvg()
Copyright © 2020. All rights reserved.