public class DiscoveryEnabledNIWSServerList extends com.netflix.loadbalancer.AbstractServerList<DiscoveryEnabledServer>
DynamicServerListLoadBalancer to get server list dynamically.| Constructor and Description |
|---|
DiscoveryEnabledNIWSServerList()
|
DiscoveryEnabledNIWSServerList(com.netflix.client.config.IClientConfig clientConfig)
|
DiscoveryEnabledNIWSServerList(com.netflix.client.config.IClientConfig clientConfig,
javax.inject.Provider<com.netflix.discovery.EurekaClient> eurekaClientProvider) |
DiscoveryEnabledNIWSServerList(java.lang.String vipAddresses)
Deprecated.
|
DiscoveryEnabledNIWSServerList(java.lang.String vipAddresses,
javax.inject.Provider<com.netflix.discovery.EurekaClient> eurekaClientProvider) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscoveryEnabledServer> |
getInitialListOfServers() |
java.util.List<DiscoveryEnabledServer> |
getUpdatedListOfServers() |
java.lang.String |
getVipAddresses() |
void |
initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig) |
void |
setVipAddresses(java.lang.String vipAddresses) |
java.lang.String |
toString() |
@Deprecated public DiscoveryEnabledNIWSServerList()
@Deprecated public DiscoveryEnabledNIWSServerList(java.lang.String vipAddresses)
DiscoveryEnabledNIWSServerList(String, javax.inject.Provider)vipAddresses - @Deprecated public DiscoveryEnabledNIWSServerList(com.netflix.client.config.IClientConfig clientConfig)
DiscoveryEnabledNIWSServerList(com.netflix.client.config.IClientConfig, javax.inject.Provider)clientConfig - public DiscoveryEnabledNIWSServerList(java.lang.String vipAddresses,
javax.inject.Provider<com.netflix.discovery.EurekaClient> eurekaClientProvider)
public DiscoveryEnabledNIWSServerList(com.netflix.client.config.IClientConfig clientConfig,
javax.inject.Provider<com.netflix.discovery.EurekaClient> eurekaClientProvider)
public void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)
public java.util.List<DiscoveryEnabledServer> getInitialListOfServers()
public java.util.List<DiscoveryEnabledServer> getUpdatedListOfServers()
public java.lang.String getVipAddresses()
public void setVipAddresses(java.lang.String vipAddresses)
public java.lang.String toString()
toString in class java.lang.Object