Class Variable.Value

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

public static final class Variable.Value extends Object
This class store both the value and the time stamp It will be used by graph rendering legend
  • Field Details

    • value

      public final double value
    • timestamp

      public final long timestamp
  • Constructor Details

    • Value

      Value(long timestamp, double value)
  • Method Details