索引

A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

abilityMode() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
ability mode: sdk client or cluster client.
abilityMode() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
 
abilityMode() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
 
abilityTable - 类中的变量 com.alibaba.nacos.common.remote.client.Connection
 
AbstractAbilityControlManager - com.alibaba.nacos.common.ability中的类
It is a capability control center, manager current node abilities or other control.
AbstractAbilityControlManager() - 类的构造器 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
 
AbstractAbilityControlManager.AbilityUpdateEvent - com.alibaba.nacos.common.ability中的类
notify when current node ability changing.
AbstractApacheHttpClientFactory - com.alibaba.nacos.common.http中的类
apache http client factory implements.
AbstractApacheHttpClientFactory() - 类的构造器 com.alibaba.nacos.common.http.AbstractApacheHttpClientFactory
 
AbstractAssert - com.alibaba.nacos.common.packagescan.util中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Assertion utility class that assists in validating arguments.
AbstractDelayTask - com.alibaba.nacos.common.task中的类
Abstract task which can delay and merge.
AbstractDelayTask() - 类的构造器 com.alibaba.nacos.common.task.AbstractDelayTask
 
AbstractExecuteTask - com.alibaba.nacos.common.task中的类
Abstract task which should be executed immediately.
AbstractExecuteTask() - 类的构造器 com.alibaba.nacos.common.task.AbstractExecuteTask
 
AbstractFileResolvingResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
AbstractHttpClientFactory - com.alibaba.nacos.common.http中的类
AbstractHttpClientFactory Let the creator only specify the http client config.
AbstractHttpClientFactory() - 类的构造器 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
AbstractNacosRestTemplate - com.alibaba.nacos.common.http.client中的类
For NacosRestTemplate and NacosAsyncRestTemplate, provide initialization and register of response converter.
AbstractNacosRestTemplate(Logger) - 类的构造器 com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
AbstractNacosTaskExecuteEngine<T extends NacosTask> - com.alibaba.nacos.common.task.engine中的类
Abstract nacos task execute engine.
AbstractNacosTaskExecuteEngine(Logger) - 类的构造器 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractObjectUtils - com.alibaba.nacos.common.packagescan.util中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Miscellaneous object utility methods.
AbstractParamChecker - com.alibaba.nacos.common.paramcheck中的类
The type Abstract param checker.
AbstractParamChecker() - 类的构造器 com.alibaba.nacos.common.paramcheck.AbstractParamChecker
 
AbstractResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Convenience base class for Resource implementations, pre-implementing typical behavior.
AbstractResource() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AbstractResource
 
AbstractResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
Abstract response handler.
AbstractResponseHandler() - 类的构造器 com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
ACCEPT_CHARSET - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
ACCEPT_ENCODING - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
add(E) - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
addAll(List<String>) - 类中的方法 com.alibaba.nacos.common.http.param.Header
Add all KV list to header.
addAll(Map<String, String>) - 类中的方法 com.alibaba.nacos.common.http.param.Header
Add all parameters to header.
addAllClassLoaderJarRoots(ClassLoader, Set<Resource>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Search all URLClassLoader URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.
addClassPathManifestEntries(Set<Resource>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Determine jar file references from the "java.class.path." manifest property and add them to the given set of resources in the form of pointers to the root of the jar file content.
addFileChangeListener(TlsFileWatcher.FileChangeListener, String...) - 类中的方法 com.alibaba.nacos.common.tls.TlsFileWatcher
Add file change listener for specified path.
addObjectToArray(A[], O) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addObserver(Observer) - 类中的方法 com.alibaba.nacos.common.utils.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOriginalResponseHeader(String, List<String>) - 类中的方法 com.alibaba.nacos.common.http.param.Header
set original format response header.
addParam(String, Object) - 类中的方法 com.alibaba.nacos.common.http.param.Query
Add query parameter.
addParam(String, String) - 类中的方法 com.alibaba.nacos.common.http.param.Header
Add the key and value to the header.
addPrefixForEachKey(Map<String, T>, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConnLabelsUtils
add prefix for each key in map.
addProcessor(Object, NacosTaskProcessor) - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
addProcessor(Object, NacosTaskProcessor) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Add task processor NacosTaskProcessor for execute engine.
addProtocolResolver(ProtocolResolver) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Register the given resolver with this resource loader, allowing for additional protocols to be handled.
addPublisherEvent(Class<? extends Event>) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisherFactory
 
addShutdownHook(Runnable) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
 
addSubscriber(Subscriber) - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
addSubscriber(Subscriber) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
Add listener.
addSubscriber(Subscriber) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
addSubscriber(Subscriber, Class<? extends Event>) - 类中的方法 com.alibaba.nacos.common.notify.DefaultSharePublisher
 
addSubscriber(Subscriber, Class<? extends Event>) - 接口中的方法 com.alibaba.nacos.common.notify.ShardedEventPublisher
Add listener for default share publisher.
addSubscriber(Subscriber, Class<? extends Event>) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
addTask(Object, AbstractDelayTask) - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
addTask(Object, AbstractExecuteTask) - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
addTask(Object, T) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Add task into execute pool.
afterReset(ConnectResetRequest) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
afterReset(ConnectResetRequest) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
. invoke after receiving reset request
AntPathMatcher - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - com.alibaba.nacos.common.packagescan.resource中的类
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - com.alibaba.nacos.common.packagescan.resource中的类
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathStringMatcher(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher.AntPatternComparator
 
APP_FILED - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
APPLICATION_ATOM_XML - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_FORM_URLENCODED - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_JSON - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_OCTET_STREAM - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_SVG_XML - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_XHTML_XML - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_XML - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
apply(Class<? extends Event>, Integer) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisherFactory
Build an new EventPublisher.
apply(Class<? extends Event>, Integer) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisherFactory
 
applyRelativePath(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
ARRAY_SUFFIX - 类中的静态变量 com.alibaba.nacos.common.utils.ClassUtils
 
ArrayUtils - com.alibaba.nacos.common.utils中的类
Array utils.
assignLogger() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
assign Logger.
assignLogger() - 类中的方法 com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
AsyncHttpClientRequest - com.alibaba.nacos.common.http.client.request中的接口
Represents a client-side Async HTTP request.
asyncRequest(Request, RequestCallBack) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
asyncRequest(Request, RequestCallBack) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
send async request.
AutoExpireCache<K,V> - com.alibaba.nacos.common.cache.decorators中的类
A wrapper that automatically expires the cache.
AutoExpireCache(Cache<K, V>, long) - 类的构造器 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 

B

b - 类中的变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
已过时。
Use ClassReader.readByte(int) and the other read methods instead. This field will eventually be deleted.
Base64 - com.alibaba.nacos.common.codec中的类
From apache common codec, and remove some useless method.
Base64() - 类的构造器 com.alibaba.nacos.common.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
BaseHttpMethod - com.alibaba.nacos.common.http中的Enum Class
Base http method.
BaseHttpMethod.HttpDeleteWithEntity - com.alibaba.nacos.common.http中的类
delete Large implemented.
BaseHttpMethod.HttpGetWithEntity - com.alibaba.nacos.common.http中的类
get Large implemented.
batchCompleted() - 类中的方法 com.alibaba.nacos.common.task.BatchTaskCounter
check all completed.
batchSuccess(int) - 类中的方法 com.alibaba.nacos.common.task.BatchTaskCounter
set bath succeed.
BatchTaskCounter - com.alibaba.nacos.common.task中的类
batch task counter.
BatchTaskCounter(int) - 类的构造器 com.alibaba.nacos.common.task.BatchTaskCounter
 
BeanResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
bean response handler, Mainly converter response type as bean type.
BeanResponseHandler() - 类的构造器 com.alibaba.nacos.common.http.client.handler.BeanResponseHandler
 
Beta - com.alibaba.nacos.common中的Annotation Interface
Means a class or method is in beta version.
build() - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Build the cache according to the builder attribute.
build() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
build http client config.
build() - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapterBuilder
Build NacosLoggingAdapter implementation.
build() - 类中的方法 com.alibaba.nacos.common.model.RestResult.ResResultBuilder
Build result.
build() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
build GrpcClientConfig.
build() - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
build thread factory.
buildClusterFromProperties(Properties) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
 
builder() - 类中的静态方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
 
builder() - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientConfig
 
builder() - 类中的静态方法 com.alibaba.nacos.common.model.RestResult
 
builderHeader(String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Build header.
buildHttpClientConfig() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
build http client config.
buildHttpClientConfig() - 类中的方法 com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
buildMessage(String, Throwable) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.NestedExceptionUtils
Build a message for the given base message and root cause.
buildResult(IResultCode, T) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
buildSdkFromProperties(Properties) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
 
buildSslContext(boolean) - 类中的静态方法 com.alibaba.nacos.common.tls.TlsHelper
Returns a org.apache.http.ssl.SSLContexts.
buildUri(String, Query) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
build URI By url and query.
buildUrl(boolean, String, String...) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Build URL.
ByteArrayResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given byte array.
ByteArrayResource(byte[]) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
Create a new ByteArrayResource.
ByteArrayResource(byte[], String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
Create a new ByteArrayResource with a description.
bytesToInt(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
convert byte array to int.
ByteUtils - com.alibaba.nacos.common.utils中的类
ByteUtils.

C

Cache<K,V> - com.alibaba.nacos.common.cache中的接口
Cache method collection definition.
CacheBuilder<K,V> - com.alibaba.nacos.common.cache.builder中的类
Cache builder.
CacheBuilder() - 类的构造器 com.alibaba.nacos.common.cache.builder.CacheBuilder
 
CacheItemProperties - com.alibaba.nacos.common.cache.builder中的类
Cache item's own attributes.
CacheItemProperties() - 类的构造器 com.alibaba.nacos.common.cache.builder.CacheItemProperties
 
Callback<T> - com.alibaba.nacos.common.http中的接口
Http callback.
capabilityNegotiationTimeout() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
capabilityNegotiationTimeout() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get timeout of connection setup(TimeUnit.MILLISECONDS).
capitalize(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
channel - 类中的变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
grpc channel.
channelKeepAlive() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
channelKeepAlive() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get channelKeepAlive time.
channelKeepAliveTimeout() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
channelKeepAliveTimeout() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get channelKeepAliveTimeout.
CHECK_INTERVAL - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
checkArgument(boolean, Object) - 类中的静态方法 com.alibaba.nacos.common.utils.Preconditions
check precondition.
checkArgument(boolean, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.Preconditions
check precondition.
checkClusterFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check cluster format.
checkDataIdFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check data id format.
checkGroupFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check group format.
checkIpFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check ip format.
checkIps(String...) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
Check ips.
checkMetadataFormat(Map<String, String>) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check metadata format.
checkNamespaceIdFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check namespace id format.
checkNamespaceShowNameFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check namespace show name format.
checkOk(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
Check whether checkIps result is "ok".
checkParamInfoFormat(ParamInfo) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check param info format.
checkParamInfoList(List<ParamInfo>) - 类中的方法 com.alibaba.nacos.common.paramcheck.AbstractParamChecker
Check param info list param check response.
checkParamInfoList(List<ParamInfo>) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
 
checkPortFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check port format.
checkServiceNameFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check service name format.
checkSingleClusterFormat(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
Check single cluster format.
classPackageAsResourcePath(Class<?>) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_ALL_URL_PREFIX - 接口中的静态变量 com.alibaba.nacos.common.packagescan.resource.ResourcePatternResolver
Pseudo URL prefix for all matching resources from the class path: "classpath*:"
CLASSPATH_URL_PREFIX - 接口中的静态变量 com.alibaba.nacos.common.packagescan.resource.ResourceLoader
Pseudo URL prefix for loading from the class path: "classpath:".
CLASSPATH_URL_PREFIX - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:".
ClassPathContextResource(String, ClassLoader) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader.ClassPathContextResource
 
ClassPathResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for class path resources.
ClassPathResource(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, Class<?>) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Create a new ClassPathResource for Class usage.
ClassPathResource(String, ClassLoader) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Create a new ClassPathResource for ClassLoader usage.
ClassPathResource(String, ClassLoader, Class<?>) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
已过时。
as of 4.3.13, in favor of selective use of ClassPathResource(String, ClassLoader) vs ClassPathResource(String, Class)
ClassReader - com.alibaba.nacos.common.packagescan.classreading中的类
Copy from ASM, with less modifications A parser to make a visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassReader(byte[]) - 类的构造器 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - 类的构造器 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - 类的构造器 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - 类的构造器 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Constructs a new ClassReader object.
ClassUtils - com.alibaba.nacos.common.utils中的类
Utils for Class.
cleanDirectory(File) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
清理目录下的内容.
cleanPath(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clear() - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Clear the entire cache.
clear() - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
clear() - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
clear() - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
clear() - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
clear() - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
clear() - 类中的方法 com.alibaba.nacos.common.http.param.Query
 
clear() - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
clearChanged() - 类中的方法 com.alibaba.nacos.common.utils.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearResourceCaches() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Clear all resource caches in this resource loader.
CLIENT_AUTH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_BEAT - enum class 中的枚举常量 com.alibaba.nacos.common.trace.HealthCheckType
Instance heart beat timeout.
CLIENT_CERTPATH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_IP - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CLIENT_KEYPASSWORD - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_KEYPATH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_TRUST_CERT - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_VERSION_HEADER - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
clientEventExecutor - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
ClientSuffix() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
 
close() - 类中的方法 com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
close() - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
close request client.
close() - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
close request client.
close() - 类中的方法 com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
close() - 类中的方法 com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
close() - 类中的方法 com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
close() - 类中的方法 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
close() - 接口中的方法 com.alibaba.nacos.common.http.client.response.HttpClientResponse
close response InputStream.
close() - 类中的方法 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
close() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
Closeable - com.alibaba.nacos.common.lifecycle中的接口
An interface is used to define the resource's close and shutdown, such as IO Connection and ThreadPool.
closeQuietly(Closeable) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Close closable object quietly.
closeQuietly(Closeable...) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
 
closeQuietly(HttpURLConnection) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Close http connection quietly.
clusterPatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
collectionToDelimitedString(Collection<?>, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Convert a Collection into a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Convert a Collection to a delimited String (e.g.
CollectionUtils - com.alibaba.nacos.common.utils中的类
Copy from org.apache.commons.collections.
collectLabels(Properties) - 类中的方法 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollector
init labels.
collectLabels(Properties) - 接口中的方法 com.alibaba.nacos.common.labels.LabelsCollector
getLabels.
com.alibaba.nacos.common - 程序包 com.alibaba.nacos.common
 
com.alibaba.nacos.common.ability - 程序包 com.alibaba.nacos.common.ability
 
com.alibaba.nacos.common.ability.discover - 程序包 com.alibaba.nacos.common.ability.discover
 
com.alibaba.nacos.common.cache - 程序包 com.alibaba.nacos.common.cache
 
com.alibaba.nacos.common.cache.builder - 程序包 com.alibaba.nacos.common.cache.builder
 
com.alibaba.nacos.common.cache.decorators - 程序包 com.alibaba.nacos.common.cache.decorators
 
com.alibaba.nacos.common.cache.impl - 程序包 com.alibaba.nacos.common.cache.impl
 
com.alibaba.nacos.common.codec - 程序包 com.alibaba.nacos.common.codec
 
com.alibaba.nacos.common.constant - 程序包 com.alibaba.nacos.common.constant
 
com.alibaba.nacos.common.event - 程序包 com.alibaba.nacos.common.event
 
com.alibaba.nacos.common.executor - 程序包 com.alibaba.nacos.common.executor
 
com.alibaba.nacos.common.http - 程序包 com.alibaba.nacos.common.http
 
com.alibaba.nacos.common.http.client - 程序包 com.alibaba.nacos.common.http.client
 
com.alibaba.nacos.common.http.client.handler - 程序包 com.alibaba.nacos.common.http.client.handler
 
com.alibaba.nacos.common.http.client.request - 程序包 com.alibaba.nacos.common.http.client.request
 
com.alibaba.nacos.common.http.client.response - 程序包 com.alibaba.nacos.common.http.client.response
 
com.alibaba.nacos.common.http.param - 程序包 com.alibaba.nacos.common.http.param
 
com.alibaba.nacos.common.labels - 程序包 com.alibaba.nacos.common.labels
 
com.alibaba.nacos.common.labels.impl - 程序包 com.alibaba.nacos.common.labels.impl
 
com.alibaba.nacos.common.lifecycle - 程序包 com.alibaba.nacos.common.lifecycle
 
com.alibaba.nacos.common.logging - 程序包 com.alibaba.nacos.common.logging
 
com.alibaba.nacos.common.model - 程序包 com.alibaba.nacos.common.model
 
com.alibaba.nacos.common.model.core - 程序包 com.alibaba.nacos.common.model.core
 
com.alibaba.nacos.common.notify - 程序包 com.alibaba.nacos.common.notify
 
com.alibaba.nacos.common.notify.listener - 程序包 com.alibaba.nacos.common.notify.listener
 
com.alibaba.nacos.common.packagescan - 程序包 com.alibaba.nacos.common.packagescan
 
com.alibaba.nacos.common.packagescan.classreading - 程序包 com.alibaba.nacos.common.packagescan.classreading
 
com.alibaba.nacos.common.packagescan.resource - 程序包 com.alibaba.nacos.common.packagescan.resource
 
com.alibaba.nacos.common.packagescan.util - 程序包 com.alibaba.nacos.common.packagescan.util
 
com.alibaba.nacos.common.paramcheck - 程序包 com.alibaba.nacos.common.paramcheck
 
com.alibaba.nacos.common.pathencoder - 程序包 com.alibaba.nacos.common.pathencoder
 
com.alibaba.nacos.common.pathencoder.impl - 程序包 com.alibaba.nacos.common.pathencoder.impl
 
com.alibaba.nacos.common.remote - 程序包 com.alibaba.nacos.common.remote
 
com.alibaba.nacos.common.remote.client - 程序包 com.alibaba.nacos.common.remote.client
 
com.alibaba.nacos.common.remote.client.grpc - 程序包 com.alibaba.nacos.common.remote.client.grpc
 
com.alibaba.nacos.common.remote.exception - 程序包 com.alibaba.nacos.common.remote.exception
 
com.alibaba.nacos.common.spi - 程序包 com.alibaba.nacos.common.spi
 
com.alibaba.nacos.common.task - 程序包 com.alibaba.nacos.common.task
 
com.alibaba.nacos.common.task.engine - 程序包 com.alibaba.nacos.common.task.engine
 
com.alibaba.nacos.common.tls - 程序包 com.alibaba.nacos.common.tls
 
com.alibaba.nacos.common.trace - 程序包 com.alibaba.nacos.common.trace
 
com.alibaba.nacos.common.trace.event - 程序包 com.alibaba.nacos.common.trace.event
 
com.alibaba.nacos.common.trace.event.naming - 程序包 com.alibaba.nacos.common.trace.event.naming
 
com.alibaba.nacos.common.trace.publisher - 程序包 com.alibaba.nacos.common.trace.publisher
 
com.alibaba.nacos.common.utils - 程序包 com.alibaba.nacos.common.utils
 
combine(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Combine two patterns into a new pattern.
combine(String, String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Combines two patterns into a new pattern that is returned.
COMMA - 类中的静态变量 com.alibaba.nacos.common.constant.Symbols
Comma.
COMMA - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
compare(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher.AntPatternComparator
Compare two patterns to determine which should match first, i.e. which is the most specific regarding the current path.
compareVersion(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.VersionUtils
compare two version who is latest.
COMPATIBILITY - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for '.compatibility' configuration property.
computeIfAbsent(Map<K, V>, K, BiFunction<C, T, V>, C, T) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
ComputeIfAbsent lazy load.
ConcurrentHashSet<E> - com.alibaba.nacos.common.utils中的类
Concurrent Hash Set implement by ConcurrentHashMap.
ConcurrentHashSet() - 类的构造器 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
CONNECTED - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
Connection - com.alibaba.nacos.common.remote.client中的类
connection on client side.
Connection(RpcClient.ServerInfo) - 类的构造器 com.alibaba.nacos.common.remote.client.Connection
 
CONNECTION - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
ConnectionAlreadyClosedException - com.alibaba.nacos.common.remote.exception中的异常错误
connection already closed exception.
ConnectionAlreadyClosedException() - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionAlreadyClosedException(String) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionAlreadyClosedException(Throwable) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionBusyException - com.alibaba.nacos.common.remote.exception中的异常错误
connection is busy exception.
ConnectionBusyException(String) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.ConnectionBusyException
 
ConnectionBusyException(Throwable) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.ConnectionBusyException
 
ConnectionEvent(int, Connection) - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
ConnectionEventListener - com.alibaba.nacos.common.remote.client中的接口
connection event listener of client side.
connectionEventListeners - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
listener called where connection's status changed.
connectionKeepAlive() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
connectionKeepAlive() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get connection keep alive time.
ConnectionType - com.alibaba.nacos.common.remote中的Enum Class
ConnectionType.
connectToServer(RpcClient.ServerInfo) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
connectToServer(RpcClient.ServerInfo) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
connect to server.
ConnLabelsUtils - com.alibaba.nacos.common.utils中的类
ConnLabelsUtils.
ConnLabelsUtils() - 类的构造器 com.alibaba.nacos.common.utils.ConnLabelsUtils
 
constructJavaType(Type) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
construct java type -> Jackson Java Type.
contains(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if CharSequence contains a search CharSequence.
contains(Object) - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
contains(Object[], Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ArrayUtils
Checks if the object is in the given array.
contains(Collection<T>, T) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Whether contain item in collection.
containsConstant(Enum<?>[], String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Check whether the given array contains the given element.
containsIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case, handling null.
containsPort(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
Check if the address contains a port. 2020/9/3 14:53
CONTENT_DISPOSITION - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_ENCODING - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_LENGTH - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_TYPE - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This method reads the entire InputStream to determine the content length.
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation returns the length of the underlying byte array.
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns the underlying File/Path length.
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns the underlying file's length.
contentLength() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Determine the content length for this resource.
contentLength() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
ContextResource - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that is loaded from an enclosing 'context', e.g. from a jakarta.servlet.ServletContext but also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the local ResourceLoader's context).
convert(Request) - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert request to payload.
convert(Request, RequestMeta) - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert request to payload.
convert(Response) - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert response to payload.
convertClassLoaderUrl(URL) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Convert the given URL as returned from the ClassLoader into a Resource.
convertClassNameToResourcePath(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Convert a "."
convertResult(HttpClientResponse, Type) - 类中的方法 com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
Abstract convertResult method, Different types of converters for expansion.
convertResult(HttpClientResponse, Type) - 类中的方法 com.alibaba.nacos.common.http.client.handler.BeanResponseHandler
 
convertResult(HttpClientResponse, Type) - 类中的方法 com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler
 
convertResult(HttpClientResponse, Type) - 类中的方法 com.alibaba.nacos.common.http.client.handler.StringResponseHandler
 
ConvertUtils - com.alibaba.nacos.common.utils中的类
Value Convert Utils.
copy(InputStream, OutputStream) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Copy data.
copy(Reader, Writer) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Copy data.
countDown(CountDownLatch) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
 
countObservers() - 类中的方法 com.alibaba.nacos.common.utils.Observable
Returns the number of observers of this Observable object.
createClient(String, ConnectionType, GrpcClientConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
create a rpc client.
createClient(String, ConnectionType, Integer, Integer, Map<String, String>) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
 
createClient(String, ConnectionType, Integer, Integer, Map<String, String>, RpcClientTlsConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
create a rpc client.
createClient(String, ConnectionType, Map<String, String>) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
create a rpc client.
createClient(String, ConnectionType, Map<String, String>, RpcClientTlsConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
 
createClient(String, ConnectionType, Map<String, String>, Properties, RpcClientTlsConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
create client with properties.
createClusterClient(String, ConnectionType, GrpcClientConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
create a cluster rpc client.
createClusterClient(String, ConnectionType, Integer, Integer, Map<String, String>) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
Creates an RPC client for cluster communication with custom thread pool settings.
createClusterClient(String, ConnectionType, Integer, Integer, Map<String, String>, RpcClientTlsConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
createClusterClient.
createClusterClient(String, ConnectionType, Map<String, String>) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
Creates an RPC client for cluster communication with default thread pool settings.
createClusterClient(String, ConnectionType, Map<String, String>, RpcClientTlsConfig) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
Creates an RPC client for cluster communication with TLS configuration.
createClusterConfig(Properties) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClientTlsConfigFactory
Create cluster client TLS config.
createClusterConfig(Properties) - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcTlsConfigFactory
Create a TlsConfig for cluster connections based on the provided properties.
createEmptyArrayNode() - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Create a new empty Jackson ArrayNode.
createEmptyJsonNode() - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Create a new empty Jackson ObjectNode.
createGrpcClientConfig(Properties, Map<String, String>) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfigFactory
 
createGrpcClientConfig(Properties, Map<String, String>) - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcConfigFactory
createGrpcClientConfig.
createGrpcExecutor(String) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
createNacosAsyncRestTemplate() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
createNacosAsyncRestTemplate() - 接口中的方法 com.alibaba.nacos.common.http.HttpClientFactory
create new nacos async rest.
createNacosRestTemplate() - 类中的方法 com.alibaba.nacos.common.http.AbstractApacheHttpClientFactory
 
createNacosRestTemplate() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
createNacosRestTemplate() - 接口中的方法 com.alibaba.nacos.common.http.HttpClientFactory
create new nacost rest.
createNewChannelStub(ManagedChannel) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
Create a stub using a channel.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader.ClassPathContextResource
 
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
 
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation creates a PathResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRelative(String) - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Create a resource relative to this resource.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation creates a UrlResource, delegating to UrlResource.createRelativeUrl(String) for adapting the relative path.
createRelative(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
createRelativeUrl(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This delegate creates a java.net.URL, applying the given path relative to the path of the underlying URL of this resource descriptor.
createRequest(String) - enum class中的方法 com.alibaba.nacos.common.http.BaseHttpMethod
 
createSdkConfig(Properties) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClientTlsConfigFactory
Create SDK client TLS config.
createSdkConfig(Properties) - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcTlsConfigFactory
Create a TlsConfig for SDK connections based on the provided properties.
currentConnection - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
currentEventSize() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
currentEventSize() - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
The number of currently staged events.
currentEventSize() - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
currentNodeAbilities - 类中的变量 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
current node support abilities.
currentRpcServer() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
customizeConnection(HttpURLConnection) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
customizeConnection(URLConnection) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
customizeFactory(ThreadFactory) - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
set customizeFactory property.

D

daemon(boolean) - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
set daemon property.
dataIdPatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
DateFormatUtils - com.alibaba.nacos.common.utils中的类
Date and time formatting utilities.
DD - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
DEBUG - 类中的静态变量 com.alibaba.nacos.common.utils.LoggerUtils
 
decode(String) - 类中的方法 com.alibaba.nacos.common.pathencoder.PathEncoderManager
decode path.
decode(String, String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
 
decode(String, String) - 类中的方法 com.alibaba.nacos.common.pathencoder.impl.WindowsEncoder
 
decode(String, String) - 接口中的方法 com.alibaba.nacos.common.pathencoder.PathEncoder
decode path.
decode(String, String) - 类中的方法 com.alibaba.nacos.common.pathencoder.PathEncoderManager
decode path.
decodeBase64(byte[]) - 类中的静态方法 com.alibaba.nacos.common.codec.Base64
Decodes Base64 data into octets.
DEFAULT_BEAN_TYPE - 类中的静态变量 com.alibaba.nacos.common.constant.ResponseHandlerType
 
DEFAULT_PATH_SEPARATOR - 类中的静态变量 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Default path separator: "/".
DefaultAsyncHttpClientRequest - com.alibaba.nacos.common.http.client.request中的类
AsyncHttpClientRequest implementation that uses apache async http client to execute streaming requests.
DefaultAsyncHttpClientRequest(CloseableHttpAsyncClient, DefaultConnectingIOReactor, RequestConfig) - 类的构造器 com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
DefaultClientHttpResponse - com.alibaba.nacos.common.http.client.response中的类
ApacheClientHttpResponse implementation HttpClientResponse.
DefaultClientHttpResponse(SimpleHttpResponse) - 类的构造器 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
defaultEmptyIfBlank(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null or whitespace only, the value of EmptyString.
DefaultGrpcClientConfig - com.alibaba.nacos.common.remote.client.grpc中的类
Default grpc client config.
DefaultGrpcClientConfig.Builder - com.alibaba.nacos.common.remote.client.grpc中的类
 
DefaultHttpClientFactory - com.alibaba.nacos.common.http中的类
default http client factory.
DefaultHttpClientFactory(Logger) - 类的构造器 com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
DefaultHttpClientRequest - com.alibaba.nacos.common.http.client.request中的类
HttpClientRequest implementation that uses apache http client to execute streaming requests.
DefaultHttpClientRequest(CloseableHttpClient, RequestConfig) - 类的构造器 com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
defaultIfBlank(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null or whitespace only, the value of defaultStr.
defaultIfEmpty(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null, the value of defaultStr.
DefaultLabelsCollector - com.alibaba.nacos.common.labels.impl中的类
DefaultLabelsCollector.
DefaultLabelsCollector() - 类的构造器 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollector
 
DefaultLabelsCollectorManager - com.alibaba.nacos.common.labels.impl中的类
DefaultLabelsCollectorManager.
DefaultLabelsCollectorManager() - 类的构造器 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollectorManager
 
DefaultPackageScan - com.alibaba.nacos.common.packagescan中的类
Scan all appropriate Class object through the package name.
DefaultPackageScan() - 类的构造器 com.alibaba.nacos.common.packagescan.DefaultPackageScan
 
DefaultParamChecker - com.alibaba.nacos.common.paramcheck中的类
The type Default param checker.
DefaultParamChecker() - 类的构造器 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
 
DefaultPublisher - com.alibaba.nacos.common.notify中的类
The default event publisher implementation.
DefaultPublisher() - 类的构造器 com.alibaba.nacos.common.notify.DefaultPublisher
 
DefaultResourceLoader - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Default implementation of the ResourceLoader interface.
DefaultResourceLoader() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader(ClassLoader) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Create a new DefaultResourceLoader.
DefaultResourceLoader.ClassPathContextResource - com.alibaba.nacos.common.packagescan.resource中的类
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
DefaultSharePublisher - com.alibaba.nacos.common.notify中的类
The default share event publisher implementation for slow event.
DefaultSharePublisher() - 类的构造器 com.alibaba.nacos.common.notify.DefaultSharePublisher
 
delete(File) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Delete file or dir.
delete(String, HttpClientConfig, Header, Query, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, Header, Query, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, Header, Query, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete URL request params are expanded using the given query Query,
delete(String, Header, String, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete large request, when the parameter exceeds the URL limit, you can use this method to put the parameter into the body pass.
DELETE - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
delete request.
DELETE - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
DELETE_LARGE - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
delete Large request.
DELETE_LARGE - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a DELETE request, Mainly used for DELETE request parameters are relatively large, can not be placed on the URL, so it needs to be placed in the body.
deleteAny(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Delete any character in a given String.
deleteObserver(Observer) - 类中的方法 com.alibaba.nacos.common.utils.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - 类中的方法 com.alibaba.nacos.common.utils.Observable
Clears the observer list so that this object no longer has any observers.
deleteWhitespace(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
delimitedListToStringArray(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Take a String that is a delimited list and convert it into a String array.
deregister(String, String) - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
Cancel the uniform lifecycle management for all threads under this resource.
deregister(String, String, ExecutorService) - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
Undoing the uniform lifecycle management of ExecutorService under this resource.
DeregisterInstanceReason - com.alibaba.nacos.common.trace中的Enum Class
The reasons of deregister instance.
DeregisterInstanceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming deregister instance trace event.
DeregisterInstanceTraceEvent(long, String, boolean, DeregisterInstanceReason, String, String, String, String, int) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
deregisterPublisher(Class<? extends Event>) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Deregister publisher.
DeregisterServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming deregister service trace event.
DeregisterServiceTraceEvent(long, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.DeregisterServiceTraceEvent
 
deregisterSubscriber(Subscriber) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Deregister subscriber.
destroy(String) - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
Destroys all thread pool resources under this namespace.
destroy(String, String) - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
This namespace destroys all thread pool resources under the grouping.
destroyClient(String) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
shut down client.
determineRootDir(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Determine the root directory for the given location.
diffGroupKeys(Set<String>, Set<String>) - 类中的静态方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
Calculates and merges the differences between the matched group keys and the client's existing group keys into a list of ConfigState objects.
disableCurrentNodeAbility(AbilityKey) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
Turn off the ability whose key is
DISCONNECTED - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
doesNotContain(String, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
as of 4.3.7, in favor of #doesNotContain(String, String, String)
doesNotContain(String, String, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the given text does not contain the given substring.
doFindAllClassPathResources(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all class location resources with the given path via the ClassLoader.
doFindMatchingFileSystemResources(File, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingJarResources(Resource, URL, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doGetPath(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
doGetVisitorAttributes() - 类中的静态方法 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
doMatch(String, String, boolean, Map<String, String>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Actually match the given path against the given pattern.
doRetrieveMatchingFiles(String, File, Set<File>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Recursively retrieve files that match the given pattern, adding them to the given result list.
DOT - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
doTurn(Map<String, Boolean>, AbilityKey, boolean) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
 

E

EMPTY - 类中的静态变量 com.alibaba.nacos.common.http.param.Header
 
EMPTY - 类中的静态变量 com.alibaba.nacos.common.http.param.Query
 
EMPTY - 类中的静态变量 com.alibaba.nacos.common.utils.ByteUtils
 
EMPTY - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
enableCurrentNodeAbility(AbilityKey) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
Turn on the ability whose key is
encode(String) - 类中的方法 com.alibaba.nacos.common.pathencoder.PathEncoderManager
encode path if necessary.
encode(String, String) - 类中的方法 com.alibaba.nacos.common.pathencoder.impl.WindowsEncoder
 
encode(String, String) - 接口中的方法 com.alibaba.nacos.common.pathencoder.PathEncoder
encode path.
encode(String, String) - 类中的方法 com.alibaba.nacos.common.pathencoder.PathEncoderManager
encode path if necessary.
encodeBase64(byte[]) - 类中的静态方法 com.alibaba.nacos.common.codec.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean, boolean, int) - 类中的静态方法 com.alibaba.nacos.common.codec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeHexString(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.MD5Utils
Convert a byte array into a visible string.
encodingParams(List<String>, String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Encoding KV list to url string.
encodingParams(Map<String, String>, String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Encoding parameters to url string.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation compares description strings.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation compares the underlying byte array.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation compares the underlying class path locations.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation compares the underlying File references.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation compares the underlying InputStream.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation compares the underlying Path references.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation compares the underlying URL references.
equals(Object) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
equals(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters.
equalsIgnoreCase(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters, ignoring case.
ERROR - 类中的静态变量 com.alibaba.nacos.common.utils.LoggerUtils
 
Event - com.alibaba.nacos.common.notify中的类
An abstract class for event.
Event() - 类的构造器 com.alibaba.nacos.common.notify.Event
 
eventLinkedBlockingQueue - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
EventPublisher - com.alibaba.nacos.common.notify中的接口
Event publisher.
EventPublisherFactory - com.alibaba.nacos.common.notify中的接口
Event publisher factory.
ExceptionUtil - com.alibaba.nacos.common.utils中的类
Common methods for exception.
exchange(String, HttpClientConfig, Header, Query, Object, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as HttpRestResult.
exchangeForm(String, Header, Query, Map<String, String>, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as HttpRestResult.
execute(URI, String, RequestHttpEntity) - 类中的方法 com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 类中的方法 com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 接口中的方法 com.alibaba.nacos.common.http.client.request.HttpClientRequest
execute http request.
execute(URI, String, RequestHttpEntity) - 类中的方法 com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 接口中的方法 com.alibaba.nacos.common.http.client.request.AsyncHttpClientRequest
execute async http request.
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
executor() - 类中的方法 com.alibaba.nacos.common.notify.listener.Subscriber
It is up to the listener to determine whether the callback is asynchronous or synchronous.
ExecutorFactory - com.alibaba.nacos.common.executor中的类
Unified thread pool creation factory, and actively create thread pool resources by ThreadPoolManager for unified life cycle management ExecutorFactory.Managed.
ExecutorFactory() - 类的构造器 com.alibaba.nacos.common.executor.ExecutorFactory
 
ExecutorFactory.Managed - com.alibaba.nacos.common.executor中的类
 
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation always returns true.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation checks for the resolution of a resource URL.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns whether the underlying file exists.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation always returns true.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns whether the underlying file exists.
exists() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Determine whether this resource actually exists in physical form.
exists() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
EXPAND_FRAMES - 类中的静态变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
A flag to expand the stack map frames.
expireNanos(long, TimeUnit) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Set expiration time.
extractArchiveUrl(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Extract the URL for the outermost archive from the given jar/war URL (which may point to a resource in a jar file or to a jar file itself).
extractJarFileUrl(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractPathWithinPattern(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractUriTemplateVariables(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
 
extractUriTemplateVariables(String, String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Given a pattern and a full path, extract the URI template variables.

F

failed() - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
failed(int, T) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
failed(int, T, String) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
failed(String) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
failedWithMsg(int, String) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
FALSE_SET - 类中的静态变量 com.alibaba.nacos.common.utils.ConvertUtils
 
FILE_URL_PREFIX - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL prefix for loading from the file system: "file:".
FileSystemResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for java.io.File and java.nio.file.Path handles with a file system target.
FileSystemResource(File) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
Create a new FileSystemResource from a File handle.
FileSystemResource(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
Create a new FileSystemResource from a file path.
FileSystemResource(FileSystem, String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
Create a new FileSystemResource from a FileSystem handle, locating the specified path.
FileSystemResource(Path) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
Create a new FileSystemResource from a Path handle, performing all file system interactions via NIO.2 instead of File.
FileUrlResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Subclass of UrlResource which assumes file resolution, to the degree of implementing the WritableResource interface for it.
FileUrlResource(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
Create a new FileUrlResource based on the given file location, using the URL protocol "file".
FileUrlResource(URL) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
Create a new FileUrlResource based on the given URL object.
filterMatchedPatterns(Collection<String>, String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
Given a dataId, group, and a collection of completed group key patterns, returns the patterns that match.
findAllClassPathResources(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all class location resources with the given location via the ClassLoader.
findClassByName(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Finds and returns class by className.
findPathMatchingResources(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Find all resources that match the given location pattern via the Ant-style PathMatcher.
FOLDER_SEPARATOR - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
format(Date, String) - 类中的静态方法 com.alibaba.nacos.common.utils.DateFormatUtils
Formats a date/time into a specific pattern.
forName(String, ClassLoader) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
fromProperties(Properties, RpcClientTlsConfig) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
Set config from properties.
FuzzyGroupKeyPattern - com.alibaba.nacos.common.utils中的类
Utility class for matching group keys against a given pattern.
FuzzyGroupKeyPattern() - 类的构造器 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
 
FuzzyGroupKeyPattern.GroupKeyState - com.alibaba.nacos.common.utils中的类
 

G

generatePattern(String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
Generates a fuzzy listen group key pattern based on the given dataId pattern, group, and optional tenant. pattern result as: fixNamespace>>groupPattern>>dataIdPattern
generateUuid() - 类中的静态方法 com.alibaba.nacos.common.utils.UuidUtils
 
genNextServer() - 接口中的方法 com.alibaba.nacos.common.remote.client.ServerListFactory
switch to a new server and get it.
get(Object, int) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Returns the index-th value in object, throwing IndexOutOfBoundsException if there is no such element or IllegalArgumentException if object is not an instance of one of the supported types.
get(String, HttpClientConfig, Header, Query, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http get URL request params are expanded using the given query Query.
get(K) - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Take the corresponding value from the cache according to the cache key.
get(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
get(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
get(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
get(K) - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
get(K, Callable<? extends V>) - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Get the value in the cache according to the primary key, and put it into the cache after processing by the function.
get(K, Callable<? extends V>) - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
get(K, Callable<? extends V>) - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
get(K, Callable<? extends V>) - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
get(K, Callable<? extends V>) - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
GET - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
get request.
GET - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
GET_LARGE - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
 
GET_LARGE - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a GET request, Mainly used for GET request parameters are relatively large,can not be placed on the URL, so it needs to be placed in the body.
getAbilityKey() - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
getAbilityTable() - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
getAccess() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Returns the class's access flags .
getAddress() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
get address, ip:port.
getAllClientEntries() - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
get all client.
getAllExceptionMsg(Throwable) - 类中的静态方法 com.alibaba.nacos.common.utils.ExceptionUtil
 
getAllProcessorKey() - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
getAllProcessorKey() - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get all processor key.
getAllPublisherStatues() - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisherFactory
 
getAllTaskKeys() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
getAllTaskKeys() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
getAllTaskKeys() - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get all task keys.
getBody() - 类中的方法 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
getBody() - 接口中的方法 com.alibaba.nacos.common.http.client.response.HttpClientResponse
Return the body of the message as an input stream.
getBody() - 类中的方法 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
getBody() - 类中的方法 com.alibaba.nacos.common.model.RequestHttpEntity
 
getBooleanProperty(Properties, String, Boolean) - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcTlsConfigFactory
Get boolean property from properties.
getByteArray() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
Return the underlying byte array.
getByType(String) - enum class中的静态方法 com.alibaba.nacos.common.remote.ConnectionType
 
getCanonicalName(Class) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the canonical name of the underlying class.
getCanonicalName(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the canonical name of the underlying class.
getCardinalityMap(Collection) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Returns a Map mapping each unique element in the given Collection to an Integer representing the number of occurrences of that element in the Collection.
getCause(Throwable) - 类中的静态方法 com.alibaba.nacos.common.utils.ExceptionUtil
 
getCertChainFile() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getCertPrivateKey() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getCertPrivateKeyPassword() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getChannel() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Getter method for property channel.
getCharset() - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
getCharset() - 类中的方法 com.alibaba.nacos.common.http.param.MediaType
 
getCheckerType() - 类中的方法 com.alibaba.nacos.common.paramcheck.AbstractParamChecker
Gets checker type.
getCheckerType() - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
 
getCiphers() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getClassByType(String) - 类中的静态方法 com.alibaba.nacos.common.remote.PayloadRegistry
 
getClassLoader() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Return the ClassLoader that this resource will be obtained from.
getClassLoader() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Return the ClassLoader to load class path resources with.
getClassLoader() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
 
getClassLoader() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.ResourceLoader
Expose the ClassLoader used by this ResourceLoader.
getClassName() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
the internal class name.
getClazz() - 异常错误中的方法 com.alibaba.nacos.common.spi.ServiceLoaderException
 
getClient(String) - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientFactory
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.SubscribeServiceTraceEvent
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UnsubscribeServiceTraceEvent
 
getClientIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
getClientVersion() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
getClientVersion() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
 
getCluster() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getClusters() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getCode() - 接口中的方法 com.alibaba.nacos.common.model.core.IResultCode
已过时。
Get the result code.
getCode() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
getCodeMsg() - 接口中的方法 com.alibaba.nacos.common.model.core.IResultCode
已过时。
Get the result code's message.
getConnectionAbility(AbilityKey) - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
 
getConnectionAbility(AbilityKey) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Return ability of current connection.
getConnectionId() - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
 
getConnectionRequestTimeout() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getConnectionType() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
getConnectionType() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
get connection type of this client.
getConnTimeToLive() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getConnTimeToLiveTimeUnit() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getContentCompressionEnabled() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getConTimeOutMillis() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getCurrentNodeAbilities(AbilityMode) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
.
getCurrentServer() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
get current server.
getCurrentServer() - 接口中的方法 com.alibaba.nacos.common.remote.client.ServerListFactory
get current server.
getData() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
getDataId() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getDefaultClassLoader() - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultConfigLocation() - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapter
Get current logging default config location.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation returns a description that includes the class path location.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns a description that includes the absolute path of the file.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation returns a description that includes the passed-in description, if any.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
 
getDescription() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Return a description for this resource, to be used for error output when working with the resource.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns a description that includes the URL.
getDescription() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getDisplayString(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getEnableTls() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getEngineLog() - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
getEventTime() - 类中的方法 com.alibaba.nacos.common.trace.event.TraceEvent
 
getExpireNanos() - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheItemProperties
 
getField(Field, Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
Get the field represented by the supplied field object on the specified target object.
getFieldValue(Object, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
get filed value of obj.
getFieldValue(Object, String, Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
get filed value of obj.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to an absolute file path.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns the underlying File reference.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
 
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns the underlying File reference.
getFile() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Return a File handle for this resource.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns a File reference for the underlying URL/URI, provided that it refers to a file in the file system.
getFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getFile(String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getFile(URI) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
This implementation returns a File reference for the given URI-identified resource, provided that it refers to a file in the file system.
getFile(URI) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile(URI, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URL, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFileForLastModifiedCheck() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFileForLastModifiedCheck() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
Determine the File to use for timestamp checking.
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation always returns null, assuming that this resource type does not have a filename.
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation returns the name of the file that this class path resource refers to.
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns the name of the file.
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns the name of the file.
getFilename() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Determine a filename for this resource, i.e. typically the last part of the path: for example, "myfile.txt".
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns the name of the file that this URL refers to.
getFilename() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getFilename(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Extract the filename from the given Java resource path, e.g.
getFirst() - 类中的方法 com.alibaba.nacos.common.utils.Pair
 
getFullClientVersion() - 类中的静态方法 com.alibaba.nacos.common.utils.VersionUtils
 
getGroup() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getGroup() - 类中的方法 com.alibaba.nacos.common.trace.event.TraceEvent
 
getGroupKey() - 类中的方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
Retrieves the group key associated with the configuration.
getGrpcFutureServiceStub() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Getter method for property grpcFutureServiceStub.
getHeader() - 类中的方法 com.alibaba.nacos.common.http.HttpRestResult
 
getHeader() - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
getHeaders() - 类中的方法 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
getHeaders() - 接口中的方法 com.alibaba.nacos.common.http.client.response.HttpClientResponse
Return the headers of this message.
getHeaders() - 类中的方法 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
getHeaders() - 类中的方法 com.alibaba.nacos.common.model.RequestHttpEntity
 
getHealthCheckType() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
getHealthCheckTypeFromReason(String) - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
getHealthStateChangeReason() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
getHttpClientConfig() - 类中的方法 com.alibaba.nacos.common.model.RequestHttpEntity
 
getIdentityHexString(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hex String form of an object's identity hash code.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation returns a ByteArrayInputStream for the underlying byte array.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation opens an InputStream for the given class path resource.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation opens a NIO file stream for the underlying file.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInputStream() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamSource
Return an InputStream for the content of an underlying resource.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation opens a InputStream for the underlying file.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation opens an InputStream for the given URL.
getInputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.ability.discover.NacosAbilityManagerHolder
. get nacos ability control manager
getInstance() - 类中的静态方法 com.alibaba.nacos.common.executor.ThreadPoolManager
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.paramcheck.ParamCheckerManager
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.pathencoder.PathEncoderManager
get singleton.
getInstance() - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientConfigFactory
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientTlsConfigFactory
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.tls.TlsFileWatcher
 
getInstance() - 类中的静态方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisherFactory
 
getInstance(Class<T>) - 类中的静态方法 com.alibaba.nacos.common.ability.discover.NacosAbilityManagerHolder
.
getInstanceIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
getInstanceIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
getInstanceIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
getInstanceIp() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
getInstancePort() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
getInstancePort() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
getInstancePort() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
getInstancePort() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
getInstanceSize() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
getInterceptors() - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
Return the request interceptors that this accessor uses.
getInterfaces() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
the internal names of the directly implemented interfaces.
getIoReactorConfig() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
getIoThreadCount() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getIp() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getIpFromString(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
Resolve the IP from the string containing the IP address.
getItem(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Returns the start offset in this ClassReader of a JVMS 'cp_info' structure (i.e. a constant pool entry), plus one.
getItemCount() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Returns the number of entries in the class's constant pool table.
getJarFile(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Resolve the given jar file URL into a JarFile object.
getLabels() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Getter method for property labels.
getLabels(Properties) - 类中的方法 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollectorManager
 
getLabels(Properties) - 接口中的方法 com.alibaba.nacos.common.labels.LabelsCollectorManager
refresh all labels.
getLarge(String, Header, Query, Object, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLarge(String, Header, Query, Object, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLastProcessTime() - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
 
getLocation() - 类中的方法 com.alibaba.nacos.common.logging.NacosLoggingProperties
Get the location of nacos logging configuration.
getMaxConnPerRoute() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getMaxConnTotal() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getMaxRedirects() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getMaxStringLength() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Returns a conservative estimate of the maximum length of the strings contained in the class's constant pool table.
getMcpId() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getMcpName() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getMessage() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
getMessage() - 异常错误中的方法 com.alibaba.nacos.common.packagescan.util.NestedIoException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamCheckResponse
 
getMetadata() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getMetadata() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
getMetadata() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateServiceTraceEvent
 
getMostSpecificCause(Throwable) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.NestedExceptionUtils
Retrieve the most specific cause of the given exception, that is, either the innermost cause (root cause) or the exception itself.
getMutualAuthEnable() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getNacosAsyncRestTemplate(HttpClientFactory) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosAsyncRestTemplate(Logger) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(HttpClientFactory) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(Logger) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getName() - 类中的方法 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollector
 
getName() - 接口中的方法 com.alibaba.nacos.common.labels.LabelsCollector
get collector name.
getName() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Getter method for property name.
getName() - enum class中的方法 com.alibaba.nacos.common.remote.ConnectionType
Getter method for property name.
getName() - 类中的方法 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
getName() - 类中的方法 com.alibaba.nacos.common.trace.event.TraceEvent
 
getName(Class) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the class name.
getName(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns className.
getNamespace() - 类中的方法 com.alibaba.nacos.common.trace.event.TraceEvent
 
getNamespaceDefaultId() - 类中的静态方法 com.alibaba.nacos.common.utils.NamespaceUtil
Get default namespace id.
getNamespaceFromPattern(String) - 类中的静态方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
 
getNamespaceId() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getNamespaceShowName() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getOnlyElement(Iterable<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
return the first element, if the iterator contains multiple elements, will throw IllegalArgumentException.
getOrDefault(Object, int, T) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Returns the value to which the specified index , or defaultValue if this collection contains no value for the index.
getOrder() - 类中的方法 com.alibaba.nacos.common.labels.impl.DefaultLabelsCollector
 
getOrder() - 接口中的方法 com.alibaba.nacos.common.labels.LabelsCollector
getOrder.
getOriginalResponseHeader() - 类中的方法 com.alibaba.nacos.common.http.param.Header
get original format response header.
getOutputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation opens a FileOutputStream for the underlying file.
getOutputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
 
getOutputStream() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation opens a OutputStream for the underlying file.
getOutputStream() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.WritableResource
Return an OutputStream for the underlying resource, allowing to (over-)write its content.
getParamChecker(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamCheckerManager
 
getPath() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Return the path for this resource (as resource path within the class path).
getPath() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
Return the file path for this resource.
getPath() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
Return the file path for this resource.
getPathMatcher() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Return the PathMatcher that this resource pattern resolver uses.
getPathWithinContext() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.ContextResource
Return the path within the enclosing 'context'.
getPathWithinContext() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader.ClassPathContextResource
 
getPatternComparator(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPayloadStreamObserver() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Getter method for property payloadStreamObserver.
getPort() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getPrefix() - enum class中的方法 com.alibaba.nacos.common.trace.HealthCheckType
 
getPriority() - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
A legal nacos application has a ability control manager.
getProcessor(Object) - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
getProcessor(Object) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Try to get NacosTaskProcessor by key, if non-exist, will return default processor.
getProcessorsCount() - 类中的静态方法 com.alibaba.nacos.common.utils.PropertyUtils
Get processors count maybe preset by env or property.
getProperty(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.PropertyUtils
Get system env or property value.
getProperty(String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.PropertyUtils
Get system env or property value.
getProtocolResolvers() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Return the collection of currently registered protocol resolvers, allowing for introspection as well as modification.
getProtocols() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getPublisher(Class<? extends Event>) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
 
getPublisherMap() - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
 
getPushCostTimeForAll() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
getPushCostTimeForNetWork() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
getQuery() - 类中的方法 com.alibaba.nacos.common.model.RequestHttpEntity
 
getReadTimeOutMillis() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getReason() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
getReloadInternal() - 类中的方法 com.alibaba.nacos.common.logging.NacosLoggingProperties
Get reload internal.
getRequestConfig() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
getResource(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
 
getResource(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
 
getResource(String) - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.ResourceLoader
Return a Resource handle for the specified resource location.
getResourceAsFile(ClassLoader, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(URL) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsProperties(ClassLoader, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsProperties(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsReader(ClassLoader, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsReader(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsStream(ClassLoader, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceAsStream(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceByPath(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Return a Resource handle for the resource at the given path.
getResourceCache(Class<T>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Obtain a cache for the given value type, keyed by Resource.
getResourceLoader() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Return the ResourceLoader that this pattern resolver works with.
getResources(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
 
getResources(String) - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.ResourcePatternResolver
Resolve the given location pattern into Resource objects.
getResourcesManager() - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
 
getResourceUrl(ClassLoader, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
getResourceUrl(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
getRoot(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
getRootCause(Throwable) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.NestedExceptionUtils
Retrieve the innermost cause of the given exception, if any.
getRpcParams() - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
getRpcParams() - 类中的静态方法 com.alibaba.nacos.common.remote.client.RpcConstants
 
getSecond() - 类中的方法 com.alibaba.nacos.common.utils.Pair
 
getServerIp() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
Getter method for property serverIp.
getServerList() - 接口中的方法 com.alibaba.nacos.common.remote.client.ServerListFactory
get current server.
getServerListFactory() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Getter method for property serverListFactory.
getServerPort() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
Getter method for property serverPort.
getServiceLevelAgreementTime() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
getServiceName() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
getSharePublisher() - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
 
getSimpleName(Class) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the simple name of the underlying class.
getSimpleName(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the simple name of the underlying class as given in the source code.
getSize() - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Returns the number of key-value pairs in the cache.
getSize() - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
getSize() - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
getSize() - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
getSize() - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
getSslProvider() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getSslProvider(String) - 类中的静态方法 com.alibaba.nacos.common.utils.TlsTypeResolve
JDK SSL is very slower than OPENSSL, recommend use openSSl.
getStackTrace(Throwable) - 类中的静态方法 com.alibaba.nacos.common.utils.ExceptionUtil
 
getStatus() - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
getStatusCode() - 类中的方法 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
getStatusCode() - 接口中的方法 com.alibaba.nacos.common.http.client.response.HttpClientResponse
Return the HTTP status code.
getStatusCode() - 类中的方法 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
getStatusText() - 类中的方法 com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
getStatusText() - 接口中的方法 com.alibaba.nacos.common.http.client.response.HttpClientResponse
Return the HTTP status text of the response.
getStatusText() - 类中的方法 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
getStringMatcher(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Build or retrieve an AntPathMatcher.AntPathStringMatcher for the given pattern.
getSubscribers() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
getSubTypesOf(String, Class<T>) - 类中的方法 com.alibaba.nacos.common.packagescan.DefaultPackageScan
Scan all appropriate Class object through the package name and Class object.
getSubTypesOf(String, Class<T>) - 接口中的方法 com.alibaba.nacos.common.packagescan.PackageScan
Scan all appropriate Class object through the package name and Class object.
getSuitableThreadCount() - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Through the number of cores, calculate the appropriate number of threads; 1.5-2 times the number of CPU cores.
getSuitableThreadCount(int) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Through the number of cores, calculate the appropriate number of threads.
getSuperName() - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
 
getTaskInterval() - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
 
getTenant() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
getThreadPoolManager() - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
getTotalBatch() - 类中的方法 com.alibaba.nacos.common.task.BatchTaskCounter
 
getTrustAll() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getTrustCollectionCertFile() - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
getType() - 类中的方法 com.alibaba.nacos.common.http.param.MediaType
 
getType() - enum class中的方法 com.alibaba.nacos.common.remote.ConnectionType
Getter method for property type.
getType() - 类中的方法 com.alibaba.nacos.common.trace.event.TraceEvent
 
getTypesAnnotatedWith(String, Class<? extends Annotation>) - 类中的方法 com.alibaba.nacos.common.packagescan.DefaultPackageScan
Scan all appropriate Class object through the package name and annotation.
getTypesAnnotatedWith(String, Class<? extends Annotation>) - 接口中的方法 com.alibaba.nacos.common.packagescan.PackageScan
Scan all appropriate Class object through the package name and annotation.
getUri() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation builds a URI based on the URL returned by AbstractResource.getUrl().
getUri() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns a URI for the underlying file.
getUri() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns a URI for the underlying file.
getUri() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Return a URI handle for this resource.
getUri() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns the underlying URI directly, if possible.
getUri() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation throws a FileNotFoundException, assuming that the resource cannot be resolved to a URL.
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation returns a URL for the underlying class path resource, if available.
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns a URL for the underlying file.
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns a URL for the underlying file.
getUrl() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Return a URL handle for this resource.
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns the underlying URL reference.
getUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
getUserAgent() - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig
 
getValue(String) - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
getValue(String) - 类中的方法 com.alibaba.nacos.common.http.param.Query
 
getValue(String, String) - 类中的方法 com.alibaba.nacos.common.logging.NacosLoggingProperties
get property value.
GroupKeyState(String, boolean) - 类的构造器 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
Constructs a new ConfigState instance with the given group key and existence flag.
groupPatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
GRPC - enum class 中的枚举常量 com.alibaba.nacos.common.remote.ConnectionType
gRPC connection.
GRPC_CHANNEL_CAPABILITY_NEGOTIATION_TIMEOUT - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_CHANNEL_KEEP_ALIVE_TIME - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_CHANNEL_KEEP_ALIVE_TIMEOUT - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_CONNECT_KEEP_ALIVE_TIME - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_HEALTHCHECK_RETRY_TIMES - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_HEALTHCHECK_TIMEOUT - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_MAX_INBOUND_MESSAGE_SIZE - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_NAME - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_QUEUESIZE - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_RETRY_TIMES - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_SERVER_CHECK_TIMEOUT - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_THREADPOOL_CORE_SIZE - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_THREADPOOL_KEEPALIVETIME - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_THREADPOOL_MAX_SIZE - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GRPC_TIMEOUT_MILLS - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GrpcClient - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC Client.
GrpcClient(GrpcClientConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
constructor.
GrpcClient(GrpcClientConfig, ServerListFactory) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
constructor.
GrpcClient(String) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
constructor.
GrpcClient(String, Integer, Integer, Map<String, String>) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
constructor.
GrpcClient(String, Integer, Integer, Map<String, String>, RpcClientTlsConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
GrpcClientConfig - com.alibaba.nacos.common.remote.client.grpc中的接口
GrpcClient config.
GrpcClusterClient - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC client for cluster.
GrpcClusterClient(GrpcClientConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
Empty constructor.
GrpcClusterClient(String) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
Empty constructor.
GrpcClusterClient(String, Integer, Integer, Map<String, String>) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
Constructor.
GrpcClusterClient(String, Integer, Integer, Map<String, String>, RpcClientTlsConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
 
GrpcConnection - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC connection.
GrpcConnection(RpcClient.ServerInfo, Executor) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
GrpcConstants - com.alibaba.nacos.common.remote.client.grpc中的类
GrpcConsts.
GrpcConstants() - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
GrpcConstants.GRpcConfigLabel - com.alibaba.nacos.common.remote.client.grpc中的Annotation Interface
 
grpcFutureServiceStub - 类中的变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
stub to send request.
GrpcSdkClient - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC client for sdk.
GrpcSdkClient(GrpcClientConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
constructor.
GrpcSdkClient(String) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
Constructor.
GrpcSdkClient(String, Integer, Integer, Map<String, String>) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
Constructor.
GrpcSdkClient(String, Integer, Integer, Map<String, String>, RpcClientTlsConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
 
GrpcUtils - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC utils, use to parse request and response.
GrpcUtils() - 类的构造器 com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
 

H

handle(HttpClientResponse) - 类中的方法 com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
handle(HttpClientResponse) - 接口中的方法 com.alibaba.nacos.common.http.client.handler.ResponseHandler
handle response convert to HttpRestResult.
handleInvocationTargetException(InvocationTargetException) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
Handle the given invocation target exception.
handleReflectionException(Exception) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
Handle the given reflection exception.
handleServerRequest(Request) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
handle server request.
hasChanged() - 类中的方法 com.alibaba.nacos.common.utils.Observable
Tests if this object has changed.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation returns the description's hash code.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ByteArrayResource
This implementation returns the hash code based on the underlying byte array.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation returns the hash code of the underlying class path location.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns the hash code of the underlying File reference.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns the hash code of the underlying Path reference.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
This implementation returns the hash code of the underlying URL reference.
hashCode() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
hashCode(boolean) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hasLength(String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
hasLength(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Check that the given String is neither null nor of length 0.
hasLength(String, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasText(String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
hasText(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Check whether the given String contains actual text.
hasText(String, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
HEAD - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
head request.
HEAD - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
header - 类中的变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
The offset in bytes of the ClassFile's access_flags field.
Header - com.alibaba.nacos.common.http.param中的类
Http header.
healthCheckRetryTimes() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
healthCheckRetryTimes() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get health check retry times.
healthCheckTimeOut() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
healthCheckTimeOut() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get health check time out.
HealthCheckType - com.alibaba.nacos.common.trace中的Enum Class
The types of health check.
HealthStateChangeTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming instance health state change trace event.
HealthStateChangeTraceEvent(long, String, String, String, String, int, boolean, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
HEARTBEAT_EXPIRE - enum class 中的枚举常量 com.alibaba.nacos.common.trace.DeregisterInstanceReason
Instance heart beat timeout expire.
HHMMSS - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
HTTP_HEALTH_CHECK - enum class 中的枚举常量 com.alibaba.nacos.common.trace.HealthCheckType
Http health check.
HTTP_PREFIX - 接口中的静态变量 com.alibaba.nacos.common.constant.RequestUrlConstants
 
HttpClientBeanHolder - com.alibaba.nacos.common.http中的类
Create a rest template to ensure that each custom client config and rest template are in one-to-one correspondence.
HttpClientBeanHolder() - 类的构造器 com.alibaba.nacos.common.http.HttpClientBeanHolder
 
HttpClientConfig - com.alibaba.nacos.common.http中的类
http client config build.
HttpClientConfig(int, int, long, TimeUnit, int, int, int, int, boolean, int, String) - 类的构造器 com.alibaba.nacos.common.http.HttpClientConfig
 
HttpClientConfig.HttpClientConfigBuilder - com.alibaba.nacos.common.http中的类
 
HttpClientConfigBuilder() - 类的构造器 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
HttpClientFactory - com.alibaba.nacos.common.http中的接口
http Client Factory.
HttpClientRequest - com.alibaba.nacos.common.http.client.request中的接口
Represents a client-side HTTP request.
HttpClientRequestInterceptor - com.alibaba.nacos.common.http.client中的接口
Intercepts client-side HTTP requests.
HttpClientResponse - com.alibaba.nacos.common.http.client.response中的接口
Represents a client-side HTTP response.
HttpDeleteWithEntity(String) - 类的构造器 com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
HttpGetWithEntity(String) - 类的构造器 com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
HttpHeaderConsts - com.alibaba.nacos.common.constant中的接口
Nacos header constants.
HttpMethod - com.alibaba.nacos.common.utils中的类
Http method constants.
HttpRestResult<T> - com.alibaba.nacos.common.http中的类
Http RestResult.
HttpRestResult() - 类的构造器 com.alibaba.nacos.common.http.HttpRestResult
 
HttpRestResult(Header, int, T, String) - 类的构造器 com.alibaba.nacos.common.http.HttpRestResult
 
HTTPS_PREFIX - 接口中的静态变量 com.alibaba.nacos.common.constant.RequestUrlConstants
 
HttpUtils - com.alibaba.nacos.common.http中的类
Http utils.
HttpUtils() - 类的构造器 com.alibaba.nacos.common.http.HttpUtils
 

I

identityToString(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of an object's overall identity.
ignoreExpireEvent() - 类中的方法 com.alibaba.nacos.common.notify.listener.SmartSubscriber
 
ignoreExpireEvent() - 类中的方法 com.alibaba.nacos.common.notify.listener.Subscriber
Whether to ignore expired events.
ILLEGAL_IP_PREFIX - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
InetAddressValidator - com.alibaba.nacos.common.utils中的类
ipv4 ipv6 check util.
INFO - 类中的静态变量 com.alibaba.nacos.common.utils.LoggerUtils
 
init() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
init() - 类中的静态方法 com.alibaba.nacos.common.remote.PayloadRegistry
 
init(Class<? extends Event>, int) - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
init(Class<? extends Event>, int) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
Initializes the event publisher.
init(Class<? extends Event>, int) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
init(String) - enum class中的方法 com.alibaba.nacos.common.http.BaseHttpMethod
 
initCurrentNodeAbilities() - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
.
initializeCapacity(int) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Set the initial capacity of the cache pair.
INITIALIZED - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
already init.
initParamCheckRule() - 类中的方法 com.alibaba.nacos.common.paramcheck.AbstractParamChecker
Init param check rule.
initParamCheckRule() - 类中的方法 com.alibaba.nacos.common.paramcheck.DefaultParamChecker
 
initParams(Map<String, String>) - 类中的方法 com.alibaba.nacos.common.http.param.Query
Add all parameters as query parameter.
initRequestEntity(ClassicHttpRequest, Object, Header) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Init http entity.
initRequestFromEntity(ClassicHttpRequest, Map<String, String>, String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Init request from entity map.
initRequestHeader(ClassicHttpRequest, Header) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Init http header.
initTls(BiConsumer<SSLContext, HostnameVerifier>, TlsFileWatcher.FileChangeListener) - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
InputStreamResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given InputStream.
InputStreamResource(InputStream) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
Create a new InputStreamResource.
InputStreamResource(InputStream, String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
Create a new InputStreamResource.
InputStreamSource - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Simple interface for objects that are sources for an InputStream.
intercept() - 接口中的方法 com.alibaba.nacos.common.http.client.HttpClientRequestInterceptor
if isIntercept method is true Intercept the given request, and return a response Otherwise, the HttpClientRequest will be used for execution.
InterceptingHttpClientRequest - com.alibaba.nacos.common.http.client中的类
Wrap http client request and perform corresponding interception.
InterceptingHttpClientRequest(HttpClientRequest, Iterator<HttpClientRequestInterceptor>) - 类的构造器 com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
InternetAddressUtil - com.alibaba.nacos.common.utils中的类
ip tool.
INTERVAL - 类中的静态变量 com.alibaba.nacos.common.task.AbstractDelayTask
The default time interval, in milliseconds, between tasks.
INTERVAL - 类中的静态变量 com.alibaba.nacos.common.task.AbstractExecuteTask
 
invokeMethod(Method, Object, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeVfsMethod(Method, Object, Object...) - 类中的静态方法 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
IoUtils - com.alibaba.nacos.common.utils中的类
IO related tool methods.
IP_PORT_SPLITER - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
ipPatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
ipToBytesByInet(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
convert ip address to byte array.
ipToInt(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
convert ip address to int.
IPV6_END_MARK - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV6_START_MARK - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
IResultCode - com.alibaba.nacos.common.model.core中的接口
已过时。
isAbandon() - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
Getter method for property abandon.
isAbilitiesSet() - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
 
isAdaptedLogger(Class<?>) - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapter
Whether current adapter is adapted for specified logger class.
isAnyBlank(CharSequence...) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if any one of the CharSequences are blank ("") or null and not whitespace only..
isArray(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAssignable(Class<?>, Class<?>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that superType.isAssignableFrom(subType) is true.
isAssignableFrom(Class, Class) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Determines if the class or interface represented by this object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified parameter.
isBlank(CharSequence) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if a string is empty (""), null and whitespace only.
isCheckedException(Throwable) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isConnected() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
isCurrentNodeAbilityRunning(AbilityKey) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager
.
isDefaultNamespaceId(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NamespaceUtil
Judge whether is default namespaceId.
isDigits(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Checks whether the String contains only digit characters.
isDisConnected() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
isDomain(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
judge str is right domain.
isEmpty() - 类中的方法 com.alibaba.nacos.common.http.param.Query
 
isEmpty() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
isEmpty() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
isEmpty() - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Whether the execute engine is empty.
isEmpty(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.ByteUtils
 
isEmpty(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Determine whether the given object is empty.
isEmpty(Object[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object[]) - 类中的静态方法 com.alibaba.nacos.common.utils.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if a str is empty ("") or null.
isEmpty(Collection) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is empty.
isEmpty(Dictionary) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is empty.
isEmpty(Map) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is empty.
isEmptyBody() - 类中的方法 com.alibaba.nacos.common.model.RequestHttpEntity
 
isEnabled() - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapter
Whether current adapter enabled, design for users which want to log nacos client into app logs.
isEqualCollection(Collection, Collection) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Returns true iff the given Collections contain exactly the same elements with exactly the same cardinalities.
isExist() - 类中的方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
Checks whether the configuration exists or not.
isFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
isFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation always returns false.
isFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation always indicates a file.
isFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation always indicates a file.
isFile() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Determine whether this resource represents a file in a file system.
isFile() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.UrlResource
 
isFile(URI) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
This implementation returns a File reference for the given URI-identified resource, provided that it refers to a file in the file system.
isFileUrl(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Determine whether the given URL points to a resource in the file system, i.e. has protocol "file", "vfsfile" or "vfs".
isGzipStream(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Judge whether is Gzip stream.
isHealthy() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
isInitialized() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
isInstanceOf(Class<?>, Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that the provided object is an instance of the provided class.
isIntercept(URI, String, RequestHttpEntity) - 接口中的方法 com.alibaba.nacos.common.http.client.HttpClientRequestInterceptor
is intercept.
isIp(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
check whether the str is ip address (IPv4 or IPv6).
isIpv4(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
check whether the ip address is IPv4.
isIpv4Address(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if input is a valid IPv4 address.
isIpv6(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
check whether the ip address is IPv6.
isIpv6Address(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if input is a IPv6 address.
isIpv6HexCompressedAddress(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if the given address is a valid IPv6 address in the hex-compressed notation The format is 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'.
isIpv6Ipv4MappedAddress(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if input is an IPv4 address mapped into a IPv6 address.
isIpv6MixedAddress(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if the given address is a valid IPv6 address in the mixed-standard or mixed-compressed notation.
isIpv6StdAddress(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if the given address is a valid IPv6 address in the standard format The format is 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'.
isJarFileUrl(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
isJarResource(Resource) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Return whether the given resource handle indicates a jar resource that the doFindPathMatchingJarResources method can handle.
isJarUrl(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Determine whether the given URL points to a resource in a jar file.
isLinkLocalIpv6WithZoneIndex(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InetAddressValidator
Check if input is a link local IPv6 address starting with "fe80:" and containing a zone index with "%xxx".
isMapEmpty(Map<?, ?>) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Return true if the supplied Map is null or empty.
isNeedReloadConfiguration() - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapter
Whether need reload configuration into log context.
isNeedTransferNamespace(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NamespaceUtil
 
isNoneBlank(CharSequence...) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if none of the CharSequences are blank ("") or null and whitespace only..
isNoRight() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
isNotBlank(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if a string is not empty (""), not null and not whitespace only.
isNotEmpty(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.ByteUtils
 
isNotEmpty(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Checks if a str is not empty ("") or not null.
isNotEmpty(Collection) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is not empty.
isNotEmpty(Dictionary) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is not empty.
isNotEmpty(Map) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is not empty.
isNull(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
as of 4.3.7, in favor of AbstractAssert.isNull(Object, String)
isNull(Object, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an object is null.
isNull(Object, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an object is null.
isOn() - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
isOpen() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation always returns false.
isOpen() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamResource
This implementation always returns true.
isOpen() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Indicate whether this resource represents a handle with an open stream.
isPattern(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
 
isPattern(String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPluginEvent() - 类中的方法 com.alibaba.nacos.common.notify.Event
Whether is plugin event.
isPluginEvent() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.NamingTraceEvent
 
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation always returns true for a resource that exists (revised as of 5.1).
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
This implementation checks for the resolution of a resource URL upfront, then proceeding with AbstractFileResolvingResource's length check.
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
isReadable() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Indicate whether non-empty contents of this resource can be read via InputStreamSource.getInputStream().
isReadable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
isRpc() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
isRpc() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
isRunning() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
check is this client is running.
isShutdown() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
check is this client is shutdown.
isSuccess() - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamCheckResponse
 
isTimeoutException(Throwable) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
HTTP request exception is a timeout exception.
isTrue(boolean) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
isTrue(boolean, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isUrl(String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isWaitInitiated() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
check is this client is initiated.
isWritable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
 
isWritable() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
isWritable() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.WritableResource
Indicate whether the contents of this resource can be written via WritableResource.getOutputStream().
iterator() - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
iterator() - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 

J

JacksonUtils - com.alibaba.nacos.common.utils中的类
Json utils implement by Jackson.
JAR_FILE_EXTENSION - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
File extension for a regular jar file: ".jar".
JAR_URL_PREFIX - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL prefix for loading from a jar file: "jar:".
JAR_URL_SEPARATOR - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Separator between JAR URL and file path within the JAR: "!
JdkHttpClientRequest - com.alibaba.nacos.common.http.client.request中的类
JDK http client request implement.
JdkHttpClientRequest(HttpClientConfig) - 类的构造器 com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
JdkHttpClientResponse - com.alibaba.nacos.common.http.client.response中的类
JDk http client response implement.
JdkHttpClientResponse(HttpURLConnection) - 类的构造器 com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
join(Collection, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
JustForTest - com.alibaba.nacos.common中的Annotation Interface
Just for test.

L

LABEL_EQUALS_OPERATOR - 类中的静态变量 com.alibaba.nacos.common.utils.ConnLabelsUtils
 
LABEL_SPLIT_OPERATOR - 类中的静态变量 com.alibaba.nacos.common.utils.ConnLabelsUtils
 
labels() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
labels() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get map of labels.
LabelsCollector - com.alibaba.nacos.common.labels中的接口
LabelsCollector.
LabelsCollectorManager - com.alibaba.nacos.common.labels中的接口
LabelsCollectorManager.
lastEventSequence - 类中的变量 com.alibaba.nacos.common.notify.DefaultPublisher
 
lastModified() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
 
lastModified() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation checks the timestamp of the underlying File, if available.
lastModified() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation returns the underlying File/Path last-modified time.
lastModified() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation returns the underlying File's timestamp.
lastModified() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
Determine the last-modified timestamp for this resource.
lastModified() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.VfsResource
 
latchAwait(CountDownLatch) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Await count down latch.
latchAwait(CountDownLatch, long, TimeUnit) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Await count down latch with timeout.
LF - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
list(T...) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
return an arraylist containing all input parameters.
listDirectory(File) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Determine a sorted list of files in the given directory.
load(Class<T>) - 类中的静态方法 com.alibaba.nacos.common.spi.NacosServiceLoader
Load service.
loadConfiguration(NacosLoggingProperties) - 接口中的方法 com.alibaba.nacos.common.logging.NacosLoggingAdapter
Load Nacos logging configuration into log context.
loadSslContext() - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
LOCAL_HOST - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
localHostIp() - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
get localhost ip.
lock - 类中的变量 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
logger - 类中的变量 com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
LOGGER - 类中的静态变量 com.alibaba.nacos.common.notify.DefaultPublisher
 
LOGGER - 类中的静态变量 com.alibaba.nacos.common.packagescan.DefaultPackageScan
 
LoggerUtils - com.alibaba.nacos.common.utils中的类
Logger utils.
lru(boolean) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Does the constructed cache support lru.
LruCache<K,V> - com.alibaba.nacos.common.cache.decorators中的类
A wrapper that lru cache.
LruCache(Cache<K, V>, int) - 类的构造器 com.alibaba.nacos.common.cache.decorators.LruCache
 

M

Managed() - 类的构造器 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
MapUtil - com.alibaba.nacos.common.utils中的类
Map utils.
match(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
 
match(String, String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Match the given path against the given pattern, according to this PathMatcher's matching strategy.
matchPattern(String, String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern
check if the resource match the groupKeyPattern.
matchStart(String, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
 
matchStart(String, String) - 接口中的方法 com.alibaba.nacos.common.packagescan.util.PathMatcher
Match the given path against the corresponding part of the given pattern, according to this PathMatcher's matching strategy.
matchStrings(String, Map<String, String>) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher.AntPathStringMatcher
Main entry point.
maxClusterLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxDataIdLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxGroupLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maximumSize(int) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Set the maximum capacity of the cache pair.
maxInboundMessageSize() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
maxInboundMessageSize() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get maxInboundMessage size.
maxIpLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxMetadataLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxNamespaceIdLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxNamespaceShowNameLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxPort - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
maxServiceNameLength - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
md5Hex(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.MD5Utils
Calculate MD5 hex string.
md5Hex(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.MD5Utils
Calculate MD5 hex string with encode charset.
MD5Utils - com.alibaba.nacos.common.utils中的类
MD5 util.
MediaType - com.alibaba.nacos.common.http.param中的类
Http Media type.
merge(AbstractDelayTask) - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
merge task.
mergeMapByOrder(Map<T, R>, Map<T, R>) - 类中的静态方法 com.alibaba.nacos.common.utils.ConnLabelsUtils
merge two map into one by using the former value when key is duplicated.
METHOD_NAME - 类中的静态变量 com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
METHOD_NAME - 类中的静态变量 com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
minPort - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
MM - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
monitorAndExtension(AsyncClientConnectionManager) - 类中的方法 com.alibaba.nacos.common.http.AbstractHttpClientFactory
add some monitor and do some extension. default empty implementation, implemented by subclass
MULTIPART_FORM_DATA - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
MUTUAL_AUTH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.mutualAuth' configuration property.
MUTUAL_AUTH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.mutualAuth' configuration property.
MYSQL_HEALTH_CHECK - enum class 中的枚举常量 com.alibaba.nacos.common.trace.HealthCheckType
Mysql health check.

N

NACOS_CLIENT_GRPC - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
NACOS_CLIENT_RPC - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
NACOS_PEER_RPC - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
NACOS_SERVER_GRPC_PORT_OFFSET_KEY - 类中的静态变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConstants
 
NACOS_SERVER_RPC - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
NacosAbilityManagerHolder - com.alibaba.nacos.common.ability.discover中的类
This class is used to discover AbstractAbilityControlManager implements.
NacosAsyncRestTemplate - com.alibaba.nacos.common.http.client中的类
Nacos async rest template.
NacosAsyncRestTemplate(Logger, AsyncHttpClientRequest) - 类的构造器 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
 
NacosDelayTaskExecuteEngine - com.alibaba.nacos.common.task.engine中的类
Nacos delay task execute engine.
NacosDelayTaskExecuteEngine(String) - 类的构造器 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, int, Logger, long) - 类的构造器 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, Logger) - 类的构造器 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosExecuteTaskExecuteEngine - com.alibaba.nacos.common.task.engine中的类
Nacos execute task execute engine.
NacosExecuteTaskExecuteEngine(String, Logger) - 类的构造器 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
NacosExecuteTaskExecuteEngine(String, Logger, int) - 类的构造器 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
NacosLoggingAdapter - com.alibaba.nacos.common.logging中的接口
Nacos client logging adapter.
NacosLoggingAdapterBuilder - com.alibaba.nacos.common.logging中的接口
NacosLoggingProperties - com.alibaba.nacos.common.logging中的类
Nacos Logging Properties, save some nacos logging properties.
NacosLoggingProperties(String, Properties) - 类的构造器 com.alibaba.nacos.common.logging.NacosLoggingProperties
 
NacosRestTemplate - com.alibaba.nacos.common.http.client中的类
Nacos rest template Interface specifying a basic set of RESTful operations.
NacosRestTemplate(Logger, HttpClientRequest) - 类的构造器 com.alibaba.nacos.common.http.client.NacosRestTemplate
 
NacosServiceLoader - com.alibaba.nacos.common.spi中的类
Nacos SPI Service Loader.
NacosServiceLoader() - 类的构造器 com.alibaba.nacos.common.spi.NacosServiceLoader
 
NacosTask - com.alibaba.nacos.common.task中的接口
Nacos task.
NacosTaskExecuteEngine<T extends NacosTask> - com.alibaba.nacos.common.task.engine中的接口
Nacos task execute engine.
NacosTaskProcessor - com.alibaba.nacos.common.task中的接口
Task processor.
name() - 类中的方法 com.alibaba.nacos.common.pathencoder.impl.WindowsEncoder
 
name() - 接口中的方法 com.alibaba.nacos.common.pathencoder.PathEncoder
return simple lowercase os name.
name() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
name() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get name.
nameFormat(String) - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
set nameFormat property.
namespaceDefaultId - 类中的静态变量 com.alibaba.nacos.common.utils.NamespaceUtil
public id,默认值为 "public".
namespaceIdPatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
namespaceShowNamePatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
NamespaceUtil - com.alibaba.nacos.common.utils中的类
namespace(tenant) util.
NameThreadFactory - com.alibaba.nacos.common.executor中的类
Name thread factory.
NameThreadFactory(String) - 类的构造器 com.alibaba.nacos.common.executor.NameThreadFactory
 
NamingTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming trace event.
NamingTraceEvent(String, long, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.NamingTraceEvent
 
NATIVE_DISCONNECTED - enum class 中的枚举常量 com.alibaba.nacos.common.trace.DeregisterInstanceReason
Instance native disconnected.
needEncode(String) - 类中的方法 com.alibaba.nacos.common.pathencoder.impl.WindowsEncoder
 
needEncode(String) - 接口中的方法 com.alibaba.nacos.common.pathencoder.PathEncoder
whether to encode.
NestedExceptionUtils - com.alibaba.nacos.common.packagescan.util中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - 类的构造器 com.alibaba.nacos.common.packagescan.util.NestedExceptionUtils
 
NestedIoException - com.alibaba.nacos.common.packagescan.util中的异常错误
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Subclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
NestedIoException(String) - 异常错误的构造器 com.alibaba.nacos.common.packagescan.util.NestedIoException
Construct a NestedIOException with the specified detail message.
NestedIoException(String, Throwable) - 异常错误的构造器 com.alibaba.nacos.common.packagescan.util.NestedIoException
Construct a NestedIOException with the specified detail message and nested exception.
newBuilder() - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
newCustomerThreadExecutor(int, int, long, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newCustomerThreadExecutor(String, int, int, long, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new custom executor service and register to manager.
newEvent() - 类中的静态方法 com.alibaba.nacos.common.event.ServerConfigChangeEvent
 
newFixedExecutorService(int) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(int, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(String, int) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with default thread factory and register to manager.
newFixedExecutorService(String, int, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with input thread factory and register to manager.
newInstance() - 类中的静态方法 com.alibaba.nacos.common.http.param.Header
 
newInstance() - 类中的静态方法 com.alibaba.nacos.common.http.param.Query
 
newScheduledExecutorService(int, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newScheduledExecutorService(String, int, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new scheduled executor service with input thread factory and register to manager.
newServiceInstances(Class<T>) - 类中的静态方法 com.alibaba.nacos.common.spi.NacosServiceLoader
New service instances.
newSingleExecutorService() - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleExecutorService(String) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with default thread factory and register to manager.
newSingleExecutorService(String, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with input thread factory and register to manager.
newSingleExecutorService(ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleScheduledExecutorService(String, ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single scheduled executor service with input thread factory and register to manager.
newSingleScheduledExecutorService(ThreadFactory) - 类中的静态方法 com.alibaba.nacos.common.executor.ExecutorFactory
 
newStringForUtf8(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Create a string with encoding format as utf8.
newThread(Runnable) - 类中的方法 com.alibaba.nacos.common.executor.NameThreadFactory
 
nextInt(int, int) - 类中的静态方法 com.alibaba.nacos.common.utils.RandomUtils
Returns a random integer within the specified range.
nextLong(long, long) - 类中的静态方法 com.alibaba.nacos.common.utils.RandomUtils
Returns a random long within the specified range.
nextRpcServer() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
NONE_EXCEPTION - 类中的静态变量 com.alibaba.nacos.common.utils.ExceptionUtil
Represents an empty exception, that is, no exception occurs, only a constant.
noNullElements(Object[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
noNullElements(Object[], String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an array contains no null elements.
noNullElements(Collection<?>, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a collection contains no null elements.
noNullElements(Collection<?>, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a collection contains no null elements.
notEmpty(Object[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
notEmpty(Object[], String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
notEmpty(Collection<?>, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Map<?, ?>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
as of 4.3.7, in favor of AbstractAssert.notEmpty(Map, String)
notEmpty(Map<?, ?>, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
NotifyCenter - com.alibaba.nacos.common.notify中的类
Unified Event Notify Center.
NotifyCenter() - 类的构造器 com.alibaba.nacos.common.notify.NotifyCenter
 
notifyConnected(Connection) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Notify when client new connected.
notifyDisConnected(Connection) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Notify when client disconnected.
notifyObservers() - 类中的方法 com.alibaba.nacos.common.utils.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifySubscriber(Subscriber, Event) - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
notifySubscriber(Subscriber, Event) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
Notify listener.
notifySubscriber(Subscriber, Event) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
notNull(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
notNull(Object, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an object is not null.
notNull(Object, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert that an object is not null.
NotThreadSafe - com.alibaba.nacos.common中的Annotation Interface
Annotation that marks a method as not thread safe.
nullSafeClassName(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(boolean[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(boolean[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Return a String representation of the contents of the specified array.
NumberUtils - com.alibaba.nacos.common.utils中的类
Number utils.

O

Observable - com.alibaba.nacos.common.utils中的类
Observable utils.
Observable() - 类的构造器 com.alibaba.nacos.common.utils.Observable
 
Observer - com.alibaba.nacos.common.utils中的接口
Obeserver.
ok() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
onCancel() - 接口中的方法 com.alibaba.nacos.common.http.Callback
Callback when the request is cancelled.
onChanged(String) - 接口中的方法 com.alibaba.nacos.common.tls.TlsFileWatcher.FileChangeListener
listener onChanged event.
onConnected(Connection) - 接口中的方法 com.alibaba.nacos.common.remote.client.ConnectionEventListener
notify when connected to server.
onDisConnect(Connection) - 接口中的方法 com.alibaba.nacos.common.remote.client.ConnectionEventListener
notify when disconnected to server.
onError(Throwable) - 接口中的方法 com.alibaba.nacos.common.http.Callback
An error occurred during the request.
onEvent(T) - 类中的方法 com.alibaba.nacos.common.notify.listener.Subscriber
Event callback.
onReceive(RestResult<T>) - 接口中的方法 com.alibaba.nacos.common.http.Callback
Callback after the request is responded.
onServerListChange() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
check if current connected server is in server list, if not switch server.
OPTIONS - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
options request.
OPTIONS - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 

P

PackageScan - com.alibaba.nacos.common.packagescan中的接口
Scan all appropriate Class object through the package name.
Pair<A,B> - com.alibaba.nacos.common.utils中的类
Pair.
ParamCheckerManager - com.alibaba.nacos.common.paramcheck中的类
The type Param checker manager.
ParamCheckResponse - com.alibaba.nacos.common.paramcheck中的类
The type Param check response.
ParamCheckResponse() - 类的构造器 com.alibaba.nacos.common.paramcheck.ParamCheckResponse
 
paramCheckRule - 类中的变量 com.alibaba.nacos.common.paramcheck.AbstractParamChecker
 
ParamCheckRule - com.alibaba.nacos.common.paramcheck中的类
Param check rules.
ParamCheckRule() - 类的构造器 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
parameterize(Class<?>, Type...) - 类中的静态方法 com.alibaba.nacos.common.utils.TypeUtils
Create a parameterized type instance.
ParamInfo - com.alibaba.nacos.common.paramcheck中的类
Param info.
ParamInfo() - 类的构造器 com.alibaba.nacos.common.paramcheck.ParamInfo
 
parse(Payload) - 类中的静态方法 com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
parse payload to request/response model.
parsePropertyValue2Map(Properties, String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConnLabelsUtils
parse property value to map.
parseRawLabels(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConnLabelsUtils
parse raw json labels into a key-value map.
PATCH - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
patch request.
PATCH - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
PathEncoder - com.alibaba.nacos.common.pathencoder中的接口
To encode path if illegal,an os may have a PathEncoder.
PathEncoderManager - com.alibaba.nacos.common.pathencoder中的类
To expose interface from PathEncoder.
PathMatcher - com.alibaba.nacos.common.packagescan.util中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Strategy interface for String-based path matching.
PathMatchingResourcePatternResolver - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
PathMatchingResourcePatternResolver() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathMatchingResourcePatternResolver(ResourceLoader) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver.
PathMatchingResourcePatternResolver(ClassLoader) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Create a new PathMatchingResourcePatternResolver with a DefaultResourceLoader.
PathResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for Path handles, performing all operations and transformations via the Path API.
PathResource(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathResource
Create a new PathResource from a Path handle.
PathResource(URI) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathResource
Create a new PathResource from a Path handle.
PathResource(Path) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.PathResource
Create a new PathResource from a Path handle.
PayloadRegistry - com.alibaba.nacos.common.remote中的类
payload registry,Define basic scan behavior request and response.
PayloadRegistry() - 类的构造器 com.alibaba.nacos.common.remote.PayloadRegistry
 
payloadStreamObserver - 类中的变量 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
pendingTaskCount() - 类中的方法 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
PERCENT_SIGN_IN_IPV6 - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
post(String, Header, Query, Object, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post Create a new resource by POSTing the given object to the http request.
post(String, Header, Query, Object, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Create a new resource by POSTing the given object to the http request.
POST - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
post request.
POST - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
postFile(String, HttpClientConfig, Header, File, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
 
postForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Query, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postJson(String, Header, Query, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, Query, String, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
Preconditions - com.alibaba.nacos.common.utils中的类
Check precondition, throws an IllegalArgumentException If the conditions are not met.
PREFER_IPV6_ADDRESSES - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
printIfDebugEnabled(Logger, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.LoggerUtils
Print if log debug level is enabled.
printIfErrorEnabled(Logger, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.LoggerUtils
Print if log error level is enabled.
printIfInfoEnabled(Logger, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.LoggerUtils
Print if log info level is enabled.
printIfTraceEnabled(Logger, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.LoggerUtils
Print if log trace level is enabled.
printIfWarnEnabled(Logger, String, Object...) - 类中的静态方法 com.alibaba.nacos.common.utils.LoggerUtils
Print if log warn level is enabled.
priority(int) - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
set priority property.
process(NacosTask) - 类中的方法 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
process(NacosTask) - 接口中的方法 com.alibaba.nacos.common.task.NacosTaskProcessor
Process task.
processNamespaceParameter(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NamespaceUtil
Treat the namespace(tenant) parameters with values of empty string as "public".
processTasks() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
process tasks in execute engine.
PropertyUtils - com.alibaba.nacos.common.utils中的类
A convenient tool to get property or env value.
ProtocolResolver - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications A resolution strategy for protocol-specific resource handles.
publish(Event) - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
publish(Event) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
publish event.
publish(Event) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
publishEvent(Event) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Request publisher publish event Publishers load lazily, calling publisher.
PushServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming push service trace event.
PushServiceTraceEvent(long, long, long, long, String, String, String, String, int) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.PushServiceTraceEvent
 
put(String, Header, Query, Object, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put Create a new resource by PUTting the given body to http request.
put(String, Header, Query, Object, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Create a new resource by PUTting the given body to http request.
put(K, V) - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Cache a pair of key value.
put(K, V) - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
put(K, V) - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
put(K, V) - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
put(K, V) - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
PUT - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
put request.
PUT - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
putForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Query, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putIfValNoEmpty(Map, Object, Object) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Put into map if value is not empty.
putIfValNoNull(Map, Object, Object) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
Put into map if value is not null.
putJson(String, Header, Query, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, Query, String, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type, Callback<T>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.

Q

Query - com.alibaba.nacos.common.http.param中的类
Http Query object.
Query() - 类的构造器 com.alibaba.nacos.common.http.param.Query
 

R

RandomUtils - com.alibaba.nacos.common.utils中的类
Random utils.
readableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
This implementation returns a FileChannel for the given URI-identified resource, provided that it refers to a file in the file system.
readableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation returns Channels.newChannel(InputStream) with the result of InputStreamSource.getInputStream().
readableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation opens a FileChannel for the underlying file.
readableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation opens a Channel for the underlying file.
readableChannel() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.Resource
readByte(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a byte value in this ClassReader.
readClass(int, char[]) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a CONSTANT_Class constant pool entry in this ClassReader.
readInt(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a signed int value in this ClassReader.
readLines(Reader) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Read lines.
readLong(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a signed long value in this ClassReader.
readModule(int, char[]) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a CONSTANT_Module constant pool entry in this ClassReader.
readPackage(int, char[]) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a CONSTANT_Package constant pool entry in this ClassReader.
readShort(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a signed short value in this ClassReader.
readUnsignedShort(int) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads an unsigned short value in this ClassReader.
readUtf8(int, char[]) - 类中的方法 com.alibaba.nacos.common.packagescan.classreading.ClassReader
Reads a CONSTANT_Utf8 constant pool entry in this ClassReader.
reason - 类中的变量 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
receiveEvent(Event) - 类中的方法 com.alibaba.nacos.common.notify.DefaultSharePublisher
 
reconnect(RpcClient.ServerInfo, boolean) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
switch server .
ReflectUtils - com.alibaba.nacos.common.utils中的类
reflect utils.
register(String, String, ExecutorService) - 类中的方法 com.alibaba.nacos.common.executor.ThreadPoolManager
Register the thread pool resources with the resource manager.
registerConnectionListener(ConnectionEventListener) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Register connection handler.
RegisterInstanceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming register instance trace event.
RegisterInstanceTraceEvent(long, String, boolean, String, String, String, String, int) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
registerResponseHandler(String, ResponseHandler) - 类中的方法 com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
register customization Response Handler.
registerServerRequestHandler(ServerRequestHandler) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Register serverRequestHandler, the handler will handle the request from server side.
RegisterServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming deregister service trace event.
RegisterServiceTraceEvent(long, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.RegisterServiceTraceEvent
 
registerSubscriber(Subscriber) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register a Subscriber.
registerSubscriber(Subscriber, EventPublisherFactory) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register a Subscriber.
registerSubtype(Class<?>, String) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Register sub type for child class.
registerToPublisher(Class<? extends Event>, int) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register publisher with default factory.
registerToPublisher(Class<? extends Event>, EventPublisher) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register publisher.
registerToPublisher(Class<? extends Event>, EventPublisherFactory, int) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register publisher with specified factory.
registerToSharePublisher(Class<? extends SlowEvent>) - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Register to share-publisher.
RemoteException - com.alibaba.nacos.common.remote.exception中的异常错误
super exception in remote module.
RemoteException(int) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.RemoteException
 
RemoteException(int, String) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.RemoteException
 
RemoteException(int, Throwable) - 异常错误的构造器 com.alibaba.nacos.common.remote.exception.RemoteException
 
remove(Object) - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
remove(K) - 接口中的方法 com.alibaba.nacos.common.cache.Cache
Take the corresponding value from the cache according to the cache key, and remove this record from the cache.
remove(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.AutoExpireCache
 
remove(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
remove(K) - 类中的方法 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 
remove(K) - 类中的方法 com.alibaba.nacos.common.cache.impl.SimpleCache
 
removeBrackets(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
remove brackets "[]".
removeKey(Map<K, V>, K, Predicate<V>) - 类中的静态方法 com.alibaba.nacos.common.utils.MapUtil
remove value, Thread safety depends on whether the Map is a thread-safe Map.
removeProcessor(Object) - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
removeProcessor(Object) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Remove task processor NacosTaskProcessor form execute engine for key.
removeSubscriber(Subscriber) - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
removeSubscriber(Subscriber) - 接口中的方法 com.alibaba.nacos.common.notify.EventPublisher
Remove listener.
removeSubscriber(Subscriber) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
removeSubscriber(Subscriber, Class<? extends Event>) - 类中的方法 com.alibaba.nacos.common.notify.DefaultSharePublisher
 
removeSubscriber(Subscriber, Class<? extends Event>) - 接口中的方法 com.alibaba.nacos.common.notify.ShardedEventPublisher
Remove listener for default share publisher.
removeSubscriber(Subscriber, Class<? extends Event>) - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
removeTask(Object) - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
removeTask(Object) - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
removeTask(Object) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Remove task.
replace(String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Replace all occurrences of a substring within a string with another string.
replaceSslHostnameVerifier(HostnameVerifier) - 类中的方法 com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Replace the default HostnameVerifier.
request(Request) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
send request.
request(Request, long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
request(Request, long) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
send request.
REQUEST - enum class 中的枚举常量 com.alibaba.nacos.common.trace.DeregisterInstanceReason
client initiates request.
REQUEST_ID - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
REQUEST_MODULE - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
REQUEST_SOURCE_HEADER - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
requestFuture(Request) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
requestFuture(Request) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
send async request.
RequestHttpEntity - com.alibaba.nacos.common.model中的类
Represents an HTTP request , consisting of headers and body.
RequestHttpEntity(HttpClientConfig, Header, Query) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Query, Object) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Object) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Query) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Query, Object) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Object) - 类的构造器 com.alibaba.nacos.common.model.RequestHttpEntity
 
requestReply(Request, Connection) - 接口中的方法 com.alibaba.nacos.common.remote.client.ServerRequestHandler
Handle request from server.
RequestUrlConstants - com.alibaba.nacos.common.constant中的接口
Nacos request url constants.
resolve(String, ResourceLoader) - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.ProtocolResolver
Resolve the given location against the given resource loader if this implementation's protocol matches.
resolvePrimitiveClassName(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolveRootDirResource(Resource) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Resolve the specified resource for path matching.
resolveUrl() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.ClassPathResource
Resolves a URL for the underlying class path resource.
Resource - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
resourceLoader - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
ResourceLoader - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Strategy interface for loading resources (e.g., class path or file system resources).
resourcePathToConvertClassName(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ClassUtils
Convert a "."
ResourcePatternResolver - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.
ResourceUtils - com.alibaba.nacos.common.packagescan.util中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Utility methods for resolving resource locations to files in the file system.
ResourceUtils - com.alibaba.nacos.common.utils中的类
resource util.
ResourceUtils() - 类的构造器 com.alibaba.nacos.common.packagescan.util.ResourceUtils
 
ResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的接口
Response Handler abstract interface, the actual processing of the response conversion is done by a concrete implementation class.
ResponseHandlerType - com.alibaba.nacos.common.constant中的类
Response Handler Type.
ResponseHandlerType() - 类的构造器 com.alibaba.nacos.common.constant.ResponseHandlerType
 
RestResult<T> - com.alibaba.nacos.common.model中的类
Rest result.
RestResult() - 类的构造器 com.alibaba.nacos.common.model.RestResult
 
RestResult(int, String, T) - 类的构造器 com.alibaba.nacos.common.model.RestResult
 
RESTRESULT_TYPE - 类中的静态变量 com.alibaba.nacos.common.constant.ResponseHandlerType
 
RestResult.ResResultBuilder<T> - com.alibaba.nacos.common.model中的类
 
RestResultResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
RestResult response handler, Mainly converter response type as RestResult type.
RestResultResponseHandler() - 类的构造器 com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler
 
RestResultUtils - com.alibaba.nacos.common.model中的类
Rest result utils.
RestResultUtils() - 类的构造器 com.alibaba.nacos.common.model.RestResultUtils
 
rethrowRuntimeException(Throwable) - 类中的静态方法 com.alibaba.nacos.common.utils.ReflectUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
retrieveMatchingFiles(File, String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
retryTimes() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
retryTimes() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get request retry times.
ringBufferSize - 类中的静态变量 com.alibaba.nacos.common.notify.NotifyCenter
 
RPC_CLIENT_MUTUAL_AUTH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_CERT_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_CERT_KEY - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_CIPHERS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_ENABLE - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_PROTOCOLS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_PROVIDER - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_TRUST_ALL - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_TRUST_COLLECTION_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RPC_CLIENT_TLS_TRUST_PWD - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants
 
RpcClient - com.alibaba.nacos.common.remote.client中的类
abstract remote client to connect to server.
RpcClient(RpcClientConfig) - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClient(RpcClientConfig, ServerListFactory) - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClient.ConnectionEvent - com.alibaba.nacos.common.remote.client中的类
 
RpcClient.ServerInfo - com.alibaba.nacos.common.remote.client中的类
 
rpcClientConfig - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClientConfig - com.alibaba.nacos.common.remote.client中的接口
RpcClientConfig.
RpcClientConfigFactory - com.alibaba.nacos.common.remote.client中的类
RpcClientConfigFactory.
RpcClientFactory - com.alibaba.nacos.common.remote.client中的类
RpcClientFactory.to support multi client for different modules of usage.
RpcClientFactory() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClientFactory
 
rpcClientStatus - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClientStatus - com.alibaba.nacos.common.remote.client中的Enum Class
status of rpc client.
RpcClientTlsConfig - com.alibaba.nacos.common.remote.client中的类
gRPC config for sdk.
RpcClientTlsConfig() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClientTlsConfig
 
RpcClientTlsConfigFactory - com.alibaba.nacos.common.remote.client中的类
TlsConfigFactory.
RpcConfigFactory - com.alibaba.nacos.common.remote.client中的接口
RpcConfigFactory.
RpcConstants - com.alibaba.nacos.common.remote.client中的类
RpcConstants.
RpcConstants() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcConstants
 
RpcConstants.ClientSuffix - com.alibaba.nacos.common.remote.client中的类
Enumeration of common suffixes for RPC configuration properties.
RpcConstants.RpcConfigLabel - com.alibaba.nacos.common.remote.client中的Annotation Interface
 
RpcConstants.ServerSuffix - com.alibaba.nacos.common.remote.client中的类
Enumeration of common suffixes for RPC configuration properties.
rpcPortOffset() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
 
rpcPortOffset() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
 
rpcPortOffset() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
increase offset of the nacos server port for the rpc server port.
RpcTlsConfigFactory - com.alibaba.nacos.common.remote.client中的接口
RpcTlsConfigFactory.
run() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
run() - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
RUNNING - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
in running.

S

scope() - 类中的方法 com.alibaba.nacos.common.notify.Event
Event scope.
scopeMatches(T) - 类中的方法 com.alibaba.nacos.common.notify.listener.Subscriber
Whether the event's scope matches current subscriber.
selectResponseHandler(Type) - 类中的方法 com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
Select a response handler by responseType.
SelfHostnameVerifier - com.alibaba.nacos.common.tls中的类
A HostnameVerifier verify ipv4 and localhost.
SelfHostnameVerifier(HostnameVerifier) - 类的构造器 com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
SelfTrustManager - com.alibaba.nacos.common.tls中的类
A TrustManager tool returns the specified TrustManager.
SelfTrustManager() - 类的构造器 com.alibaba.nacos.common.tls.SelfTrustManager
 
sendRequest(Request) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
sendResponse(Response) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
sequence() - 类中的方法 com.alibaba.nacos.common.notify.Event
Event sequence number, which can be used to handle the sequence of events.
sequence() - 类中的方法 com.alibaba.nacos.common.notify.SlowEvent
 
SERVER_AUTH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_CERTPATH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_KEYPASSWORD - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_KEYPATH - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_TRUST_CERT - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
serverCheckTimeOut() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
serverCheckTimeOut() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get server check time out.
ServerConfigChangeEvent - com.alibaba.nacos.common.event中的类
Server configuration changed event.
ServerConfigChangeEvent() - 类的构造器 com.alibaba.nacos.common.event.ServerConfigChangeEvent
 
serverInfo - 类中的变量 com.alibaba.nacos.common.remote.client.Connection
 
ServerInfo() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
 
ServerInfo(String, int) - 类的构造器 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
 
serverIp - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
 
serverListFactory(ServerListFactory) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
init server list factory. only can init once.
ServerListFactory - com.alibaba.nacos.common.remote.client中的接口
server list factory . use to inner client to connecte and switch servers.
serverPort - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
 
ServerRequestHandler - com.alibaba.nacos.common.remote.client中的接口
ServerRequestHandler, to process the request from server side.
serverRequestHandlers - 类中的变量 com.alibaba.nacos.common.remote.client.RpcClient
handlers to process server push request.
ServerSuffix() - 类的构造器 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
 
ServiceLoaderException - com.alibaba.nacos.common.spi中的异常错误
Nacos service loader exception.
ServiceLoaderException(Class<?>, Exception) - 异常错误的构造器 com.alibaba.nacos.common.spi.ServiceLoaderException
 
serviceNamePatternString - 类中的变量 com.alibaba.nacos.common.paramcheck.ParamCheckRule
 
set(T...) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Return a set containing all input parameters.
setAbandon(boolean) - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
Setter method for property abandon. connection event will be ignored if connection is abandoned.
setAbilityKey(AbilityKey) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
setAbilityTable(Map<String, Boolean>) - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
 
setCachePatterns(boolean) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Specify whether to cache parsed pattern metadata for patterns passed into this matcher's AntPathMatcher.match(java.lang.String, java.lang.String) method.
setCapabilityNegotiationTimeout(long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
 
setCaseSensitive(boolean) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Specify whether to perform pattern matching in a case-sensitive fashion.
setCertChainFile(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setCertPrivateKey(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setCertPrivateKeyPassword(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setChanged() - 类中的方法 com.alibaba.nacos.common.utils.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChannel(ManagedChannel) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Setter method for property channel.
setChannelKeepAlive(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set channelKeepAlive.
setChannelKeepAliveTimeout(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set channelKeepAlive.
setCiphers(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setClassLoader(ClassLoader) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.DefaultResourceLoader
Specify the ClassLoader to load class path resources with, or null for using the thread context class loader at the time of actual resource access.
setCluster(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setClusters(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setCode(int) - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
setConnectionId(String) - 类中的方法 com.alibaba.nacos.common.remote.client.Connection
 
setConnectionKeepAlive(long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set connectionKeepAlive.
setConnectionRequestTimeout(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setConnectionTimeToLive(long, TimeUnit) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setContentCompressionEnabled(boolean) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setContentType(String) - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
setConTimeOutMillis(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setData(T) - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
setDataId(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setDefaultTaskProcessor(NacosTaskProcessor) - 类中的方法 com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
setDefaultTaskProcessor(NacosTaskProcessor) - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Set default task processor.
setEnableTls(Boolean) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setExist(boolean) - 类中的方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
Sets the existence flag of the configuration.
setExpireNanos(long) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheItemProperties
 
setGroup(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setGroupKey(String) - 类中的方法 com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
Sets the group key associated with the configuration.
setGrpcFutureServiceStub(RequestGrpc.RequestFutureStub) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Setter method for property grpcFutureServiceStub.
setHeader(Header) - 类中的方法 com.alibaba.nacos.common.http.HttpRestResult
 
setHealthCheckRetryTimes(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set healthCheckRetryTimes.
setHealthCheckTimeOut(long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set healthCheckTimeOut.
setInterceptors(List<HttpClientRequestInterceptor>) - 类中的方法 com.alibaba.nacos.common.http.client.NacosRestTemplate
Set the request interceptors that this accessor should use.
setIoThreadCount(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setIp(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setLabels(Map<String, String>) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set labels.
setLastProcessTime(long) - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
 
setMaxConnPerRoute(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setMaxConnTotal(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setMaxInboundMessageSize(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set maxInboundMessageSize.
setMaxRedirects(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setMcpId(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setMcpName(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setMessage(String) - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
setMessage(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamCheckResponse
 
setMetadata(Map<String, String>) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setMutualAuthEnable(Boolean) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setName(String) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set client name.
setName(String) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
setName(String) - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
Set name of client.
setNamespaceDefaultId(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NamespaceUtil
Set default namespace id.
setNamespaceId(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setNamespaceShowName(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setOn(boolean) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
setPathMatcher(PathMatcher) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathMatchingResourcePatternResolver
Set the PathMatcher implementation to use for this resource pattern resolver.
setPathSeparator(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Set the path separator to use for pattern parsing.
setPayloadStreamObserver(StreamObserver<Payload>) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Setter method for property payloadStreamObserver.
setPort(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setProtocols(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setReadTimeOutMillis(int) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setResponseType(Type) - 类中的方法 com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
setResponseType(Type) - 接口中的方法 com.alibaba.nacos.common.http.client.handler.ResponseHandler
set response type.
setRetryTimes(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set retryTimes.
setServerCheckTimeOut(Long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set serverCheckTimeOut.
setServerIp(String) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
Setter method for property serverIp.
setServerPort(int) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
Setter method for property serverPort.
setServiceName(String) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamInfo
 
setSize(int) - 类中的方法 com.alibaba.nacos.common.cache.decorators.LruCache
 
setSslContext(SSLContext) - 类中的方法 com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Use specified SSLContext.
setSslProvider(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setSuccess(boolean) - 类中的方法 com.alibaba.nacos.common.paramcheck.ParamCheckResponse
 
setTable(Map<String, Boolean>) - 类中的方法 com.alibaba.nacos.common.ability.AbstractAbilityControlManager.AbilityUpdateEvent
 
setTaskInterval(long) - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
 
setTenant(String) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
setThreadPoolCoreSize(Integer) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set threadPoolCoreSize.
setThreadPoolKeepAlive(Long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set threadPoolKeepAlive.
setThreadPoolMaxSize(Integer) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set threadPoolMaxSize.
setThreadPoolQueueSize(int) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set threadPoolQueueSize.
setTimeOutMills(long) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set timeOutMills.
setTlsConfig(RpcClientTlsConfig) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig.Builder
set tlsConfig.
setTlsConfig(RpcClientTlsConfig) - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
setTlsConfig(RpcClientTlsConfig) - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
Set TlsConfig.
setTrimTokens(boolean) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Specify whether to trim tokenized paths and patterns.
setTrustAll(Boolean) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setTrustCollectionCertFile(String) - 类中的方法 com.alibaba.nacos.common.remote.TlsConfig
 
setUserAgent(String) - 类中的方法 com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
ShardedEventPublisher - com.alibaba.nacos.common.notify中的接口
Sharded event publisher.
shareBufferSize - 类中的静态变量 com.alibaba.nacos.common.notify.NotifyCenter
 
shouldProcess() - 类中的方法 com.alibaba.nacos.common.task.AbstractDelayTask
 
shouldProcess() - 类中的方法 com.alibaba.nacos.common.task.AbstractExecuteTask
 
shouldProcess() - 接口中的方法 com.alibaba.nacos.common.task.NacosTask
Judge Whether this nacos task should do.
shutdown() - 类中的静态方法 com.alibaba.nacos.common.executor.ThreadPoolManager
Shutdown thread pool manager.
shutdown() - 接口中的方法 com.alibaba.nacos.common.lifecycle.Closeable
Shutdown the Resources, such as Thread Pool.
shutdown() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
shutdown() - 类中的静态方法 com.alibaba.nacos.common.notify.NotifyCenter
Shutdown the several publisher instance which notify center has.
shutdown() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
shutdown() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
shutdown() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
shutdown() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
shutdown() - 类中的方法 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
shutdown() - 类中的方法 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
shutdown(String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown http client holder and close remove template.
SHUTDOWN - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
shutdown.
shutdownNacosAsyncRest(String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown async http client holder and remove template.
shutdownNacosSyncRest(String) - 类中的静态方法 com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown sync http client holder and remove template.
shutdownThreadPool(ExecutorService) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
 
shutdownThreadPool(ExecutorService, Logger) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Shutdown thread pool.
SimpleCache<K,V> - com.alibaba.nacos.common.cache.impl中的类
Simple implementation of Cache.
SimpleCache(int) - 类的构造器 com.alibaba.nacos.common.cache.impl.SimpleCache
 
size() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
size() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
size() - 接口中的方法 com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get Task size in execute engine.
size() - 类中的方法 com.alibaba.nacos.common.utils.ConcurrentHashSet
 
size(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Gets the size of the collection/iterator specified.
sizeIsEmpty(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.CollectionUtils
Judge whether object is empty.
SKIP_CODE - 类中的静态变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
A flag to skip the Code attributes.
SKIP_DEBUG - 类中的静态变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
A flag to skip the SourceFile.
SKIP_FRAMES - 类中的静态变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
A flag to skip the StackMap and StackMapTable attributes.
sleep(long) - 类中的静态方法 com.alibaba.nacos.common.utils.ThreadUtils
Sleep.
SlowEvent - com.alibaba.nacos.common.notify中的类
This event share one event-queue.
SlowEvent() - 类的构造器 com.alibaba.nacos.common.notify.SlowEvent
 
SmartSubscriber - com.alibaba.nacos.common.notify.listener中的类
Subscribers to multiple events can be listened to.
SmartSubscriber() - 类的构造器 com.alibaba.nacos.common.notify.listener.SmartSubscriber
 
sourceOf(String) - enum class中的静态方法 com.alibaba.nacos.common.http.BaseHttpMethod
Value of BaseHttpMethod.
split(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
SPLIT_IP_PORT_RESULT_LENGTH - 类中的静态变量 com.alibaba.nacos.common.utils.InternetAddressUtil
 
splitIpPortStr(String) - 类中的静态方法 com.alibaba.nacos.common.utils.InternetAddressUtil
Split IP and port strings, support IPv4 and IPv6, IP in IPv6 must be enclosed with [].
SSL_CONTEXT_REFRESHER - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for '.sslContextRefresher' configuration property.
start() - 类中的方法 com.alibaba.nacos.common.notify.DefaultPublisher
 
start() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
Start this client.
start() - 类中的方法 com.alibaba.nacos.common.tls.TlsFileWatcher
start file watch task.
STARTING - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
in starting.
startsWith(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Check if a CharSequence starts with a specified prefix.
startsWithIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix.
state(boolean) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
已过时。
as of 4.3.7, in favor of AbstractAssert.state(boolean, String)
state(boolean, String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractAssert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
status() - 类中的方法 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
Worker status.
STRING_TYPE - 类中的静态变量 com.alibaba.nacos.common.constant.ResponseHandlerType
 
StringResponseHandler - com.alibaba.nacos.common.http.client.handler中的类
string response handler, Mainly converter response type as string type.
StringResponseHandler() - 类的构造器 com.alibaba.nacos.common.http.client.handler.StringResponseHandler
 
StringUtils - com.alibaba.nacos.common.utils中的类
string util.
Subscriber<T extends Event> - com.alibaba.nacos.common.notify.listener中的类
An abstract subscriber class for subscriber interface.
Subscriber() - 类的构造器 com.alibaba.nacos.common.notify.listener.Subscriber
 
subscribers - 类中的变量 com.alibaba.nacos.common.notify.DefaultPublisher
 
SubscribeServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming subscribe service trace event.
SubscribeServiceTraceEvent(long, String, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.SubscribeServiceTraceEvent
 
subscribeType() - 类中的方法 com.alibaba.nacos.common.notify.listener.SmartSubscriber
 
subscribeType() - 类中的方法 com.alibaba.nacos.common.notify.listener.Subscriber
Type of this subscriber's subscription.
subscribeTypes() - 类中的方法 com.alibaba.nacos.common.notify.listener.SmartSubscriber
Returns which event type are smart subscriber interested in.
substringBetween(String, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Substring between two index.
success() - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
success(int, T) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
success(String, T) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
success(T) - 类中的静态方法 com.alibaba.nacos.common.model.RestResultUtils
 
switchServerAsync() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
switchServerAsync(RpcClient.ServerInfo, boolean) - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
switchServerAsyncOnRequestFail() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient
 
Symbols - com.alibaba.nacos.common.constant中的类
Symbols.
Symbols() - 类的构造器 com.alibaba.nacos.common.constant.Symbols
 
sync(boolean) - 类中的方法 com.alibaba.nacos.common.cache.builder.CacheBuilder
Set whether the cache method is synchronized.
SYNCED_DISCONNECTED - enum class 中的枚举常量 com.alibaba.nacos.common.trace.DeregisterInstanceReason
Instance synced disconnected.
SynchronizedCache<K,V> - com.alibaba.nacos.common.cache.decorators中的类
A wrapper that thread-safe cache.
SynchronizedCache(Cache<K, V>) - 类的构造器 com.alibaba.nacos.common.cache.decorators.SynchronizedCache
 

T

TAG_V2_LABEL_KEY_VALUE_SPLIT_LENGTH - 类中的静态变量 com.alibaba.nacos.common.utils.ConnLabelsUtils
 
TaskExecuteWorker - com.alibaba.nacos.common.task.engine中的类
Nacos execute task execute worker.
TaskExecuteWorker(String, int, int) - 类的构造器 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
TaskExecuteWorker(String, int, int, Logger) - 类的构造器 com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
tasks - 类中的变量 com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
TCP_SUPER_SENSE - enum class 中的枚举常量 com.alibaba.nacos.common.trace.HealthCheckType
Tcp super sense health check .
TEXT_HTML - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
TEXT_PLAIN - 类中的静态变量 com.alibaba.nacos.common.http.param.MediaType
 
ThreadFactoryBuilder - com.alibaba.nacos.common.utils中的类
build thread factory.
ThreadFactoryBuilder() - 类的构造器 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
 
threadPoolCoreSize() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
threadPoolCoreSize() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get threadPoolCoreSize.
threadPoolKeepAlive() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
threadPoolKeepAlive() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get thread pool keep alive time.
ThreadPoolManager - com.alibaba.nacos.common.executor中的类
// TODO Access Metric.
threadPoolMaxSize() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
threadPoolMaxSize() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get threadPoolMaxSize.
threadPoolQueueSize() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
threadPoolQueueSize() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
get thread pool queue size.
ThreadUtils - com.alibaba.nacos.common.utils中的类
Thread utils.
timeOutMills() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
timeOutMills() - 接口中的方法 com.alibaba.nacos.common.remote.client.RpcClientConfig
get time out mills.
TLS_CERT_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.certChainFile' configuration property.
TLS_CERT_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.certChainFile' configuration property.
TLS_CERT_KEY - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.certPrivateKey' configuration property.
TLS_CERT_KEY - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.certPrivateKey' configuration property.
TLS_CIPHERS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.ciphers' configuration property.
TLS_CIPHERS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.ciphers' configuration property.
TLS_ENABLE - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.enable' configuration property.
TLS_ENABLE - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.enable' configuration property.
TLS_ENABLE - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
TLS_PROTOCOLS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.protocols' configuration property.
TLS_PROTOCOLS - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.protocols' configuration property.
TLS_PROVIDER - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.provider' configuration property.
TLS_PROVIDER - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.provider' configuration property.
TLS_TEST_MODE_ENABLE - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
 
TLS_TRUST_ALL - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.trustAll' configuration property.
TLS_TRUST_ALL - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.trustAll' configuration property.
TLS_TRUST_COLLECTION_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.trustCollectionChainPath' configuration property.
TLS_TRUST_COLLECTION_CHAIN_PATH - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.trustCollectionChainPath' configuration property.
TLS_TRUST_PWD - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ClientSuffix
Suffix for 'tls.certPrivateKeyPassword' configuration property.
TLS_TRUST_PWD - 类中的静态变量 com.alibaba.nacos.common.remote.client.RpcConstants.ServerSuffix
Suffix for 'tls.certPrivateKeyPassword' configuration property.
tlsClientAuthServer - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether verify the server endpoint's certificate strictly.
tlsClientCertPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of client-side X.509 certificate chain in PEM format.
tlsClientKeyPassword - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The password of the client-side private key.
tlsClientKeyPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of client-side private key.
tlsClientTrustCertPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of trusted certificates for verifying the server endpoint's certificate.
tlsConfig() - 类中的方法 com.alibaba.nacos.common.remote.client.grpc.DefaultGrpcClientConfig
 
tlsConfig() - 接口中的方法 com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
getTlsConfig.
TlsConfig - com.alibaba.nacos.common.remote中的类
gRPC config.
TlsConfig() - 类的构造器 com.alibaba.nacos.common.remote.TlsConfig
 
tlsEnable - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether use SSL in client-side.
tlsFileCheckInterval - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
tls file check interval , default is 10 min.
TlsFileWatcher - com.alibaba.nacos.common.tls中的类
Certificate file update monitoring
TlsFileWatcher.FileChangeListener - com.alibaba.nacos.common.tls中的接口
 
TlsHelper - com.alibaba.nacos.common.tls中的类
Utils for build SSLContext.
TlsHelper() - 类的构造器 com.alibaba.nacos.common.tls.TlsHelper
 
tlsServerAuthClient - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether verify the client endpoint's certificate strictly.
tlsServerCertPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of server-side X.509 certificate chain in PEM format.
tlsServerKeyPassword - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The password of the server-side private key.
tlsServerKeyPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of server-side private key.
tlsServerTrustCertPath - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of trusted certificates for verifying the client endpoint's certificate.
TlsSystemConfig - com.alibaba.nacos.common.tls中的类
tls system config.
TlsSystemConfig() - 类的构造器 com.alibaba.nacos.common.tls.TlsSystemConfig
 
tlsTestModeEnable - 类中的静态变量 com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether use test mode when initialize TLS context.
TlsTypeResolve - com.alibaba.nacos.common.utils中的类
gRPC config for sdk.
TlsTypeResolve() - 类的构造器 com.alibaba.nacos.common.utils.TlsTypeResolve
 
toBoolean(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a boolean (optimised for performance).
toBoolean(String, boolean) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to boolean value if parameter value is legal.
toBooleanObject(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a Boolean.
toBytes(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ByteUtils
Object to byte array.
toBytes(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ByteUtils
String to byte array.
toDouble(String, double) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a double, returning a default value if the conversion fails.
toFloat(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a float, returning 0.0f if the conversion fails.
toFloat(String, float) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a float, returning a default value if the conversion fails.
toInetAddr() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.DeregisterInstanceTraceEvent
 
toInetAddr() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.HealthStateChangeTraceEvent
 
toInetAddr() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.RegisterInstanceTraceEvent
 
toInetAddr() - 类中的方法 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
toInt(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
toInt(String) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to an int, returning zero if the conversion fails.
toInt(String, int) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
toInt(String, int) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to an int, returning a default value if the conversion fails.
toJson(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Object to json string.
toJsonBytes(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Object to json string byte array.
tokenizePath(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Tokenize the given path into parts, based on this matcher's settings.
tokenizePattern(String) - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
tokenizeToStringArray(String, String, boolean, boolean) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toList() - 类中的方法 com.alibaba.nacos.common.http.param.Header
Transfer to KV part list.
toLong(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert Object value to long value if parameter value is legal.
toLong(String) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to long value if parameter value is legal.
toLong(String, long) - 类中的静态方法 com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to long value if parameter value is legal.
toLong(String, long) - 类中的静态方法 com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a long, returning a default value if the conversion fails.
toObj(byte[], TypeReference<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], Class<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], Type) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Class<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Type) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Jackson JsonNode.
toObj(String, TypeReference<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, Class<T>) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, Type) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObjectArray(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
TOP_PATH - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
toQueryUrl() - 类中的方法 com.alibaba.nacos.common.http.param.Query
Print query as a http url param string.
toString() - 类中的方法 com.alibaba.nacos.common.http.param.Header
 
toString() - 类中的方法 com.alibaba.nacos.common.http.param.MediaType
 
toString() - 类中的方法 com.alibaba.nacos.common.model.RestResult
 
toString() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.AbstractResource
This implementation returns the description of this resource.
toString() - 类中的方法 com.alibaba.nacos.common.remote.client.RpcClient.ServerInfo
 
toString(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.ByteUtils
Byte array to string.
toString(InputStream, String) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
To string from stream.
toString(Reader) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
To string from reader.
toStringArray(Collection<String>) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Copy the given Collection into a String array.
toUri(String) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toUri(URL) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
TRACE - enum class 中的枚举常量 com.alibaba.nacos.common.http.BaseHttpMethod
trace request.
TRACE - 类中的静态变量 com.alibaba.nacos.common.utils.HttpMethod
 
TRACE - 类中的静态变量 com.alibaba.nacos.common.utils.LoggerUtils
 
TraceEvent - com.alibaba.nacos.common.trace.event中的类
Trace event.
TraceEvent(String, long, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.TraceEvent
 
TraceEventPublisher - com.alibaba.nacos.common.trace.publisher中的类
Event publisher for trace event.
TraceEventPublisher() - 类的构造器 com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
 
TraceEventPublisherFactory - com.alibaba.nacos.common.trace.publisher中的类
event publisher factory for trace event.
transferToJsonNode(Object) - 类中的静态方法 com.alibaba.nacos.common.utils.JacksonUtils
Parse object to Jackson JsonNode.
translateParameterMap(Map<String, String[]>) - 类中的静态方法 com.alibaba.nacos.common.http.HttpUtils
Translate parameter map.
trim(String) - 类中的静态方法 com.alibaba.nacos.common.utils.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
TRUE_SET - 类中的静态变量 com.alibaba.nacos.common.utils.ConvertUtils
 
trustManager(boolean, String) - 类中的静态方法 com.alibaba.nacos.common.tls.SelfTrustManager
Returns the result of calling SelfTrustManager.buildSecureTrustManager(java.lang.String) if needAuth is enable and trustCertPath exists.
tryCompress(String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Try compress by GZIP for string.
tryDecompress(byte[]) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from byte array.
tryDecompress(InputStream) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from stream.
TypeUtils - com.alibaba.nacos.common.utils中的类
type utils.

U

uncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类中的方法 com.alibaba.nacos.common.utils.ThreadFactoryBuilder
set uncaughtExceptionHandler property.
UNHEALTHY - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
unhealthy.
UnsubscribeServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming unsubscribe service trace event.
UnsubscribeServiceTraceEvent(long, String, String, String, String) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.UnsubscribeServiceTraceEvent
 
unwrapOptional(Object) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
Unwrap the given object which is potentially a Optional.
update(Observable) - 接口中的方法 com.alibaba.nacos.common.utils.Observer
This method is called whenever the observed object is changed.
UpdateInstanceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming update instance trace event.
UpdateInstanceTraceEvent(long, String, String, String, String, String, int, Map<String, String>) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.UpdateInstanceTraceEvent
 
UpdateServiceTraceEvent - com.alibaba.nacos.common.trace.event.naming中的类
Naming update service trace event.
UpdateServiceTraceEvent(long, String, String, String, Map<String, String>) - 类的构造器 com.alibaba.nacos.common.trace.event.naming.UpdateServiceTraceEvent
 
URL_PROTOCOL_FILE - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for a file in the file system: "file".
URL_PROTOCOL_JAR - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for an entry from a jar file: "jar".
URL_PROTOCOL_VFS - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs".
URL_PROTOCOL_VFSFILE - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile".
URL_PROTOCOL_VFSZIP - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip".
URL_PROTOCOL_WAR - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for an entry from a war file: "war".
URL_PROTOCOL_WSJAR - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar".
URL_PROTOCOL_ZIP - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL protocol for an entry from a zip file: "zip".
UrlResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for java.net.URL locators.
UrlResource(String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.UrlResource
Create a new UrlResource based on a URL path.
UrlResource(String, String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(String, String, String) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(URI) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.UrlResource
Create a new UrlResource based on the given URI object.
UrlResource(URL) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.UrlResource
Create a new UrlResource based on the given URL object.
useCachesIfNecessary(URLConnection) - 类中的静态方法 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
USER_AGENT_HEADER - 接口中的静态变量 com.alibaba.nacos.common.constant.HttpHeaderConsts
 
UuidUtils - com.alibaba.nacos.common.utils中的类
UUID utils.

V

V19 - 类中的静态变量 com.alibaba.nacos.common.packagescan.classreading.ClassReader
 
valueOf(String) - enum class中的静态方法 com.alibaba.nacos.common.http.BaseHttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - 类中的静态方法 com.alibaba.nacos.common.http.param.MediaType
Parse the given String contentType into a MediaType object.
valueOf(String) - enum class中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.nacos.common.remote.ConnectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.nacos.common.trace.DeregisterInstanceReason
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.alibaba.nacos.common.trace.HealthCheckType
Returns the enum constant of this class with the specified name.
valueOf(String, String) - 类中的静态方法 com.alibaba.nacos.common.http.param.MediaType
Use the given contentType and charset to assemble into a MediaType object.
values() - enum class中的静态方法 com.alibaba.nacos.common.http.BaseHttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.nacos.common.remote.client.RpcClientStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.nacos.common.remote.ConnectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.nacos.common.trace.DeregisterInstanceReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.alibaba.nacos.common.trace.HealthCheckType
Returns an array containing the constants of this enum class, in the order they are declared.
verify(String, SSLSession) - 类中的方法 com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
version - 类中的静态变量 com.alibaba.nacos.common.utils.VersionUtils
 
VERSION_PLACEHOLDER - 类中的静态变量 com.alibaba.nacos.common.utils.VersionUtils
current version.
VersionUtils - com.alibaba.nacos.common.utils中的类
Version utils.
VfsResource - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications JBoss VFS based Resource implementation.
VfsResource(Object) - 类的构造器 com.alibaba.nacos.common.packagescan.resource.VfsResource
Create a new VfsResource wrapping the given resource handle.
VfsUtils - com.alibaba.nacos.common.packagescan.resource中的类
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Utility for detecting and accessing JBoss VFS in the classpath.
VfsUtils() - 类的构造器 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
VIRTUAL_FILE_METHOD_VISIT - 类中的静态变量 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 
VIRTUAL_FILE_VISITOR_INTERFACE - 类中的静态变量 com.alibaba.nacos.common.packagescan.resource.VfsUtils
 

W

WAIT_INIT - enum class 中的枚举常量 com.alibaba.nacos.common.remote.client.RpcClientStatus
wait to init.
WAR_URL_PREFIX - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
URL prefix for loading from a war file on Tomcat: "war:".
WAR_URL_SEPARATOR - 类中的静态变量 com.alibaba.nacos.common.packagescan.util.ResourceUtils
Special separator between WAR URL and jar part on Tomcat.
WARN - 类中的静态变量 com.alibaba.nacos.common.utils.LoggerUtils
 
WINDOWS_FOLDER_SEPARATOR - 类中的静态变量 com.alibaba.nacos.common.utils.StringUtils
 
WindowsEncoder - com.alibaba.nacos.common.pathencoder.impl中的类
Encode path if illegal char reach in Windows.
WindowsEncoder() - 类的构造器 com.alibaba.nacos.common.pathencoder.impl.WindowsEncoder
 
with(A, B) - 类中的静态方法 com.alibaba.nacos.common.utils.Pair
 
withCode(int) - 类中的方法 com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
withData(T) - 类中的方法 com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
withMsg(String) - 类中的方法 com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
workersStatus() - 类中的方法 com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
Get workers status.
writableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileSystemResource
This implementation opens a FileChannel for the underlying file.
writableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.FileUrlResource
 
writableChannel() - 类中的方法 com.alibaba.nacos.common.packagescan.resource.PathResource
This implementation opens a Channel for the underlying file.
writableChannel() - 接口中的方法 com.alibaba.nacos.common.packagescan.resource.WritableResource
WritableResource - com.alibaba.nacos.common.packagescan.resource中的接口
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that supports writing to it.
writeStringToFile(File, String, String) - 类中的静态方法 com.alibaba.nacos.common.utils.IoUtils
Write string to a file.

Y

YYMMDD - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYY - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMM - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDD - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDHHMMSS - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDHHMMSSNOMARK - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDSLASH - 类中的静态变量 com.alibaba.nacos.common.utils.DateFormatUtils
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格