Class NacosServerList

java.lang.Object
com.netflix.loadbalancer.AbstractServerList<NacosServer>
com.alibaba.cloud.nacos.ribbon.NacosServerList
All Implemented Interfaces:
com.netflix.client.IClientConfigAware, com.netflix.loadbalancer.ServerList<NacosServer>

public class NacosServerList extends com.netflix.loadbalancer.AbstractServerList<NacosServer>
Author:
xiaojing, renhaojun
  • Constructor Details

  • Method Details

    • getInitialListOfServers

      public List<NacosServer> getInitialListOfServers()
    • getUpdatedListOfServers

      public List<NacosServer> getUpdatedListOfServers()
    • getServiceId

      public String getServiceId()
    • initWithNiwsConfig

      public void initWithNiwsConfig(com.netflix.client.config.IClientConfig iClientConfig)