Uses of Class
org.apache.logging.log4j.core.config.CronScheduledFuture
Packages that use CronScheduledFuture
Package
Description
Rolling File Appender and support classes.
Configuration of Log4j 2.
-
Uses of CronScheduledFuture in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as CronScheduledFuture -
Uses of CronScheduledFuture in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as CronScheduledFutureModifier and TypeFieldDescriptionprivate CronScheduledFuture<?>
ConfigurationScheduler.CronRunnable.scheduledFuture
Methods in org.apache.logging.log4j.core.config that return CronScheduledFutureModifier and TypeMethodDescriptionConfigurationScheduler.scheduleWithCron
(CronExpression cronExpression, Runnable command) Creates and executes an action that first based on a cron expression.ConfigurationScheduler.scheduleWithCron
(CronExpression cronExpression, Date startDate, Runnable command) Creates and executes an action that first based on a cron expression.Methods in org.apache.logging.log4j.core.config with parameters of type CronScheduledFutureModifier and TypeMethodDescriptionvoid
ConfigurationScheduler.CronRunnable.setScheduledFuture
(CronScheduledFuture<?> future)