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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
timestamp
final long timestamp - 
value
final double value 
 - 
 - 
Constructor Details
- 
PercentElem
PercentElem(int pos, long timestamp, double value)  
 - 
 - 
Method Details