Package com.day.crx.statistics
Class JanitorReport
java.lang.Object
com.day.crx.statistics.Report
com.day.crx.statistics.JanitorReport
- Direct Known Subclasses:
RemoveOldQueriesReport,RemoveOldResultsReport
JanitorReport is a base class for reports that clean up
historical data, which is not needed anymore.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanisDryRun()voidsetDayThresholdDate(long dayThresholdDate) voidsetMonthThresholdDate(long monthThresholdDate)
-
Constructor Details
-
JanitorReport
-
-
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()
-