Class Variable.PercentElem

java.lang.Object
org.rrd4j.data.Variable.PercentElem
Enclosing class:
Variable

static final class Variable.PercentElem extends Object
Store all the informations about a datasource point, for predictive and consistent sorting
  • Field Details

    • timestamp

      long timestamp
    • value

      double value
  • Constructor Details

    • PercentElem

      PercentElem(int pos, long timestamp, double value)
  • Method Details