Uses of Class
org.kiwiproject.io.TimeBasedDirectoryCleaner
Packages that use TimeBasedDirectoryCleaner
Package
Description
-
Uses of TimeBasedDirectoryCleaner in org.kiwiproject.dropwizard.config
Methods in org.kiwiproject.dropwizard.config that return TimeBasedDirectoryCleanerModifier and TypeMethodDescriptionTimeBasedDirectoryCleanerConfig.scheduleCleanupUsing(io.dropwizard.core.setup.Environment environment) Schedules directory cleanup and registers aTimeBasedDirectoryCleanerHealthCheckhealth check using the givenEnvironment, returning theTimeBasedDirectoryCleanerinstance that was scheduled.TimeBasedDirectoryCleanerConfig.scheduleCleanupUsing(ScheduledExecutorService cleanupExecutor) Schedules directory cleanup using the givenScheduledExecutorService, returning theTimeBasedDirectoryCleanerinstance that was scheduled. -
Uses of TimeBasedDirectoryCleaner in org.kiwiproject.dropwizard.metrics.health
Constructors in org.kiwiproject.dropwizard.metrics.health with parameters of type TimeBasedDirectoryCleanerModifierConstructorDescriptionCreate with specifiedTimeBasedDirectoryCleanerand the default warning threshold.TimeBasedDirectoryCleanerHealthCheck(TimeBasedDirectoryCleaner cleaner, Duration warningThreshold) Create with the specifiedTimeBasedDirectoryCleanerand warning threshold. -
Uses of TimeBasedDirectoryCleaner in org.kiwiproject.io
Methods in org.kiwiproject.io that return TimeBasedDirectoryCleanerModifier and TypeMethodDescriptionTimeBasedDirectoryCleaner.TimeBasedDirectoryCleanerBuilder.build()