public interface UpdateSettingsService
Modifier and Type | Method and Description |
---|---|
SetExpiryCheckResponseDTO |
checkIfSomeLogsWillBePruned(double updatedPruningValue)
Get the amount of logs that would be pruned if prune settings was changed to this value.
|
void |
updatePruningDelayProperty(double updatedPruningValue)
Updates log expiry time and accordingly reschedules prunings.
|
void updatePruningDelayProperty(double updatedPruningValue)
updatedPruningValue
- new log expiry value in daysSetExpiryCheckResponseDTO checkIfSomeLogsWillBePruned(double updatedPruningValue)
updatedPruningValue
- new possible settingCopyright © 2020. All rights reserved.