- 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
-
- caseInsensitiveValueOf(E[], String) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
-
- 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*:"
This differs from ResourceLoader's classpath URL prefix in that it
retrieves all matching resources for a given name (e.g.
- 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, ClassLoader) - 类 的构造器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, Class<?>) - 类 的构造器com.alibaba.nacos.common.packagescan.resource.ClassPathResource
-
- 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
-
- ClassReader(byte[], int, int) - 类 的构造器com.alibaba.nacos.common.packagescan.classreading.ClassReader
-
- ClassReader(InputStream) - 类 的构造器com.alibaba.nacos.common.packagescan.classreading.ClassReader
-
- ClassReader(String) - 类 的构造器com.alibaba.nacos.common.packagescan.classreading.ClassReader
-
- 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_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(HttpURLConnection) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Close http connection quietly.
- closeQuietly(Closeable) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Close closable object quietly.
- closeQuietly(Closeable...) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
- 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
-
- 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中的类
-
- ConcurrentHashSet() - 类 的构造器com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- CONNECTED - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
-
- CONNECTION - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
-
- Connection - com.alibaba.nacos.common.remote.client中的类
-
connection on client side.
- Connection(RpcClient.ServerInfo) - 类 的构造器com.alibaba.nacos.common.remote.client.Connection
-
- ConnectionAlreadyClosedException - com.alibaba.nacos.common.remote.exception中的异常错误
-
connection already closed exception.
- ConnectionAlreadyClosedException(String) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
-
- ConnectionAlreadyClosedException() - 异常错误 的构造器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中的枚举
-
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(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.
- contains(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- contains(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
-
Checks if CharSequence contains a search CharSequence.
- 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_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
javax.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, RequestMeta) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
-
convert request to payload.
- convert(Request) - 类 中的静态方法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(Reader, Writer) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Copy data.
- copy(InputStream, OutputStream) - 类 中的静态方法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, 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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) - 枚举 中的方法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(URLConnection) - 类 中的方法com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
-
- customizeConnection(HttpURLConnection) - 类 中的方法com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
-
- customizeFactory(ThreadFactory) - 类 中的方法com.alibaba.nacos.common.utils.ThreadFactoryBuilder
-
set customizeFactory property.
- 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, 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.
- decode(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中的类
-
- DefaultAsyncHttpClientRequest(CloseableHttpAsyncClient, DefaultConnectingIOReactor, RequestConfig) - 类 的构造器com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
-
- DefaultClientHttpResponse - com.alibaba.nacos.common.http.client.response中的类
-
- DefaultClientHttpResponse(HttpResponse) - 类 的构造器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(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,
responseType can be an RestResult or RestResult data
T type
callback Result callback execution,
if you need response headers, you can convert the received RestResult to HttpRestResult.
- 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(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, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
-
http delete URL request params are expanded using the given query
Query.
- DELETE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
-
- delete(File) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Delete file or dir.
- 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
-
- 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中的枚举
-
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.
- disableCurrentNodeAbility(AbilityKey) - 类 中的方法com.alibaba.nacos.common.ability.AbstractAbilityControlManager
-
Turn off the ability whose key is abilityKey
AbilityKey.
- DISCONNECTED - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
-
- doesNotContain(String, String, Supplier<String>) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
Assert that the given text does not contain the given substring.
- doesNotContain(String, String) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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
-
- 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 abilityKey.
- 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.
- encode(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(Map<String, String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
-
Encoding parameters to url string.
- encodingParams(List<String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
-
Encoding KV list 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, 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
-
- 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
-
- 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.
- generateUuid() - 类 中的静态方法com.alibaba.nacos.common.utils.UuidUtils
-
- genNextServer() - 接口 中的方法com.alibaba.nacos.common.remote.client.ServerListFactory
-
switch to a new server and get it.
- get(K) - 接口 中的方法com.alibaba.nacos.common.cache.Cache
-
Take the corresponding value from the cache according to the cache key.
- 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) - 类 中的方法com.alibaba.nacos.common.cache.decorators.AutoExpireCache
-
- get(K, Callable<? extends V>) - 类 中的方法com.alibaba.nacos.common.cache.decorators.AutoExpireCache
-
- get(K) - 类 中的方法com.alibaba.nacos.common.cache.decorators.LruCache
-
- get(K, Callable<? extends V>) - 类 中的方法com.alibaba.nacos.common.cache.decorators.LruCache
-
- get(K) - 类 中的方法com.alibaba.nacos.common.cache.decorators.SynchronizedCache
-
- get(K, Callable<? extends V>) - 类 中的方法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.impl.SimpleCache
-
- 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(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, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
-
http get URL request params are expanded using the given query
Query.
- 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 - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
-
- 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) - 枚举 中的静态方法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.
- 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
-
- 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
-
- 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
-
- 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(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() - 类 中的方法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(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.
- 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.
- 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
-
- 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(Class<T>) - 类 中的静态方法com.alibaba.nacos.common.ability.discover.NacosAbilityManagerHolder
-
.
- 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.RpcClientTlsConfigFactory
-
- getInstance() - 类 中的静态方法com.alibaba.nacos.common.tls.TlsFileWatcher
-
- getInstance() - 类 中的静态方法com.alibaba.nacos.common.trace.publisher.TraceEventPublisherFactory
-
- 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(Properties) - 类 中的方法com.alibaba.nacos.common.labels.impl.DefaultLabelsCollectorManager
-
- getLabels(Properties) - 接口 中的方法com.alibaba.nacos.common.labels.LabelsCollectorManager
-
refresh all labels.
- getLabels() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
-
Getter method for property labels.
- 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.
- 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.
- 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.
- 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
-
- getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
-
- getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
-
- 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(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
- getNacosAsyncRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
- getNacosRestTemplate(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
- getNacosRestTemplate(HttpClientFactory) - 类 中的静态方法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() - 枚举 中的方法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.
- 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() - 枚举 中的方法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
-
- 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(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.
- getResourceAsFile(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a File object.
- getResourceAsProperties(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a Properties object.
- getResourceAsProperties(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a Properties object.
- getResourceAsReader(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a Reader object.
- getResourceAsReader(ClassLoader, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a Reader object.
- getResourceAsStream(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns a resource on the classpath as a Stream object.
- getResourceAsStream(ClassLoader, 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(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
-
Returns the URL of the resource on the classpath.
- getResourceUrl(ClassLoader, 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
-
- 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
-
- getTrustAll() - 类 中的方法com.alibaba.nacos.common.remote.TlsConfig
-
- getTrustCollectionCertFile() - 类 中的方法com.alibaba.nacos.common.remote.TlsConfig
-
- getType() - 类 中的方法com.alibaba.nacos.common.http.param.MediaType
-
- getType() - 枚举 中的方法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
-
- 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.
- groupPatternString - 类 中的变量com.alibaba.nacos.common.paramcheck.ParamCheckRule
-
- 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(String) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcClient
-
constructor.
- 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, 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中的接口
-
GrpcCleint config.
- GrpcClusterClient - com.alibaba.nacos.common.remote.client.grpc中的类
-
gRPC client for cluster.
- GrpcClusterClient(String) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
-
Empty constructor.
- GrpcClusterClient(GrpcClientConfig) - 类 的构造器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中的注释类型
-
- 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(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
-
- GrpcSdkClient(GrpcClientConfig) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcSdkClient
-
constructor.
- 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
-
- 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(String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
-
- 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() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
-
- init() - 类 中的静态方法com.alibaba.nacos.common.remote.PayloadRegistry
-
- init(Class<? extends Event>, int) - 类 中的方法com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
-
- initCurrentNodeAbilities() - 类 中的方法com.alibaba.nacos.common.ability.AbstractAbilityControlManager
-
.
- initializeCapacity(int) - 类 中的方法com.alibaba.nacos.common.cache.builder.CacheBuilder
-
Set the initial capacity of the cache pair.
- 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(HttpRequestBase, Object, Header) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
-
Init http entity.
- initRequestFromEntity(HttpRequestBase, Map<String, String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
-
Init request from entity map.
- initRequestHeader(HttpRequestBase, 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<?>, 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.
- isAssignable(Class<?>, Class<?>) - 类 中的静态方法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
-
.
- 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(Object[]) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractObjectUtils
-
Determine whether the given object is empty.
- 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(Object[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ArrayUtils
-
Checks if an array of Objects is empty or null.
- isEmpty(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
-
- isEmpty(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
-
Null-safe check if the specified collection is empty.
- isEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
-
Null-safe check if the specified Dictionary is empty.
- isEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
-
Null-safe check if the specified Dictionary is empty.
- isEmpty(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
-
Checks if a str is empty ("") or null.
- 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.
- isFile() - 类 中的方法com.alibaba.nacos.common.packagescan.resource.AbstractFileResolvingResource
-
- 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.
- 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
-
- 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, 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.
- isInstanceOf(Class<?>, Object) - 类 中的静态方法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".
- isListEqual(List<String>, List<String>) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
-
check list is equal.
- 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.
- isNoneBlank(CharSequence...) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
-
Checks if none of the CharSequences are blank ("") or null and whitespace only..
- 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(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
-
Null-safe check if the specified collection is not empty.
- isNotEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
-
Null-safe check if the specified Dictionary is not empty.
- isNotEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
-
Null-safe check if the specified Dictionary is not empty.
- isNotEmpty(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
-
Checks if a str is not empty ("") or not null.
- 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.
- isNull(Object) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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
-
- 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
-
- 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, 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.
- isTrue(boolean) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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
-
- iterator() - 类 中的方法com.alibaba.nacos.common.http.param.Header
-
- iterator() - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- 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中的类
-
- 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, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
-
- NacosDelayTaskExecuteEngine(String, int, Logger, long) - 类 的构造器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,默认值为 "".
- 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
-
- 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(String, int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
-
Create a new custom executor service and register to manager.
- newCustomerThreadExecutor(int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
- newEvent() - 类 中的静态方法com.alibaba.nacos.common.event.ServerConfigChangeEvent
-
- 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.
- newFixedExecutorService(int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
- newFixedExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
- newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Header
-
- newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Query
-
- 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.
- newScheduledExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
- newServiceInstances(Class<T>) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
-
New service instances.
- 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() - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
- 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[], 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(Object[]) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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[], 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(Object[]) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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(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<?>) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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.
- notEmpty(Map<?, ?>) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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, 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.
- notNull(Object) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- NotThreadSafe - com.alibaba.nacos.common中的注释类型
-
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(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.
- 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.
- 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.
- 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.
- NumberUtils - com.alibaba.nacos.common.utils中的类
-
Number utils.
- 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 - 类 中的静态变量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中的类
-
- 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(Path) - 类 的构造器com.alibaba.nacos.common.packagescan.resource.PathResource
-
Create a new PathResource from a Path handle.
- 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.
- 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, 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(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 - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
-
- 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, 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, 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, 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, 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'.
- 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, 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, 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, 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'.
- 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 "public" and "null" as an empty string.
- 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(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(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(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 - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
-
- 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, 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, 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, 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, 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'.
- 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, 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, 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, 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, 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'.
- 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
-
- 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
-
- 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
-
- readLines(Reader) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Read lines.
- readLong(int) - 类 中的方法com.alibaba.nacos.common.packagescan.classreading.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
-
- readUnsignedShort(int) - 类 中的方法com.alibaba.nacos.common.packagescan.classreading.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>, EventPublisherFactory, int) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
-
Register publisher with specified factory.
- registerToPublisher(Class<? extends Event>, EventPublisher) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
-
Register publisher.
- 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(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
-
- remove(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- 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
-
- removeSubscriber(Subscriber) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
-
- removeSubscriber(Subscriber, Class<? extends Event>) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
-
- removeSubscriber(Subscriber) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
-
Remove listener.
- removeSubscriber(Subscriber, Class<? extends Event>) - 接口 中的方法com.alibaba.nacos.common.notify.ShardedEventPublisher
-
Remove listener for default share publisher.
- removeSubscriber(Subscriber) - 类 中的方法com.alibaba.nacos.common.trace.publisher.TraceEventPublisher
-
- 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, long) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
-
- request(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
-
send request.
- request(Request, long) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
-
send 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(Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
-
- RequestHttpEntity(Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
-
- RequestHttpEntity(Header, Query, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
-
- RequestHttpEntity(HttpClientConfig, Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
-
- RequestHttpEntity(HttpClientConfig, Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
-
- RequestHttpEntity(HttpClientConfig, Header, Query, 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.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).
- resourceLoader - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
-
- 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.packagescan.util.ResourceUtils
-
- ResourceUtils - com.alibaba.nacos.common.utils中的类
-
resource util.
- 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.ResResultBuilder<T> - com.alibaba.nacos.common.model中的类
-
- RESTRESULT_TYPE - 类 中的静态变量com.alibaba.nacos.common.constant.ResponseHandlerType
-
- 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
-
- 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.
- 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中的枚举
-
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.
- 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中的注释类型
-
- 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
-
- 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
-
- 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
-
- setExpireNanos(long) - 类 中的方法com.alibaba.nacos.common.cache.builder.CacheItemProperties
-
- setGroup(String) - 类 中的方法com.alibaba.nacos.common.paramcheck.ParamInfo
-
- 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
-
- 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.
- 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
-
- 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(String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
Shutdown http client holder and close remove template.
- 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
-
- 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(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
-
Gets the size of the collection/iterator specified.
- size() - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- 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) - 枚举 中的静态方法com.alibaba.nacos.common.http.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.
- 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, 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.
- state(boolean) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.AbstractAssert
-
- 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(T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
-
- success(String, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
-
- success(int, 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.
- 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
-
- 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
-
- 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
Considering that the current client needs to support jdk 1.6 and module dependencies ,
the WatchFileCenter in the core module is not used
- TlsFileWatcher.FileChangeListener - com.alibaba.nacos.common.tls中的接口
-
- TlsHelper - com.alibaba.nacos.common.tls中的类
-
- 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, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
-
Convert String value to boolean value if parameter value is legal.
- toBoolean(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
-
Converts a String to a boolean (optimised for performance).
- toBooleanObject(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
-
Converts a String to a Boolean.
- toBytes(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
-
String to byte array.
- toBytes(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
-
Object 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, int) - 类 中的静态方法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.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
-
- 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[], 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(byte[], 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.
- toObj(String, TypeReference<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.
- 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
-
- toUri(URL) - 类 中的静态方法com.alibaba.nacos.common.packagescan.util.ResourceUtils
-
Create a URI instance for the given URL,
replacing spaces with "%20" URI encoding first.
- 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.
- 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
-
- tryCompress(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Try compress by GZIP for string.
- tryDecompress(InputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Try decompress by GZIP from stream.
- tryDecompress(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
-
Try decompress by GZIP from byte array.
- TypeUtils - com.alibaba.nacos.common.utils中的类
-
type utils.