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
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
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
Constructors in org.apache.logging.log4j.core.util with parameters of type ConfigurationScheduler Constructor Description WatchManager(ConfigurationScheduler scheduler)
-