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 ConfigurationScheduler
IdlePurgePolicy. scheduler
Constructors 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 ConfigurationScheduler
AbstractConfiguration. configurationScheduler
Methods in org.apache.logging.log4j.core.config that return ConfigurationScheduler Modifier and Type Method Description ConfigurationScheduler
AbstractConfiguration. getScheduler()
ConfigurationScheduler
Configuration. 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 ConfigurationScheduler
WatchManager. scheduler
Constructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationScheduler Constructor Description WatchManager(ConfigurationScheduler scheduler)
-