Package | Description |
---|---|
com.netflix.config | |
com.netflix.config.sources |
Modifier and Type | Method and Description |
---|---|
static PollResult |
PollResult.createFull(Map<String,Object> complete)
Create a full result that represents the complete content of the configuration source.
|
static PollResult |
PollResult.createIncremental(Map<String,Object> added,
Map<String,Object> changed,
Map<String,Object> deleted,
Object checkPoint)
Create a result that represents incremental changes from the configuration
source.
|
PollResult |
PolledConfigurationSource.poll(boolean initial,
Object checkPoint)
Poll the configuration source to get the latest content.
|
Modifier and Type | Method and Description |
---|---|
void |
PollListener.handleEvent(PollListener.EventType eventType,
PollResult lastResult,
Throwable exception)
This method is called when the listener is invoked after a polling.
|
protected void |
AbstractPollingScheduler.populateProperties(PollResult result,
org.apache.commons.configuration.Configuration config)
Apply the polled result to the configuration.
|
Modifier and Type | Method and Description |
---|---|
PollResult |
JDBCConfigurationSource.poll(boolean initial,
Object checkPoint) |
PollResult |
URLConfigurationSource.poll(boolean initial,
Object checkPoint)
Retrieve the content of the property files.
|
Copyright © 2016. All Rights Reserved.