public class ConfigurationBasedServerList extends AbstractServerList<Server>
<clientName>.<nameSpace>.listOfServers=<comma delimited hostname:port strings>
| Constructor and Description |
|---|
ConfigurationBasedServerList() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Server> |
derive(java.lang.String value) |
java.util.List<Server> |
getInitialListOfServers() |
java.util.List<Server> |
getUpdatedListOfServers()
Return updated list of servers.
|
void |
initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig) |
getFilterImplpublic java.util.List<Server> getInitialListOfServers()
public java.util.List<Server> getUpdatedListOfServers()
ServerListpublic void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
protected java.util.List<Server> derive(java.lang.String value)