Class SampleAggregatedEntry
java.lang.Object
org.apache.dubbo.metrics.aggregate.SampleAggregatedEntry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleAggregatedEntry
public SampleAggregatedEntry()
-
-
Method Details
-
getCount
-
setCount
-
getMax
public double getMax() -
setMax
public void setMax(double max) -
getMin
public double getMin() -
setMin
public void setMin(double min) -
getAvg
public double getAvg() -
setAvg
public void setAvg(double avg) -
getTotal
public double getTotal() -
setTotal
public void setTotal(double total)
-