Uses of Class
org.apache.logging.log4j.core.config.CronScheduledFuture
-
Packages that use CronScheduledFuture Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.config 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 Modifier and Type Field Description private CronScheduledFuture<?>
CronTriggeringPolicy. future
-
Uses of CronScheduledFuture in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as CronScheduledFuture Modifier and Type Field Description private CronScheduledFuture<?>
ConfigurationScheduler.CronRunnable. scheduledFuture
Methods in org.apache.logging.log4j.core.config that return CronScheduledFuture Modifier and Type Method Description CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, java.lang.Runnable command)
Creates and executes an action that first based on a cron expression.CronScheduledFuture<?>
ConfigurationScheduler. scheduleWithCron(CronExpression cronExpression, java.util.Date startDate, java.lang.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 CronScheduledFuture Modifier and Type Method Description void
ConfigurationScheduler.CronRunnable. setScheduledFuture(CronScheduledFuture<?> future)
-