public class BucketDataPoint extends IdDataPoint
| Constructor and Description |
|---|
BucketDataPoint() |
BucketDataPoint(String id,
long timestamp,
double min,
double avg,
double max) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvg() |
double |
getMax() |
double |
getMin() |
boolean |
isEmpty() |
void |
setAvg(double avg) |
void |
setMax(double max) |
void |
setMin(double min) |
String |
toString() |
getId, setIdgetTimestamp, getValue, setTimestamp, setValuepublic BucketDataPoint()
public BucketDataPoint(String id, long timestamp, double min, double avg, double max)
Copyright © 2014 Red Hat, Inc.. All rights reserved.