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
public abstract class JanitorReport extends Report
JanitorReport
is a base class for reports that clean up historical data, which is not needed anymore.
-
-
Constructor Summary
Constructors Constructor Description JanitorReport(java.lang.String dataPath, boolean dryRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDayThresholdDate()
long
getMonthThresholdDate()
boolean
isDryRun()
void
setDayThresholdDate(long dayThresholdDate)
void
setMonthThresholdDate(long monthThresholdDate)
-
-
-
Method Detail
-
getDayThresholdDate
public long getDayThresholdDate()
-
setDayThresholdDate
public void setDayThresholdDate(long dayThresholdDate)
-
getMonthThresholdDate
public long getMonthThresholdDate()
-
setMonthThresholdDate
public void setMonthThresholdDate(long monthThresholdDate)
-
isDryRun
public boolean isDryRun()
-
-