Package org.rrd4j.data
Class Variable.PercentElem
java.lang.Object
org.rrd4j.data.Variable.PercentElem
- Enclosing class:
Variable
Store all the informations about a datasource point, for predictive and consistent sorting
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
timestamp
long timestamp -
value
double value
-
-
Constructor Details
-
PercentElem
PercentElem(int pos, long timestamp, double value)
-
-
Method Details