public class NumericDataPoint extends Object
| Constructor and Description |
|---|
NumericDataPoint() |
NumericDataPoint(long timestamp,
double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getTags() |
long |
getTimestamp() |
double |
getValue() |
int |
hashCode() |
void |
setTags(Set<String> tags) |
void |
setTimestamp(long timestamp) |
void |
setValue(double value) |
String |
toString() |
public NumericDataPoint()
public NumericDataPoint(long timestamp,
double value)
Copyright © 2015 Red Hat, Inc.. All rights reserved.