类的使用
com.alibaba.nacos.common.remote.ConnectionType
-
使用ConnectionType的程序包 程序包 说明 com.alibaba.nacos.common.remote com.alibaba.nacos.common.remote.client com.alibaba.nacos.common.remote.client.grpc -
-
com.alibaba.nacos.common.remote中ConnectionType的使用
返回ConnectionType的com.alibaba.nacos.common.remote中的方法 修饰符和类型 方法 说明 static ConnectionTypeConnectionType. getByType(java.lang.String type)static ConnectionTypeConnectionType. valueOf(java.lang.String name)返回带有指定名称的该类型的枚举常量。static ConnectionType[]ConnectionType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。 -
com.alibaba.nacos.common.remote.client中ConnectionType的使用
返回ConnectionType的com.alibaba.nacos.common.remote.client中的方法 修饰符和类型 方法 说明 abstract ConnectionTypeRpcClient. getConnectionType()get connection type of this client.参数类型为ConnectionType的com.alibaba.nacos.common.remote.client中的方法 修饰符和类型 方法 说明 static RpcClientRpcClientFactory. createClient(java.lang.String clientName, ConnectionType connectionType, java.lang.Integer threadPoolCoreSize, java.lang.Integer threadPoolMaxSize, java.util.Map<java.lang.String,java.lang.String> labels)create a rpc client.static RpcClientRpcClientFactory. createClient(java.lang.String clientName, ConnectionType connectionType, java.util.Map<java.lang.String,java.lang.String> labels)create a rpc client.static RpcClientRpcClientFactory. createClusterClient(java.lang.String clientName, ConnectionType connectionType, java.lang.Integer threadPoolCoreSize, java.lang.Integer threadPoolMaxSize, java.util.Map<java.lang.String,java.lang.String> labels)create a rpc client.static RpcClientRpcClientFactory. createClusterClient(java.lang.String clientName, ConnectionType connectionType, java.util.Map<java.lang.String,java.lang.String> labels)create a rpc client. -
com.alibaba.nacos.common.remote.client.grpc中ConnectionType的使用
返回ConnectionType的com.alibaba.nacos.common.remote.client.grpc中的方法 修饰符和类型 方法 说明 ConnectionTypeGrpcClient. getConnectionType()
-