Package | Description |
---|---|
com.netflix.config | |
com.netflix.config.sources |
Modifier and Type | Method and Description |
---|---|
PolledConfigurationSource |
DynamicConfiguration.getSource() |
Modifier and Type | Method and Description |
---|---|
protected Runnable |
AbstractPollingScheduler.getPollingRunnable(PolledConfigurationSource source,
org.apache.commons.configuration.Configuration config)
Gets the runnable to be scheduled.
|
protected void |
DynamicConfiguration.init(PolledConfigurationSource source,
AbstractPollingScheduler scheduler)
Initialize the configuration.
|
protected void |
AbstractPollingScheduler.initialLoad(PolledConfigurationSource source,
org.apache.commons.configuration.Configuration config)
Do an initial poll from the source and apply the result to the configuration.
|
void |
DynamicConfiguration.startPolling(PolledConfigurationSource source,
AbstractPollingScheduler scheduler)
Start polling the configuration source with the specified scheduler.
|
void |
AbstractPollingScheduler.startPolling(PolledConfigurationSource source,
org.apache.commons.configuration.Configuration config)
Initiate the first poll of the configuration source and schedule the runnable.
|
Constructor and Description |
---|
ConfigurationWithPollingSource(org.apache.commons.configuration.Configuration config,
PolledConfigurationSource source,
AbstractPollingScheduler scheduler)
Create an instance and start polling the configuration source
|
DynamicConfiguration(PolledConfigurationSource source,
AbstractPollingScheduler scheduler)
Create an instance and start polling the configuration source.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCConfigurationSource
Simple JDBC source of config properties.
|
class |
URLConfigurationSource
A polled configuration source based on a set of URLs.
|
Copyright © 2015. All Rights Reserved.