Class JanitorReport

java.lang.Object
com.day.crx.statistics.Report
com.day.crx.statistics.JanitorReport
Direct Known Subclasses:
RemoveOldQueriesReport, RemoveOldResultsReport

public abstract class JanitorReport extends Report
JanitorReport is a base class for reports that clean up historical data, which is not needed anymore.
  • Constructor Details

    • JanitorReport

      public JanitorReport(String dataPath, boolean dryRun)
  • Method Details

    • getDayThresholdDate

      public long getDayThresholdDate()
    • setDayThresholdDate

      public void setDayThresholdDate(long dayThresholdDate)
    • getMonthThresholdDate

      public long getMonthThresholdDate()
    • setMonthThresholdDate

      public void setMonthThresholdDate(long monthThresholdDate)
    • isDryRun

      public boolean isDryRun()