public class DataPoint<V> extends Object
| Constructor and Description |
|---|
DataPoint(long tsCreated,
V value) |
DataPoint(V value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTsCreated() |
V |
getValue() |
String |
toString() |
static String |
toString(Collection<DataPoint> datapoints) |
Copyright © 2016. All rights reserved.