public class DataPoint<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
tags |
protected long |
timestamp |
protected T |
value |
| Constructor and Description |
|---|
DataPoint(Long timestamp,
T value) |
DataPoint(Long timestamp,
T value,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getTags() |
long |
getTimestamp() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.