| Package | Description |
|---|---|
| org.hawkular.metrics.model | |
| org.hawkular.metrics.model.param |
| Modifier and Type | Method and Description |
|---|---|
List<Percentile> |
NumericBucketPoint.getPercentiles() |
List<Percentile> |
TaggedBucketPoint.getPercentiles() |
| Modifier and Type | Method and Description |
|---|---|
NumericBucketPoint.Builder |
NumericBucketPoint.Builder.setPercentiles(List<Percentile> percentiles) |
| Constructor and Description |
|---|
TaggedBucketPoint(Map<String,String> tags,
double min,
double avg,
double median,
double max,
double sum,
int samples,
List<Percentile> percentiles) |
| Modifier and Type | Method and Description |
|---|---|
List<Percentile> |
Percentiles.getPercentiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Percentiles.setPercentiles(List<Percentile> percentiles) |
| Constructor and Description |
|---|
Percentiles(List<Percentile> percentiles) |
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.