Class TimeBasedArchiveRemover
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.TimeBasedArchiveRemover
- All Implemented Interfaces:
ArchiveRemover,ContextAware
- Direct Known Subclasses:
SizeAndTimeBasedArchiveRemover
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longprotected static final longFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
ConstructorsConstructorDescriptionTimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled from the cleaning thread.Future<?> voidcleanPeriod(Instant instantOfPeriodToClean) protected voiddescendingSort(File[] matchingFileArray, Instant instant) protected File[]getFilesInPeriod(Instant instantOfPeriodToClean) protected intvoidsetMaxHistory(int maxHistory) voidsetTotalSizeCap(long totalSizeCap) toString()Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
UNINITIALIZED
protected static final long UNINITIALIZED- See Also:
-
INACTIVITY_TOLERANCE_IN_MILLIS
protected static final long INACTIVITY_TOLERANCE_IN_MILLIS- See Also:
-
-
Constructor Details
-
TimeBasedArchiveRemover
-
-
Method Details
-
cleanAsynchronously
- Specified by:
cleanAsynchronouslyin interfaceArchiveRemover
-
clean
Called from the cleaning thread.- Specified by:
cleanin interfaceArchiveRemover- Parameters:
now-
-
getFilesInPeriod
-
cleanPeriod
-
descendingSort
-
setMaxHistory
public void setMaxHistory(int maxHistory) - Specified by:
setMaxHistoryin interfaceArchiveRemover
-
getPeriodOffsetForDeletionTarget
protected int getPeriodOffsetForDeletionTarget() -
setTotalSizeCap
public void setTotalSizeCap(long totalSizeCap) - Specified by:
setTotalSizeCapin interfaceArchiveRemover
-
toString
-