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