Class Chomp

  • All Implemented Interfaces:
    Filter

    public class Chomp
    extends Object
    implements Filter
    Strips leading and trailing rows that contain nothing but NaNs/null values from the data source. This filter is useful when the values from the RRD-backed data source do not cover the entire time interval used in the report.
    Author:
    jwhite
    • Constructor Detail

      • Chomp

        protected Chomp()
      • Chomp

        public Chomp​(double cutOffDate,
                     boolean stripNaNs)