public class Datapoint extends Object
| Constructor and Description |
|---|
Datapoint() |
Datapoint(long timestamp,
String metric,
Double value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetric() |
long |
getTimestamp() |
Double |
getValue() |
void |
setMetric(String metric) |
void |
setTimestamp(long timestamp) |
void |
setValue(Double value) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.