public class MonitorMeasure extends Object
Constructor and Description |
---|
MonitorMeasure(String key,
long duration,
long min,
long max,
double percent) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration()
Get the duration of the monitor result
|
String |
getKey()
Get the key of result
|
long |
getMax()
Get the max duration of result
|
long |
getMin()
Get the min duration of result
|
double |
getPercent()
Get percent of used compared to total
|
boolean |
isEmpty()
Check if this result is empty
|
void |
save(Configuration config) |
String |
toString() |
public MonitorMeasure(String key, long duration, long min, long max, double percent)
public String getKey()
public long getDuration()
public long getMax()
public long getMin()
public double getPercent()
public boolean isEmpty()
public void save(Configuration config)