类 NacosInstanceManageUtil
- java.lang.Object
-
- org.apache.dubbo.registry.nacos.util.NacosInstanceManageUtil
-
public class NacosInstanceManageUtil extends Object
Instance manage util for multiple serviceNames To resolve bug with https://github.com/apache/dubbo/issues/5885 and https://github.com/apache/dubbo/issues/5899- 从以下版本开始:
- 2.7.6
-
-
构造器概要
构造器 构造器 说明 NacosInstanceManageUtil()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static List<com.alibaba.nacos.api.naming.pojo.Instance>getAllCorrespondingServiceInstanceList(String serviceName)static voidinitOrRefreshServiceInstanceList(String serviceName, List<com.alibaba.nacos.api.naming.pojo.Instance> instanceList)static voidsetCorrespondingServiceNames(String serviceName, Set<String> serviceNames)
-