类的使用
com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
-
使用RpcClient.ServerInfo的程序包 程序包 说明 com.alibaba.nacos.common.remote.client com.alibaba.nacos.common.remote.client.grpc -
-
com.alibaba.nacos.common.remote.client中RpcClient.ServerInfo的使用
声明为RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client中的字段 修饰符和类型 字段 说明 protected RpcClient.ServerInfoConnection. serverInfo(专用程序包) RpcClient.ServerInfoRpcClient.ReconnectContext. serverInfo返回RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client中的方法 修饰符和类型 方法 说明 protected RpcClient.ServerInfoRpcClient. currentRpcServer()RpcClient.ServerInfoRpcClient. getCurrentServer()get current server.protected RpcClient.ServerInfoRpcClient. nextRpcServer()private RpcClient.ServerInfoRpcClient. resolveServerInfo(java.lang.String serverAddress)resolve server info.参数类型为RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client中的方法 修饰符和类型 方法 说明 abstract ConnectionRpcClient. connectToServer(RpcClient.ServerInfo serverInfo)connect to server.protected voidRpcClient. reconnect(RpcClient.ServerInfo recommendServerInfo, boolean onRequestFail)switch server .protected voidRpcClient. switchServerAsync(RpcClient.ServerInfo recommendServerInfo, boolean onRequestFail)参数类型为RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client中的构造器 构造器 说明 Connection(RpcClient.ServerInfo serverInfo)ReconnectContext(RpcClient.ServerInfo serverInfo, boolean onRequestFail) -
com.alibaba.nacos.common.remote.client.grpc中RpcClient.ServerInfo的使用
参数类型为RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client.grpc中的方法 修饰符和类型 方法 说明 ConnectionGrpcClient. connectToServer(RpcClient.ServerInfo serverInfo)参数类型为RpcClient.ServerInfo的com.alibaba.nacos.common.remote.client.grpc中的构造器 构造器 说明 GrpcConnection(RpcClient.ServerInfo serverInfo, java.util.concurrent.Executor executor)
-