public class AggregationResult extends Object implements Comparable<AggregationResult>
Constructor and Description |
---|
AggregationResult(String name,
long start) |
Modifier and Type | Method and Description |
---|---|
protected void |
addResult(long interval) |
int |
compareTo(AggregationResult o) |
boolean |
equals(Object obj) |
long |
getAverage() |
long |
getCalls() |
long |
getHighest() |
long |
getLowest() |
String |
getName() |
long |
getStart() |
long |
getTotalTime() |
int |
hashCode() |
public AggregationResult(String name, long start)
protected void addResult(long interval)
public long getStart()
public String getName()
public long getAverage()
public long getTotalTime()
public long getCalls()
public long getLowest()
public long getHighest()
public int compareTo(AggregationResult o)
compareTo
in interface Comparable<AggregationResult>
Copyright © 2015. All rights reserved.