public class Summary extends Metric
| Modifier and Type | Class and Description |
|---|---|
static class |
Summary.Builder |
static class |
Summary.Quantile |
| Modifier and Type | Method and Description |
|---|---|
List<Summary.Quantile> |
getQuantiles() |
long |
getSampleCount() |
double |
getSampleSum() |
public long getSampleCount()
public double getSampleSum()
public List<Summary.Quantile> getQuantiles()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.