public class NamedDataPoint<T> extends DataPoint<T>
| Constructor and Description |
|---|
NamedDataPoint(String name,
DataPoint<T> dataPoint) |
NamedDataPoint(String name,
Long timestamp,
T value,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
String |
toString() |
getTags, getTimestamp, getValueCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.