public class NoOpSummary extends AbstractMetric implements Summary
Summary.Summary.Builder| Constructor and Description |
|---|
NoOpSummary(MetricId id) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
double |
max() |
double |
mean() |
SortedMap<Double,Double> |
percentileValues()
Return a sorted map of percentile values.
|
void |
record(double amount)
Updates the statistics kept by the summary with the specified amount.
|
equals, getId, hashCodepublic NoOpSummary(MetricId id)
public void record(double amount)
Summarypublic long count()
public double mean()
public double max()
public SortedMap<Double,Double> percentileValues()
SummarypercentileValues in interface SummaryCopyright © 2018 WSO2. All rights reserved.