类 ConfigClusterRpcClientProxy


  • @Service
    public class ConfigClusterRpcClientProxy
    extends java.lang.Object
    ConfigClusterRpcClientProxy.
    版本:
    $Id: ConfigClusterRpcClientProxy.java, v 0.1 2020年08月11日 4:28 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      (专用程序包) com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxy clusterRpcClientProxy  
    • 构造器概要

      构造器 
      构造器 说明
      ConfigClusterRpcClientProxy​(com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxy clusterRpcClientProxy)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void syncConfigChange​(com.alibaba.nacos.core.cluster.Member member, com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest request, com.alibaba.nacos.api.remote.RequestCallBack callBack)
      sync config change request.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • clusterRpcClientProxy

        final com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxy clusterRpcClientProxy
    • 构造器详细资料

      • ConfigClusterRpcClientProxy

        public ConfigClusterRpcClientProxy​(com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxy clusterRpcClientProxy)
    • 方法详细资料

      • syncConfigChange

        public void syncConfigChange​(com.alibaba.nacos.core.cluster.Member member,
                                     com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest request,
                                     com.alibaba.nacos.api.remote.RequestCallBack callBack)
                              throws com.alibaba.nacos.api.exception.NacosException
        sync config change request.
        参数:
        member - member of server.
        request - request of config change sync.
        callBack - callBack of config change sync.
        抛出:
        com.alibaba.nacos.api.exception.NacosException - exception.