接口的使用
com.alibaba.nacos.client.env.NacosClientProperties
-
-
com.alibaba.nacos.client.config中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.config中的方法 修饰符和类型 方法 说明 private voidNacosConfigService. initNamespace(NacosClientProperties properties) -
com.alibaba.nacos.client.config.impl中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.config.impl中的方法 修饰符和类型 方法 说明 private voidClientWorker. init(NacosClientProperties properties)private voidServerListManager. initAddressServerUrl(NacosClientProperties properties)private java.lang.StringServerListManager. initEndpoint(NacosClientProperties properties)private voidServerListManager. initParam(NacosClientProperties properties)private java.lang.StringServerListManager. initServerName(NacosClientProperties properties)参数类型为NacosClientProperties的com.alibaba.nacos.client.config.impl中的构造器 构造器 说明 ClientWorker(ConfigFilterChainManager configFilterChainManager, ServerListManager serverListManager, NacosClientProperties properties)ConfigRpcTransportClient(NacosClientProperties properties, ServerListManager serverListManager)ConfigTransportClient(NacosClientProperties properties, ServerListManager serverListManager)ServerListManager(NacosClientProperties properties) -
com.alibaba.nacos.client.env中NacosClientProperties的使用
实现NacosClientProperties的com.alibaba.nacos.client.env中的类 修饰符和类型 类 说明 (专用程序包) classSearchablePropertiesSearchable NacosClientProperties.声明为NacosClientProperties的com.alibaba.nacos.client.env中的字段 修饰符和类型 字段 说明 static NacosClientPropertiesNacosClientProperties. PROTOTYPEall the NacosClientProperties object must be created by PROTOTYPE, so child NacosClientProperties can read properties from the PROTOTYPE.返回NacosClientProperties的com.alibaba.nacos.client.env中的方法 修饰符和类型 方法 说明 NacosClientPropertiesNacosClientProperties. derive()create a new NacosClientProperties which scope is itself.NacosClientPropertiesNacosClientProperties. derive(java.util.Properties properties)create a new NacosClientProperties from NacosClientProperties#PROTOTYPE and init.NacosClientPropertiesSearchableProperties. derive()NacosClientPropertiesSearchableProperties. derive(java.util.Properties properties) -
com.alibaba.nacos.client.naming中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming中的方法 修饰符和类型 方法 说明 private voidNacosNamingService. initLogName(NacosClientProperties properties) -
com.alibaba.nacos.client.naming.cache中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.cache中的方法 修饰符和类型 方法 说明 private voidServiceInfoHolder. initCacheDir(java.lang.String namespace, NacosClientProperties properties)private booleanServiceInfoHolder. isLoadCacheAtStart(NacosClientProperties properties)private booleanServiceInfoHolder. isPushEmptyProtect(NacosClientProperties properties)参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.cache中的构造器 构造器 说明 ServiceInfoHolder(java.lang.String namespace, java.lang.String notifierEventScope, NacosClientProperties properties) -
com.alibaba.nacos.client.naming.core中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.core中的方法 修饰符和类型 方法 说明 private intServiceInfoUpdateService. initPollingThreadCount(NacosClientProperties properties)private voidServerListManager. initServerAddr(NacosClientProperties properties)private booleanServiceInfoUpdateService. isAsyncQueryForSubscribeService(NacosClientProperties properties)参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.core中的构造器 构造器 说明 ServerListManager(NacosClientProperties properties, java.lang.String namespace)ServiceInfoUpdateService(NacosClientProperties properties, ServiceInfoHolder serviceInfoHolder, NamingClientProxy namingClientProxy, InstancesChangeNotifier changeNotifier) -
com.alibaba.nacos.client.naming.remote中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.remote中的方法 修饰符和类型 方法 说明 private voidNamingClientProxyDelegate. initSecurityProxy(NacosClientProperties properties)参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.remote中的构造器 构造器 说明 NamingClientProxyDelegate(java.lang.String namespace, ServiceInfoHolder serviceInfoHolder, NacosClientProperties properties, InstancesChangeNotifier changeNotifier) -
com.alibaba.nacos.client.naming.remote.gprc中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.remote.gprc中的构造器 构造器 说明 NamingGrpcClientProxy(java.lang.String namespaceId, SecurityProxy securityProxy, com.alibaba.nacos.common.remote.client.ServerListFactory serverListFactory, NacosClientProperties properties, ServiceInfoHolder serviceInfoHolder) -
com.alibaba.nacos.client.naming.remote.http中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.remote.http中的构造器 构造器 说明 NamingHttpClientProxy(java.lang.String namespaceId, SecurityProxy securityProxy, ServerListManager serverListManager, NacosClientProperties properties) -
com.alibaba.nacos.client.naming.utils中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.naming.utils中的方法 修饰符和类型 方法 说明 static java.lang.StringInitUtils. initEndpoint(NacosClientProperties properties)Init end point.static java.lang.StringInitUtils. initNamespaceForNaming(NacosClientProperties properties)Add a difference to the name naming.static voidInitUtils. initWebRootContext(NacosClientProperties properties)Init web root context. -
com.alibaba.nacos.client.utils中NacosClientProperties的使用
参数类型为NacosClientProperties的com.alibaba.nacos.client.utils中的方法 修饰符和类型 方法 说明 static voidValidatorUtils. checkInitParam(NacosClientProperties properties)static java.lang.StringParamUtil. parseNamespace(NacosClientProperties properties)Parse namespace from properties and environment.
-