Class Variable.PERCENTILE

java.lang.Object
org.rrd4j.data.Variable
org.rrd4j.data.Variable.PERCENTILE
Direct Known Subclasses:
Variable.PERCENTILENAN
Enclosing class:
Variable

public static class Variable.PERCENTILE extends Variable
Find the point at the n-th percentile.
  • Constructor Details

    • PERCENTILE

      protected PERCENTILE(float percentile, boolean withNaN)
    • PERCENTILE

      public PERCENTILE(double percentile)
    • PERCENTILE

      public PERCENTILE(float percentile)
  • Method Details

    • fill

      protected Variable.Value fill(long[] timestamps, double[] values, long start, long end)
      Description copied from class: Variable
      This method is call with the needed values, extracted from the datasource to do the calculation. Value is to be filled with both the double value and a possible timestamp, when it's used to find a specific point
      Specified by:
      fill in class Variable
      Parameters:
      timestamps - the timestamps for the value
      values - the actual values
      start - the start of the period
      end - the end of the period
      Returns:
      a filled Value object