Uses of Class
org.apache.logging.log4j.core.config.ConfigurationScheduler
-
Packages that use ConfigurationScheduler Package Description org.apache.logging.log4j.core.appender.routing Apache Flume Appender.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.appender.routing
Fields in org.apache.logging.log4j.core.appender.routing declared as ConfigurationScheduler Modifier and Type Field Description private ConfigurationSchedulerIdlePurgePolicy. schedulerConstructors in org.apache.logging.log4j.core.appender.routing with parameters of type ConfigurationScheduler Constructor Description IdlePurgePolicy(long timeToLive, long checkInterval, ConfigurationScheduler scheduler) -
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as ConfigurationScheduler Modifier and Type Field Description private ConfigurationSchedulerAbstractConfiguration. configurationSchedulerMethods in org.apache.logging.log4j.core.config that return ConfigurationScheduler Modifier and Type Method Description ConfigurationSchedulerAbstractConfiguration. getScheduler()ConfigurationSchedulerConfiguration. getScheduler() -
Uses of ConfigurationScheduler in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as ConfigurationScheduler Modifier and Type Field Description private ConfigurationSchedulerWatchManager. schedulerConstructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationScheduler Constructor Description WatchManager(ConfigurationScheduler scheduler)
-