@RefreshScope public class MigrationServerList extends Object implements com.netflix.loadbalancer.ServerList<MigrationServer>
| 构造器和说明 |
|---|
MigrationServerList(MigrationProperties migrationProperties,
com.netflix.client.config.IClientConfig config,
org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MigrationServer> |
getInitialListOfServers() |
List<MigrationServer> |
getServers() |
List<MigrationServer> |
getUpdatedListOfServers() |
public MigrationServerList(MigrationProperties migrationProperties, com.netflix.client.config.IClientConfig config, org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient)
public List<MigrationServer> getInitialListOfServers()
getInitialListOfServers 在接口中 com.netflix.loadbalancer.ServerList<MigrationServer>public List<MigrationServer> getUpdatedListOfServers()
getUpdatedListOfServers 在接口中 com.netflix.loadbalancer.ServerList<MigrationServer>public List<MigrationServer> getServers()
Copyright © 2020. All rights reserved.