A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
所有类 所有程序包

A

abandon - 类 中的变量com.alibaba.nacos.common.remote.client.Connection
 
AbstractApacheHttpClientFactory - com.alibaba.nacos.common.http中的类
apache http client factory implements.
AbstractApacheHttpClientFactory() - 类 的构造器com.alibaba.nacos.common.http.AbstractApacheHttpClientFactory
 
AbstractDelayTask - com.alibaba.nacos.common.task中的类
Abstract task which can delay and merge.
AbstractDelayTask() - 类 的构造器com.alibaba.nacos.common.task.AbstractDelayTask
 
AbstractExecuteTask - com.alibaba.nacos.common.task中的类
Abstract task which should be executed immediately.
AbstractExecuteTask() - 类 的构造器com.alibaba.nacos.common.task.AbstractExecuteTask
 
AbstractHttpClientFactory - com.alibaba.nacos.common.http中的类
AbstractHttpClientFactory Let the creator only specify the http client config.
AbstractHttpClientFactory() - 类 的构造器com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
AbstractNacosRestTemplate - com.alibaba.nacos.common.http.client中的类
For NacosRestTemplate and NacosAsyncRestTemplate, provide initialization and register of response converter.
AbstractNacosRestTemplate(Logger) - 类 的构造器com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
AbstractNacosTaskExecuteEngine<T extends NacosTask> - com.alibaba.nacos.common.task.engine中的类
Abstract nacos task execute engine.
AbstractNacosTaskExecuteEngine(Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
Abstract response handler.
AbstractResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
accept(T, U) - 接口 中的方法com.alibaba.nacos.common.utils.BiConsumer
Performs this operation on the given arguments.
ACCEPT_CHARSET - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
ACCEPT_ENCODING - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
add(E) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
addAll(List<String>) - 类 中的方法com.alibaba.nacos.common.http.param.Header
Add all KV list to header.
addAll(Map<String, String>) - 类 中的方法com.alibaba.nacos.common.http.param.Header
Add all parameters to header.
addFileChangeListener(TlsFileWatcher.FileChangeListener, String...) - 类 中的方法com.alibaba.nacos.common.tls.TlsFileWatcher
Add file change listener for specified path.
addObserver(Observer) - 类 中的方法com.alibaba.nacos.common.utils.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOriginalResponseHeader(String, List<String>) - 类 中的方法com.alibaba.nacos.common.http.param.Header
set original format response header.
addParam(String, Object) - 类 中的方法com.alibaba.nacos.common.http.param.Query
Add query parameter.
addParam(String, String) - 类 中的方法com.alibaba.nacos.common.http.param.Header
Add the key and value to the header.
addProcessor(Object, NacosTaskProcessor) - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
addProcessor(Object, NacosTaskProcessor) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Add task processor NacosTaskProcessor for execute engine.
addShutdownHook(Runnable) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
 
addSubscriber(Subscriber) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
addSubscriber(Subscriber) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
Add listener.
addSubscriber(Subscriber, Class<? extends Event>) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
 
addSubscriber(Subscriber, Class<? extends Event>) - 接口 中的方法com.alibaba.nacos.common.notify.ShardedEventPublisher
Add listener for default share publisher.
addSubscriber(Subscriber, Class<? extends Event>, EventPublisherFactory) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Add a subscriber to publisher.
addTask(Object, AbstractDelayTask) - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
addTask(Object, AbstractExecuteTask) - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
addTask(Object, T) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Add task into execute pool.
ALREADY_SHUTDOWN - 类 中的静态变量com.alibaba.nacos.common.http.HttpClientBeanHolder
 
analysisCharset(String) - 类 中的方法com.alibaba.nacos.common.http.param.Header
 
APPLICATION_ATOM_XML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_FORM_URLENCODED - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_JSON - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_OCTET_STREAM - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_SVG_XML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_XHTML_XML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
APPLICATION_XML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
apply(Class<? extends Event>, Integer) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisherFactory
Build an new EventPublisher.
apply(T, U) - 接口 中的方法com.alibaba.nacos.common.utils.BiFunction
Applies this function to the two given arguments.
ArrayUtils - com.alibaba.nacos.common.utils中的类
Array utils.
ArrayUtils() - 类 的构造器com.alibaba.nacos.common.utils.ArrayUtils
 
assignLogger() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
assign Logger.
assignLogger() - 类 中的方法com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
asyncClient - 类 中的变量com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
AsyncHttpClientRequest - com.alibaba.nacos.common.http.client.request中的接口
Represents a client-side Async HTTP request.
asyncRequest(Request, RequestCallBack) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
asyncRequest(Request, RequestCallBack) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
send async request.

B

Base64 - com.alibaba.nacos.common.codec中的类
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - 类 的构造器com.alibaba.nacos.common.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - 类 的构造器com.alibaba.nacos.common.codec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
BaseHttpMethod - com.alibaba.nacos.common.http中的枚举
Base http method.
BaseHttpMethod(String) - 枚举 的构造器com.alibaba.nacos.common.http.BaseHttpMethod
 
BaseHttpMethod.HttpDeleteWithEntity - com.alibaba.nacos.common.http中的类
delete Large implemented.
BaseHttpMethod.HttpGetWithEntity - com.alibaba.nacos.common.http中的类
get Large implemented.
BeanResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
bean response handler, Mainly converter response type as bean type.
BeanResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.client.handler.BeanResponseHandler
 
BiConsumer<T,​U> - com.alibaba.nacos.common.utils中的接口
Represents an operation that accepts two input arguments and returns no result.
BiFunction<T,​U,​R> - com.alibaba.nacos.common.utils中的接口
Represents a function that accepts two arguments and produces a result.
bindRequestStream(BiRequestStreamGrpc.BiRequestStreamStub, GrpcConnection) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
BITS_PER_ENCODED_BYTE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
BASE32 characters are 6 bits in length.
bitWorkArea - 类 中的变量com.alibaba.nacos.common.codec.Base64
Place holder for the bytes we're dealing with for our based logic.
body - 类 中的变量com.alibaba.nacos.common.model.RequestHttpEntity
 
body - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
 
buffer - 类 中的变量com.alibaba.nacos.common.codec.Base64
Buffer for streaming.
build() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
build http client config.
build() - 类 中的方法com.alibaba.nacos.common.http.param.Header
 
build() - 类 中的方法com.alibaba.nacos.common.model.RestResult.ResResultBuilder
Build result.
build(URI, String, RequestHttpEntity) - 类 中的静态方法com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
builder() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientConfig
 
builder() - 类 中的静态方法com.alibaba.nacos.common.model.RestResult
 
buildHttpClientConfig() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
build http client config.
buildHttpClientConfig() - 类 中的方法com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
buildResult(IResultCode, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
buildSecureTrustManager(String) - 类 中的静态方法com.alibaba.nacos.common.tls.SelfTrustManager
 
buildSslContext(boolean) - 类 中的静态方法com.alibaba.nacos.common.tls.TlsHelper
Returns a SSLContexts.
buildUri(String, Query) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
build URI By url and query.
buildUrl(boolean, String, String...) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Build URL.
BYTES_PER_ENCODED_BLOCK - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
 
BYTES_PER_UNENCODED_BLOCK - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
 
ByteUtils - com.alibaba.nacos.common.utils中的类
ByteUtils.
ByteUtils() - 类 的构造器com.alibaba.nacos.common.utils.ByteUtils
 

C

cacheServiceClass(Class<T>, T) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
 
Callback<T> - com.alibaba.nacos.common.http中的接口
Http callback.
changed - 类 中的变量com.alibaba.nacos.common.utils.Observable
 
channel - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
grpc channel.
charset - 类 中的变量com.alibaba.nacos.common.http.param.MediaType
content type charset.
CHECK_INTERVAL - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CHECK_OK - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
checkInterval - 类 中的变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
checkIPs(String...) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
Check ips.
checkIsStart() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
checkOK(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
Check whether checkIPs result is "ok".
checkParameterizeMethodParameter(Class<?>, Type...) - 类 中的静态方法com.alibaba.nacos.common.utils.TypeUtils
Check parameterize method parameter.
checkParameters(long, long) - 类 中的静态方法com.alibaba.nacos.common.utils.RandomUtils
Check input parameters.
CHUNK_SEPARATOR - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
Chunk separator per RFC 2045 section 2.1.
chunkSeparatorLength - 类 中的变量com.alibaba.nacos.common.codec.Base64
Size of chunk separator.
CLASSPATH_PREFIX - 类 中的静态变量com.alibaba.nacos.common.utils.ResourceUtils
 
ClassUtils - com.alibaba.nacos.common.utils中的类
Utils for Class.
ClassUtils() - 类 的构造器com.alibaba.nacos.common.utils.ClassUtils
 
clazz - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
clazz - 异常错误 中的变量com.alibaba.nacos.common.spi.ServiceLoaderException
 
cleanDirectory(File) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
清理目录下的内容.
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.
client - 类 中的变量com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
CLIENT_AUTH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_CERTPATH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_KEYPASSWORD - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_KEYPATH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_MAP - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClientFactory
 
CLIENT_TRUST_CERT - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_VERSION_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
clientAbilities - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
clientAbilities(ClientAbilities) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
init client abilities.
clientEventExecutor - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
clientRequest - 类 中的变量com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
 
clientVersion - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
 
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.
closeConnection(Connection) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
closed - 类 中的变量com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
CLOSED - 类 中的静态变量com.alibaba.nacos.common.executor.ThreadPoolManager
 
CLOSED - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
closeQuietly(Closeable) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Close closable object quietly.
closeQuietly(InputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
 
closeQuietly(OutputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
 
closeQuietly(HttpURLConnection) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Close http connection quietly.
code - 类 中的变量com.alibaba.nacos.common.model.RestResult
 
code - 类 中的变量com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
CollectionUtils - com.alibaba.nacos.common.utils中的类
Copy from org.apache.commons.collections.
CollectionUtils() - 类 的构造器com.alibaba.nacos.common.utils.CollectionUtils
 
com.alibaba.nacos.common - 程序包 com.alibaba.nacos.common
 
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.handler - 程序包 com.alibaba.nacos.common.http.handler
 
com.alibaba.nacos.common.http.param - 程序包 com.alibaba.nacos.common.http.param
 
com.alibaba.nacos.common.lifecycle - 程序包 com.alibaba.nacos.common.lifecycle
 
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.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.utils - 程序包 com.alibaba.nacos.common.utils
 
COMMA - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 
compareVersion(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.VersionUtils
compare two version who is latest.
computeIfAbsent(Map<K, V>, K, BiFunction<C, T, V>, C, T) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
ComputeIfAbsent lazy load.
ConcurrentHashSet<E> - com.alibaba.nacos.common.utils中的类
Concurrent Hash Set implement by ConcurrentHashMap.
ConcurrentHashSet() - 类 的构造器com.alibaba.nacos.common.utils.ConcurrentHashSet
 
conn - 类 中的变量com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
CONNECTED - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
Connection - com.alibaba.nacos.common.remote.client中的类
connection on client side.
Connection(RpcClient.ServerInfo) - 类 的构造器com.alibaba.nacos.common.remote.client.Connection
 
CONNECTION - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONNECTION_ALREADY_CLOSED - 异常错误 中的静态变量com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
CONNECTION_BUSY - 异常错误 中的静态变量com.alibaba.nacos.common.remote.exception.ConnectionBusyException
 
ConnectionAlreadyClosedException - com.alibaba.nacos.common.remote.exception中的异常错误
connection already closed exception.
ConnectionAlreadyClosedException() - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionAlreadyClosedException(String) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionAlreadyClosedException(Throwable) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionAlreadyClosedException
 
ConnectionBusyException - com.alibaba.nacos.common.remote.exception中的异常错误
connection is busy exception.
ConnectionBusyException(String) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionBusyException
 
ConnectionBusyException(Throwable) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.ConnectionBusyException
 
ConnectionEvent(int) - 类 的构造器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.
connectionId - 类 中的变量com.alibaba.nacos.common.remote.client.Connection
 
connectionRequestTimeout - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
connectionRequestTimeout.
connectionRequestTimeout - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
ConnectionType - com.alibaba.nacos.common.remote中的枚举
ConnectionType.
ConnectionType(String, String) - 枚举 的构造器com.alibaba.nacos.common.remote.ConnectionType
 
ConnectResetRequestHandler() - 类 的构造器com.alibaba.nacos.common.remote.client.RpcClient.ConnectResetRequestHandler
 
connectToServer(RpcClient.ServerInfo) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
connectToServer(RpcClient.ServerInfo) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
connect to server.
connTimeToLive - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
connTimeToLive.
connTimeToLive - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
connTimeToLiveTimeUnit - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
connTimeToLiveTimeUnit.
connTimeToLiveTimeUnit - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
constructJavaType(Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
construct java type -> Jackson Java Type.
contains(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Checks if CharSequence contains a search CharSequence.
contains(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
contains(Object[], Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ArrayUtils
Checks if the object is in the given array.
contains(Collection<T>, T) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Whether contain item in collection.
containsAlphabetOrPad(byte[]) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
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_ENCODING - 类 中的静态变量com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
CONTENT_LENGTH - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_LENGTH - 类 中的静态变量com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
CONTENT_TYPE - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
contentCompressionEnabled - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
is HTTP compression enabled.
contentCompressionEnabled - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
CONTEXT_PATH_MATCH - 类 中的静态变量com.alibaba.nacos.common.http.HttpUtils
 
conTimeOutMillis - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
connect time out.
conTimeOutMillis - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
convert(Request) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert request to payload.
convert(Request, RequestMeta) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert request to payload.
convert(Response) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
convert response to payload.
convert(RestResult<T>) - 类 中的静态方法com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler
 
convert(InputStream, Type) - 类 中的静态方法com.alibaba.nacos.common.http.handler.ResponseHandler
 
convert(String, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.http.handler.ResponseHandler
 
convert(String, Type) - 类 中的静态方法com.alibaba.nacos.common.http.handler.ResponseHandler
 
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.
ConvertUtils() - 类 的构造器com.alibaba.nacos.common.utils.ConvertUtils
 
copy(InputStream, OutputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Copy data.
copy(Reader, Writer) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Copy data.
copyFile(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Copy File.
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.
createClusterClient(String, ConnectionType, Map<String, String>) - 类 中的静态方法com.alibaba.nacos.common.remote.client.RpcClientFactory
create a rpc client.
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.
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(String, int) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
create a new channel with specific server address.
createRequest(String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
 
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.
currentLinePos - 类 中的变量com.alibaba.nacos.common.codec.Base64
Variable tracks how many characters have been written to the current line.
currentRpcServer() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 

D

data - 类 中的变量com.alibaba.nacos.common.model.RestResult
 
data - 类 中的变量com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
DateFormatUtils - com.alibaba.nacos.common.utils中的类
Date and time formatting utilities.
DateFormatUtils() - 类 的构造器com.alibaba.nacos.common.utils.DateFormatUtils
 
DD - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
DEBUG - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
decode(byte[]) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Decodes a byte[] containing characters in the Base-N alphabet.
decode(byte[], int, int) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Decodes all of the provided data, starting at inPos, for inAvail bytes.
decode(String, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
 
DECODE_TABLE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
This array is a lookup table that translates Unicode characters drawn from the "Base64 Alphabet" (as specified in Table 1 of RFC 2045) into their 6-bit positive integer equivalents.
decodeBase64(byte[]) - 类 中的静态方法com.alibaba.nacos.common.codec.Base64
Decodes Base64 data into octets.
decodeSize - 类 中的变量com.alibaba.nacos.common.codec.Base64
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
decodeTable - 类 中的变量com.alibaba.nacos.common.codec.Base64
Only one decode table currently; keep for consistency with Base32 code.
DEFAULT_BEAN_TYPE - 类 中的静态变量com.alibaba.nacos.common.constant.ResponseHandlerType
 
DEFAULT_BUFFER_RESIZE_FACTOR - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
Defines the default buffer size - currently 8192 - must be large enough for at least one encoded block+separator.
DEFAULT_CHARSET - 类 中的静态变量com.alibaba.nacos.common.http.param.Header
 
DEFAULT_ENC - 类 中的静态变量com.alibaba.nacos.common.http.param.Query
 
DEFAULT_ENCODING - 类 中的静态变量com.alibaba.nacos.common.http.param.Header
 
DEFAULT_KEEP_ALIVE_TIME - 类 中的静态变量com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
DEFAULT_MAX_INBOUND_MESSAGE_SIZE - 类 中的静态变量com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
DEFAULT_NAMESPACE - 类 中的静态变量com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
DEFAULT_PUBLISHER_FACTORY - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
DEFAULT_TIMEOUT_MILLS - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient
 
DefaultAsyncHttpClientRequest - com.alibaba.nacos.common.http.client.request中的类
AsyncHttpClientRequest implementation that uses apache async http client to execute streaming requests.
DefaultAsyncHttpClientRequest(CloseableHttpAsyncClient) - 类 的构造器com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
DefaultClientHttpResponse - com.alibaba.nacos.common.http.client.response中的类
ApacheClientHttpResponse implementation HttpClientResponse.
DefaultClientHttpResponse(HttpResponse) - 类 的构造器com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
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) - 类 的构造器com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
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.
DefaultPublisher - com.alibaba.nacos.common.notify中的类
The default event publisher implementation.
DefaultPublisher() - 类 的构造器com.alibaba.nacos.common.notify.DefaultPublisher
 
DefaultSharePublisher - com.alibaba.nacos.common.notify中的类
The default share event publisher implementation for slow event.
DefaultSharePublisher() - 类 的构造器com.alibaba.nacos.common.notify.DefaultSharePublisher
 
defaultTaskProcessor - 类 中的变量com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
delete(File) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Delete file or dir.
delete(String, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, Header, Query, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete URL request params are expanded using the given query Query,
delete(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete large request, when the parameter exceeds the URL limit, you can use this method to put the parameter into the body pass.
DELETE - com.alibaba.nacos.common.http.BaseHttpMethod
delete request.
DELETE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
DELETE_LARGE - com.alibaba.nacos.common.http.BaseHttpMethod
delete Large request.
DELETE_LARGE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a DELETE request, Mainly used for DELETE request parameters are relatively large, can not be placed on the URL, so it needs to be placed in the body.
deleteObserver(Observer) - 类 中的方法com.alibaba.nacos.common.utils.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - 类 中的方法com.alibaba.nacos.common.utils.Observable
Clears the observer list so that this object no longer has any observers.
deleteWhitespace(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
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.
deregisterPublisher(Class<? extends Event>) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Deregister publisher.
deregisterSubscriber(Subscriber) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Deregister subscriber.
desc - 枚举 中的变量com.alibaba.nacos.common.remote.client.RpcClientStatus
 
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.
DIGITS_LOWER - 类 中的静态变量com.alibaba.nacos.common.utils.MD5Utils
 
DISCONNECTED - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
DOMAIN_PATTERN - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
DOT - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 
DOUBLE_COLON - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
DOUBLE_COLON_FFFF - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 

E

EMPTY - 类 中的静态变量com.alibaba.nacos.common.http.param.Header
 
EMPTY - 类 中的静态变量com.alibaba.nacos.common.http.param.Query
 
EMPTY - 类 中的静态变量com.alibaba.nacos.common.utils.ByteUtils
 
EMPTY - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 
encode(byte[]) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[], int, int) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Encodes all of the provided data, starting at inPos, for inAvail bytes.
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.
encodedBlockSize - 类 中的变量com.alibaba.nacos.common.codec.Base64
Number of bytes in each full block of encoded data, e.g. 3 for Base64 and 8 for Base32
encodeHexString(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.MD5Utils
Convert a byte array into a visible string.
encodeSize - 类 中的变量com.alibaba.nacos.common.codec.Base64
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
encodeTable - 类 中的变量com.alibaba.nacos.common.codec.Base64
Encode table to use: either STANDARD or URL_SAFE.
encodingParams(List<String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Encoding KV list to url string.
encodingParams(Map<String, String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Encoding parameters to url string.
ensureBufferSize(int) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Ensure that the buffer has room for size bytes.
eof - 类 中的变量com.alibaba.nacos.common.codec.Base64
Boolean flag to indicate the EOF has been reached.
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.
errMsg - 类 中的变量com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
ERROR - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
escapeJavaScript(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
escapeJavaStyleString(Writer, String, boolean, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
escapeJavaStyleString(String, boolean, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
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.
eventType - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
eventType - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
ExceptionUtil - com.alibaba.nacos.common.utils中的类
Common methods for exception.
ExceptionUtil() - 类 的构造器com.alibaba.nacos.common.utils.ExceptionUtil
 
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(String, String, RequestHttpEntity, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
 
execute(String, String, RequestHttpEntity, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
 
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 接口 中的方法com.alibaba.nacos.common.http.client.request.HttpClientRequest
execute http request.
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.client.request.AsyncHttpClientRequest
execute async http request.
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
executeWorkers - 类 中的变量com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
executor - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
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中的类
 

F

failed() - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
failed(int, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
failed(int, T, String) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
failed(String) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
failedWithMsg(int, String) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
FALSE_SET - 类 中的静态变量com.alibaba.nacos.common.utils.ConvertUtils
 
FE80 - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
fileMd5Map - 类 中的变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
findClassByName(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ClassUtils
Finds and returns class by className.
first - 类 中的变量com.alibaba.nacos.common.utils.Pair
 
FIVE - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
format(Date, String) - 类 中的静态方法com.alibaba.nacos.common.utils.DateFormatUtils
Formats a date/time into a specific pattern.

G

generateUuid() - 类 中的静态方法com.alibaba.nacos.common.utils.UuidUtils
 
genNextServer() - 接口 中的方法com.alibaba.nacos.common.remote.client.ServerListFactory
switch to a new server and get it.
get(Object, int) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Returns the index-th value in object, throwing IndexOutOfBoundsException if there is no such element or IllegalArgumentException if object is not an instance of one of the supported types.
get(String, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http get URL request params are expanded using the given query Query.
GET - com.alibaba.nacos.common.http.BaseHttpMethod
get request.
GET - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
GET_LARGE - com.alibaba.nacos.common.http.BaseHttpMethod
 
GET_LARGE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a GET request, Mainly used for GET request parameters are relatively large,can not be placed on the URL, so it needs to be placed in the body.
getActualTypeArguments() - 类 中的方法com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
 
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.
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
 
getBody() - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
Getter method for property body.
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
 
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
 
getClazz() - 异常错误 中的方法com.alibaba.nacos.common.spi.ServiceLoaderException
 
getClient(String) - 类 中的静态方法com.alibaba.nacos.common.remote.client.RpcClientFactory
 
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.
getConnectionId() - 类 中的方法com.alibaba.nacos.common.remote.client.Connection
 
getConnectionManager(HttpClientConfig) - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
create the NHttpClientConnectionManager, the code mainly from HttpAsyncClientBuilder.build().
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
 
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
 
getEncodedLength(byte[]) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Calculates the amount of space needed to encode the supplied array.
getEngineLog() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
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.
getFirst() - 类 中的方法com.alibaba.nacos.common.utils.Pair
 
getFullClientVersion() - 类 中的静态方法com.alibaba.nacos.common.utils.VersionUtils
 
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
 
getHttpClientConfig() - 类 中的方法com.alibaba.nacos.common.model.RequestHttpEntity
 
getInboundMessageSize() - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
getInstance() - 类 中的静态方法com.alibaba.nacos.common.executor.ThreadPoolManager
 
getInstance() - 类 中的静态方法com.alibaba.nacos.common.tls.TlsFileWatcher
 
getInterceptors() - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
Return the request interceptors that this accessor uses.
getIoReactorConfig() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
getIoThreadCount() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getIPFromString(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
Resolve the IP from the string containing the IP address.
getIpv4Pattern() - 类 中的静态方法com.alibaba.nacos.common.utils.InetAddressValidator
get to ipv4 pattern.
getLabels() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
Getter method for property labels.
getLarge(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLarge(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLastProcessTime() - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
getMaxConnPerRoute() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getMaxConnTotal() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getMaxRedirects() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getMessage() - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
getNacosAsyncRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosAsyncRestTemplate(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getName() - 类 中的方法com.alibaba.nacos.common.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(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.
getOrDefault(Collection<T>, 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.
getOriginalResponseHeader() - 类 中的方法com.alibaba.nacos.common.http.param.Header
get original format response header.
getOwnerType() - 类 中的方法com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
 
getPayloadStreamObserver() - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Getter method for property payloadStreamObserver.
getProcessor(Object) - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
getProcessor(Object) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Try to get NacosTaskProcessor by key, if non-exist, will return default processor.
getPublisher(Class<? extends Event>) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
 
getPublisherMap() - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
 
getQuery() - 类 中的方法com.alibaba.nacos.common.model.RequestHttpEntity
 
getRawType() - 类 中的方法com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
 
getReadTimeOutMillis() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getRequestConfig() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
getResourceAsFile(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(URL) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsProperties(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsProperties(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsReader(ClassLoader, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsReader(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsStream(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceAsStream(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceUrl(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
getResourceUrl(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
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.
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.
getStackTrace(Throwable) - 类 中的静态方法com.alibaba.nacos.common.utils.ExceptionUtil
 
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
 
getSubscribers() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
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.
getTaskInterval() - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
getTenant() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
getType() - 类 中的方法com.alibaba.nacos.common.http.param.MediaType
 
getType() - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
Getter method for property type.
getType() - 枚举 中的方法com.alibaba.nacos.common.remote.ConnectionType
Getter method for property type.
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
 
getWorker(Object) - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
GRPC - com.alibaba.nacos.common.remote.ConnectionType
gRPC connection.
GrpcClient - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC Client.
GrpcClient(String) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcClient
Empty constructor.
GrpcClusterClient - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC client for cluster.
GrpcClusterClient(String) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcClusterClient
Empty constructor.
GrpcConnection - com.alibaba.nacos.common.remote.client.grpc中的类
gRPC connection.
GrpcConnection(RpcClient.ServerInfo, Executor) - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
grpcExecutor - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
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
Empty 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
 
GrpcUtils.PlainRequest - com.alibaba.nacos.common.remote.client.grpc中的类
 

H

handle(HttpClientResponse) - 类 中的方法com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
handle(HttpClientResponse) - 接口 中的方法com.alibaba.nacos.common.http.client.handler.ResponseHandler
handle response convert to HttpRestResult.
handleError(HttpClientResponse) - 类 中的方法com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
handleHeader(Header) - 类 中的方法com.alibaba.nacos.common.model.RequestHttpEntity
 
handleServerRequest(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
handle server request.
hasChanged() - 类 中的方法com.alibaba.nacos.common.utils.Observable
Tests if this object has changed.
hasSubscriber() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
HEAD - com.alibaba.nacos.common.http.BaseHttpMethod
head request.
HEAD - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
header - 类 中的变量com.alibaba.nacos.common.http.HttpRestResult
 
header - 类 中的变量com.alibaba.nacos.common.http.param.Header
 
Header - com.alibaba.nacos.common.http.param中的类
Http header.
Header() - 类 的构造器com.alibaba.nacos.common.http.param.Header
 
headers - 类 中的变量com.alibaba.nacos.common.model.RequestHttpEntity
 
healthCheck() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
hex(char) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
HHMMSS - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
HOSTS - 类 中的静态变量com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
HttpClientBeanHolder - com.alibaba.nacos.common.http中的类
Create a rest template to ensure that each custom client config and rest template are in one-to-one correspondence.
HttpClientBeanHolder() - 类 的构造器com.alibaba.nacos.common.http.HttpClientBeanHolder
 
httpClientConfig - 类 中的变量com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
httpClientConfig - 类 中的变量com.alibaba.nacos.common.model.RequestHttpEntity
 
HttpClientConfig - com.alibaba.nacos.common.http中的类
http client config build.
HttpClientConfig(int, int, long, TimeUnit, int, int, int, int, boolean, int, String) - 类 的构造器com.alibaba.nacos.common.http.HttpClientConfig
 
HttpClientConfig.HttpClientConfigBuilder - com.alibaba.nacos.common.http中的类
 
HttpClientConfigBuilder() - 类 的构造器com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
HttpClientFactory - com.alibaba.nacos.common.http中的接口
http Client Factory.
httpClientRequest - 类 中的变量com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
HttpClientRequest - com.alibaba.nacos.common.http.client.request中的接口
Represents a client-side HTTP request.
HttpClientRequestInterceptor - com.alibaba.nacos.common.http.client中的接口
Intercepts client-side HTTP requests.
HttpClientResponse - com.alibaba.nacos.common.http.client.response中的接口
Represents a client-side HTTP response.
HttpDeleteWithEntity(String) - 类 的构造器com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
HttpGetWithEntity(String) - 类 的构造器com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
HttpHeaderConsts - com.alibaba.nacos.common.constant中的接口
Nacos header constants.
HttpMethod - com.alibaba.nacos.common.utils中的类
Http method constants.
HttpMethod() - 类 的构造器com.alibaba.nacos.common.utils.HttpMethod
 
HttpRestResult<T> - com.alibaba.nacos.common.http中的类
Http RestResult.
HttpRestResult() - 类 的构造器com.alibaba.nacos.common.http.HttpRestResult
 
HttpRestResult(Header, int, T, String) - 类 的构造器com.alibaba.nacos.common.http.HttpRestResult
 
HttpUtils - com.alibaba.nacos.common.http中的类
Http utils.
HttpUtils() - 类 的构造器com.alibaba.nacos.common.http.HttpUtils
 
hv - 类 中的变量com.alibaba.nacos.common.tls.SelfHostnameVerifier
 

I

id - 类 中的变量com.alibaba.nacos.common.executor.NameThreadFactory
 
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
 
INDEX_NOT_FOUND - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 
InetAddressValidator - com.alibaba.nacos.common.utils中的类
ipv4 ipv6 check util.
InetAddressValidator() - 类 的构造器com.alibaba.nacos.common.utils.InetAddressValidator
 
INFO - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
init() - 类 中的方法com.alibaba.nacos.common.executor.ThreadPoolManager
 
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(String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
 
initDefaultResponseHandler() - 类 中的方法com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
initialized - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
INITIALIZED - com.alibaba.nacos.common.remote.client.RpcClientStatus
already init.
initParams(List<String>) - 类 中的方法com.alibaba.nacos.common.http.param.Query
Add query parameters from KV list.
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
 
innerDecode(String, String, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
 
InnerWorker(String) - 类 的构造器com.alibaba.nacos.common.task.engine.TaskExecuteWorker.InnerWorker
 
INSTANCE - 类 中的静态变量com.alibaba.nacos.common.executor.ThreadPoolManager
 
INSTANCE - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
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
 
interceptors - 类 中的变量com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
interceptors - 类 中的变量com.alibaba.nacos.common.http.client.NacosRestTemplate
 
InternetAddressUtil - com.alibaba.nacos.common.utils中的类
ip tool.
InternetAddressUtil() - 类 的构造器com.alibaba.nacos.common.utils.InternetAddressUtil
 
INTERVAL - 类 中的静态变量com.alibaba.nacos.common.task.AbstractDelayTask
The default time interval, in milliseconds, between tasks.
INTERVAL - 类 中的静态变量com.alibaba.nacos.common.task.AbstractExecuteTask
 
ioThreadCount - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
ioThreadCount - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
io thread count.
IoUtils - com.alibaba.nacos.common.utils中的类
IO related tool methods.
IoUtils() - 类 的构造器com.alibaba.nacos.common.utils.IoUtils
 
IP_PORT_SPLITER - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV4_PATTERN - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
IPV4_PATTERN - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV4_TUPLE - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV6_END_MARK - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV6_HEX_COMPRESSED_PATTERN - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
IPV6_MIXED_COMPRESSED_REGEX - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
IPV6_MIXED_UNCOMPRESSED_REGEX - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
IPV6_START_MARK - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
IPV6_STD_PATTERN - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
IResultCode - com.alibaba.nacos.common.model.core中的接口
已过时。
isAbandon() - 类 中的方法com.alibaba.nacos.common.remote.client.Connection
Getter method for property abandon.
isAnyBlank(CharSequence...) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Checks if any one of the CharSequences are blank ("") or null and not whitespace only..
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.
isConnected() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
isDigits(String) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Checks whether the String contains only digit characters.
isDisConnected() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
 
isDomain(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
judge str is right domain.
isEmpty - 类 中的变量com.alibaba.nacos.common.http.param.Query
 
isEmpty() - 类 中的方法com.alibaba.nacos.common.http.param.Query
 
isEmpty() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
isEmpty() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
isEmpty() - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Whether the execute engine is empty.
isEmpty(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
 
isEmpty(Object[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Checks if a str is empty ("") or null.
isEmpty(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is empty.
isEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is empty.
isEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is empty.
isEmptyBody() - 类 中的方法com.alibaba.nacos.common.model.RequestHttpEntity
 
isGzipStream(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Judge whether is Gzip stream.
isInAlphabet(byte) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Returns whether or not the octet is in the Base32 alphabet.
isInitialized() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
isIntercept(URI, String, RequestHttpEntity) - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientRequestInterceptor
is intercept.
isIP(String) - 类 中的静态方法com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
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'.
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".
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(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Checks if a str is not empty ("") or not null.
isNotEmpty(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is not empty.
isNotEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is not empty.
isNotEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Null-safe check if the specified Dictionary is not empty.
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.
isTimeoutException(Throwable) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
HTTP request exception is a timeout exception.
isValidIP(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InetAddressValidator
Check if input is a valid IPv4 or IPv6 address.
isWaitInitiated() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
check is this client is initiated.
iterator() - 类 中的方法com.alibaba.nacos.common.http.param.Header
 
iterator() - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 

J

JacksonUtils - com.alibaba.nacos.common.utils中的类
Json utils implement by Jackson.
JacksonUtils() - 类 的构造器com.alibaba.nacos.common.utils.JacksonUtils
 
JdkHttpClientRequest - com.alibaba.nacos.common.http.client.request中的类
JDK http client request implement.
JdkHttpClientRequest(HttpClientConfig) - 类 的构造器com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
JdkHttpClientResponse - com.alibaba.nacos.common.http.client.response中的类
JDk http client response implement.
JdkHttpClientResponse(HttpURLConnection) - 类 的构造器com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
join(Collection, String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
JustForTest - com.alibaba.nacos.common中的注释类型
Just for test.

K

keepAlive(long, TimeUnit) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
init keepalive time.
keepAliveTime - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
default keep alive time 5s.
keepAliveTimeMillis() - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 

L

labels - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
labels(Map<String, String>) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
init labels.
lastActiveTimeStamp - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
lastEventSequence - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
lastProcessTime - 类 中的变量com.alibaba.nacos.common.task.AbstractDelayTask
The time which was processed at last time, unit is millisecond.
latchAwait(CountDownLatch) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
Await count down latch.
latchAwait(CountDownLatch, long, TimeUnit) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
Await count down latch with timeout.
LF - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 
lineLength - 类 中的变量com.alibaba.nacos.common.codec.Base64
Chunksize for encoding.
lineSeparator - 类 中的变量com.alibaba.nacos.common.codec.Base64
Line separator for encoding.
list(T...) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
return an arraylist containing all input parameters.
load(Class<T>) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
Load service.
loadSSLContext() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
LOCAL_HOST - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
LOCAL_HOST_IP_V4 - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
LOCAL_HOST_IP_V6 - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
LOCALHOST_HOSTNAME - 类 中的静态变量com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
localHostIP() - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
get localhost ip.
lock - 类 中的变量com.alibaba.nacos.common.notify.DefaultSharePublisher
 
lock - 类 中的变量com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
lockers - 类 中的变量com.alibaba.nacos.common.executor.ThreadPoolManager
 
log - 类 中的变量com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
log - 类 中的变量com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
logger - 类 中的变量com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
logger - 类 中的变量com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.executor.ThreadPoolManager
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.http.HttpClientBeanHolder
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.notify.DefaultPublisher
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClientFactory
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.tls.SelfTrustManager
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
LoggerUtils - com.alibaba.nacos.common.utils中的类
Logger utils.
LoggerUtils() - 类 的构造器com.alibaba.nacos.common.utils.LoggerUtils
 

M

Managed() - 类 的构造器com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
map - 类 中的变量com.alibaba.nacos.common.utils.ConcurrentHashSet
 
mapper - 类 中的静态变量com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
 
mapper - 类 中的静态变量com.alibaba.nacos.common.utils.JacksonUtils
 
MapUtil - com.alibaba.nacos.common.utils中的类
Map utils.
MapUtil() - 类 的构造器com.alibaba.nacos.common.utils.MapUtil
 
MASK_6BITS - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
Base64 uses 6-bit fields.
MASK_8BITS - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
Mask used to extract 8 bits, used in decoding bytes.
maxConnPerRoute - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
maxConnPerRoute - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
Assigns maximum connection per route value.
maxConnTotal - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
maxConnTotal - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
max connect total.
maxRedirects - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
maxRedirects - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
max redirect.
md5Hex(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.MD5Utils
Calculate MD5 hex string.
md5Hex(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.MD5Utils
Calculate MD5 hex string with encode charset.
MD5Utils - com.alibaba.nacos.common.utils中的类
MD5 util.
MD5Utils() - 类 的构造器com.alibaba.nacos.common.utils.MD5Utils
 
MediaType - com.alibaba.nacos.common.http.param中的类
Http Media type.
MediaType(String, String) - 类 的构造器com.alibaba.nacos.common.http.param.MediaType
 
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
merge task.
message - 类 中的变量com.alibaba.nacos.common.model.RestResult
 
MESSAGE_DIGEST_LOCAL - 类 中的静态变量com.alibaba.nacos.common.utils.MD5Utils
 
METHOD_NAME - 类 中的静态变量com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
METHOD_NAME - 类 中的静态变量com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
MIME_CHUNK_SIZE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
MIME chunk size per RFC 2045 section 6.8.
MM - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
modulus - 类 中的变量com.alibaba.nacos.common.codec.Base64
Writes to the buffer only occur after every 3/5 reads when encoding, and every 4/8 reads when decoding.
MULTIPART_FORM_DATA - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 

N

NACOS_VERSION_FILE - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
 
NacosAsyncRestTemplate - com.alibaba.nacos.common.http.client中的类
Nacos async rest template.
NacosAsyncRestTemplate(Logger, AsyncHttpClientRequest) - 类 的构造器com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
 
NacosDelayTaskExecuteEngine - com.alibaba.nacos.common.task.engine中的类
Nacos delay task execute engine.
NacosDelayTaskExecuteEngine(String) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, int, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, int, Logger, long) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, Logger, long) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine.ProcessRunnable - com.alibaba.nacos.common.task.engine中的类
 
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
 
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.executor.NameThreadFactory
 
name - 枚举 中的变量com.alibaba.nacos.common.http.BaseHttpMethod
 
name - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
name - 枚举 中的变量com.alibaba.nacos.common.remote.ConnectionType
 
name - 类 中的变量com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
NAMESPACE_NULL_KEY - 类 中的静态变量com.alibaba.nacos.common.utils.NamespaceUtil
 
NAMESPACE_PUBLIC_KEY - 类 中的静态变量com.alibaba.nacos.common.utils.NamespaceUtil
 
NamespaceUtil - com.alibaba.nacos.common.utils中的类
namespace(tenant) util.
NamespaceUtil() - 类 的构造器com.alibaba.nacos.common.utils.NamespaceUtil
 
NameThreadFactory - com.alibaba.nacos.common.executor中的类
Name thread factory.
NameThreadFactory(String) - 类 的构造器com.alibaba.nacos.common.executor.NameThreadFactory
 
newCustomerThreadExecutor(int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newCustomerThreadExecutor(String, int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new custom executor service and register to manager.
newEvent() - 类 中的静态方法com.alibaba.nacos.common.event.ServerConfigChangeEvent
 
newFixedExecutorService(int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(String, int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with default thread factory and register to manager.
newFixedExecutorService(String, int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with input thread factory and register to manager.
newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Header
 
newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Query
 
newScheduledExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newScheduledExecutorService(String, int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new scheduled executor service with input thread factory and register to manager.
newServiceInstance(Class<?>) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
 
newServiceInstances(Class<T>) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
New service instances.
newServiceInstancesFromCache(Class<T>) - 类 中的静态方法com.alibaba.nacos.common.spi.NacosServiceLoader
 
newSingleExecutorService() - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleExecutorService(String) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with default thread factory and register to manager.
newSingleExecutorService(String, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with input thread factory and register to manager.
newSingleExecutorService(ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleScheduledExecutorService(String, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single scheduled executor service with input thread factory and register to manager.
newSingleScheduledExecutorService(ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newStringForUtf8(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Create a string with encoding format as utf8.
newThread(Runnable) - 类 中的方法com.alibaba.nacos.common.executor.NameThreadFactory
 
nextInt(int, int) - 类 中的静态方法com.alibaba.nacos.common.utils.RandomUtils
Returns a random integer within the specified range.
nextLong(long, long) - 类 中的静态方法com.alibaba.nacos.common.utils.RandomUtils
Returns a random long within the specified range.
nextRpcServer() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
NONE_EXCEPTION - 类 中的静态变量com.alibaba.nacos.common.utils.ExceptionUtil
Represents an empty exception, that is, no exception occurs, only a constant.
NotifyCenter - com.alibaba.nacos.common.notify中的类
Unified Event Notify Center.
NotifyCenter() - 类 的构造器com.alibaba.nacos.common.notify.NotifyCenter
 
notifyConnected() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
Notify when client new connected.
notifyDisConnected() - 类 中的方法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.
NotThreadSafe - com.alibaba.nacos.common中的注释类型
Annotation that marks a method as not thread safe.
NULL_STR - 类 中的静态变量com.alibaba.nacos.common.utils.ConvertUtils
 
NumberUtils - com.alibaba.nacos.common.utils中的类
Number utils.
NumberUtils() - 类 的构造器com.alibaba.nacos.common.utils.NumberUtils
 

O

objectWait(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
Wait.
obs - 类 中的变量com.alibaba.nacos.common.utils.Observable
 
Observable - com.alibaba.nacos.common.utils中的类
Observable utils.
Observable() - 类 的构造器com.alibaba.nacos.common.utils.Observable
 
Observer - com.alibaba.nacos.common.utils中的接口
Obeserver.
observerCnt - 类 中的变量com.alibaba.nacos.common.utils.Observable
 
ok() - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
onCancel() - 接口 中的方法com.alibaba.nacos.common.http.Callback
Callback when the request is cancelled.
onChanged(String) - 接口 中的方法com.alibaba.nacos.common.tls.TlsFileWatcher.FileChangeListener
listener onChanged event.
onConnected() - 接口 中的方法com.alibaba.nacos.common.remote.client.ConnectionEventListener
notify when connected to server.
onDisConnect() - 接口 中的方法com.alibaba.nacos.common.remote.client.ConnectionEventListener
notify when disconnected to server.
onError(Throwable) - 接口 中的方法com.alibaba.nacos.common.http.Callback
An error occurred during the request.
onEvent(T) - 类 中的方法com.alibaba.nacos.common.notify.listener.Subscriber
Event callback.
onReceive(RestResult<T>) - 接口 中的方法com.alibaba.nacos.common.http.Callback
Callback after the request is responded.
onRequestFail - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient.ReconnectContext
 
onServerListChange() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
check if current connected server is in serverlist ,if not switch server.
openEventHandler() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
OPTIONS - com.alibaba.nacos.common.http.BaseHttpMethod
options request.
OPTIONS - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
originalResponseHeader - 类 中的变量com.alibaba.nacos.common.http.param.Header
 

P

PAD - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
 
PAD_DEFAULT - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
Byte used to pad output.
Pair<A,​B> - com.alibaba.nacos.common.utils中的类
Pair.
Pair(A, B) - 类 的构造器com.alibaba.nacos.common.utils.Pair
 
parameterize(Class<?>, Type...) - 类 中的静态方法com.alibaba.nacos.common.utils.TypeUtils
Create a parameterized type instance.
ParameterizedTypeImpl(Class<?>, Type, Type[]) - 类 的构造器com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
 
params - 类 中的变量com.alibaba.nacos.common.http.param.Query
 
parse(Payload) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
parse payload to request/response model.
parse(Object) - 类 中的静态方法com.alibaba.nacos.common.http.handler.RequestHandler
 
PATCH - com.alibaba.nacos.common.http.BaseHttpMethod
patch request.
PATCH - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
payloadStreamObserver - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
pendingTaskCount() - 类 中的方法com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
PERCENT - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
PERCENT_SIGN_IN_IPV6 - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
PlainRequest() - 类 的构造器com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
 
pos - 类 中的变量com.alibaba.nacos.common.codec.Base64
Position where next character should be written in the buffer.
post(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post Create a new resource by POSTing the given object to the http request.
post(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Create a new resource by POSTing the given object to the http request.
POST - com.alibaba.nacos.common.http.BaseHttpMethod
post request.
POST - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
postForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Query, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postJson(String, Header, Query, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, Query, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
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.
process(NacosTask) - 类 中的方法com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
process(NacosTask) - 接口 中的方法com.alibaba.nacos.common.task.NacosTaskProcessor
Process task.
processingExecutor - 类 中的变量com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
processNamespaceParameter(String) - 类 中的静态方法com.alibaba.nacos.common.utils.NamespaceUtil
Treat the namespace(tenant) parameters with values of "public" and "null" as an empty string.
ProcessRunnable() - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine.ProcessRunnable
 
processTasks() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
process tasks in execute engine.
publish(Event) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
publish(Event) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
publish event.
publisherMap - 类 中的变量com.alibaba.nacos.common.notify.NotifyCenter
Publisher management container.
publishEvent(Event) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Request publisher publish event Publishers load lazily, calling publisher.
publishEvent(Class<? extends Event>, Event) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Request publisher publish event Publishers load lazily, calling publisher.
put(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put Create a new resource by PUTting the given body to http request.
put(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Create a new resource by PUTting the given body to http request.
PUT - com.alibaba.nacos.common.http.BaseHttpMethod
put request.
PUT - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
putForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Query, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putIfValNoEmpty(Map, Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Put into map if value is not empty.
putIfValNoNull(Map, Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
Put into map if value is not null.
putJson(String, Header, Query, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, Query, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putTask(Runnable) - 类 中的方法com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 

Q

query - 类 中的变量com.alibaba.nacos.common.model.RequestHttpEntity
 
Query - com.alibaba.nacos.common.http.param中的类
Http Query object.
Query() - 类 的构造器com.alibaba.nacos.common.http.param.Query
 
queue - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
queue - 类 中的变量com.alibaba.nacos.common.task.engine.TaskExecuteWorker
 
QUEUE_CAPACITY - 类 中的静态变量com.alibaba.nacos.common.task.engine.TaskExecuteWorker
Max task queue size 32768.
queueMaxSize - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 

R

RANDOM - 类 中的静态变量com.alibaba.nacos.common.utils.RandomUtils
Random Object for random method.
RandomUtils - com.alibaba.nacos.common.utils中的类
Random utils.
RandomUtils() - 类 的构造器com.alibaba.nacos.common.utils.RandomUtils
 
raw - 类 中的变量com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
type.
readLines(Reader) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Read lines.
readPos - 类 中的变量com.alibaba.nacos.common.codec.Base64
Position where next character should be read from the buffer.
readResults(byte[], int, int) - 类 中的方法com.alibaba.nacos.common.codec.Base64
Extracts buffered data into the provided byte[] array, starting at position bPos, up to a maximum of bAvail bytes.
readTimeOutMillis - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
readTimeOutMillis - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
read time out.
receiveEvent(Event) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
Receive and notifySubscriber to process the event.
receiveEvent(Event) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
 
reconnect(RpcClient.ServerInfo, boolean) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
switch server .
ReconnectContext(RpcClient.ServerInfo, boolean) - 类 的构造器com.alibaba.nacos.common.remote.client.RpcClient.ReconnectContext
 
reconnectionSignal - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
ReflectUtils - com.alibaba.nacos.common.utils中的类
reflect utils.
ReflectUtils() - 类 的构造器com.alibaba.nacos.common.utils.ReflectUtils
 
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.
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.
registerSubscriber(Subscriber) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register a Subscriber.
registerSubscriber(Subscriber, EventPublisherFactory) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register a Subscriber.
registerSubtype(Class<?>, String) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Register sub type for child class.
registerToPublisher(Class<? extends Event>, int) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register publisher with default factory.
registerToPublisher(Class<? extends Event>, EventPublisher) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register publisher.
registerToPublisher(Class<? extends Event>, EventPublisherFactory, int) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register publisher with specified factory.
registerToSharePublisher(Class<? extends SlowEvent>) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register to share-publisher.
RemoteException - com.alibaba.nacos.common.remote.exception中的异常错误
super exception in remote module.
RemoteException(int) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.RemoteException
 
RemoteException(int, String) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.RemoteException
 
RemoteException(int, Throwable) - 异常错误 的构造器com.alibaba.nacos.common.remote.exception.RemoteException
 
remove(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
removeBrackets(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
remove brackets "[]".
removeKey(Map<K, V>, K, Predicate<V>) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtil
remove value, Thread safety depends on whether the Map is a thread-safe Map.
removeProcessor(Object) - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
removeProcessor(Object) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Remove task processor NacosTaskProcessor form execute engine for key.
removeSubscriber(Subscriber) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
removeSubscriber(Subscriber) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
Remove listener.
removeSubscriber(Subscriber, Class<? extends Event>) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
 
removeSubscriber(Subscriber, Class<? extends Event>) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Remove subscriber.
removeSubscriber(Subscriber, Class<? extends Event>) - 接口 中的方法com.alibaba.nacos.common.notify.ShardedEventPublisher
Remove listener for default share publisher.
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.
replaceDefaultConfig(HttpClientConfig) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Replace the HTTP config created by default with the HTTP config specified in the request.
replaceDefaultConfig(HttpRequestBase, HttpClientConfig) - 类 中的静态方法com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
Replace the HTTP config created by default with the HTTP config specified in the request.
replaceSSLHostnameVerifier(HostnameVerifier) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Replace the default HostnameVerifier.
request(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
send request.
request(Request, long) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
request(Request, long) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
send request.
REQUEST_ID - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
REQUEST_MODULE - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
REQUEST_SOURCE_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
requestClient - 类 中的变量com.alibaba.nacos.common.http.client.NacosRestTemplate
 
requestClient() - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
 
requestFuture(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
requestFuture(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
send async request.
RequestHandler - com.alibaba.nacos.common.http.handler中的类
Request handler.
RequestHandler() - 类 的构造器com.alibaba.nacos.common.http.handler.RequestHandler
 
RequestHttpEntity - com.alibaba.nacos.common.model中的类
Represents an HTTP request , consisting of headers and body.
RequestHttpEntity(HttpClientConfig, Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Query, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Query, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
requestReply(Request) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient.ConnectResetRequestHandler
 
requestReply(Request) - 接口 中的方法com.alibaba.nacos.common.remote.client.ServerRequestHandler
Handle request from server.
reset() - 类 中的方法com.alibaba.nacos.common.codec.Base64
Resets this object to its initial newly constructed state.
resolveServerInfo(String) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
resolve server info.
resourcesManager - 类 中的变量com.alibaba.nacos.common.executor.ThreadPoolManager
 
ResourceUtils - com.alibaba.nacos.common.utils中的类
resource util.
ResourceUtils() - 类 的构造器com.alibaba.nacos.common.utils.ResourceUtils
 
response - 类 中的变量com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
ResponseHandler - com.alibaba.nacos.common.http.handler中的类
Response handler.
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.
ResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.handler.ResponseHandler
 
responseHandlerMap - 类 中的变量com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
ResponseHandlerType - com.alibaba.nacos.common.constant中的类
Response Handler Type.
ResponseHandlerType() - 类 的构造器com.alibaba.nacos.common.constant.ResponseHandlerType
 
responseHeader - 类 中的变量com.alibaba.nacos.common.http.client.response.DefaultClientHttpResponse
 
responseHeader - 类 中的变量com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
responseStream - 类 中的变量com.alibaba.nacos.common.http.client.response.JdkHttpClientResponse
 
responseType - 类 中的变量com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler
 
ResResultBuilder() - 类 的构造器com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
RestResult<T> - com.alibaba.nacos.common.model中的类
Rest result.
RestResult() - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, String) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, String, T) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, T) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RESTRESULT_TYPE - 类 中的静态变量com.alibaba.nacos.common.constant.ResponseHandlerType
 
RestResult.ResResultBuilder<T> - com.alibaba.nacos.common.model中的类
 
RestResultResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
RestResult response handler, Mainly converter response type as RestResult type.
RestResultResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler
 
RestResultUtils - com.alibaba.nacos.common.model中的类
Rest result utils.
RestResultUtils() - 类 的构造器com.alibaba.nacos.common.model.RestResultUtils
 
RETRY_TIMES - 类 中的静态变量com.alibaba.nacos.common.remote.client.RpcClient
 
retryFailedTask(Object, AbstractDelayTask) - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
ringBufferSize - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
RpcClient - com.alibaba.nacos.common.remote.client中的类
abstract remote client to connect to server.
RpcClient(ServerListFactory) - 类 的构造器com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClient(String) - 类 的构造器com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClient(String, ServerListFactory) - 类 的构造器com.alibaba.nacos.common.remote.client.RpcClient
 
RpcClient.ConnectionEvent - com.alibaba.nacos.common.remote.client中的类
 
RpcClient.ConnectResetRequestHandler - com.alibaba.nacos.common.remote.client中的类
 
RpcClient.ReconnectContext - com.alibaba.nacos.common.remote.client中的类
 
RpcClient.ServerInfo - com.alibaba.nacos.common.remote.client中的类
 
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.
RpcClientStatus(int, String) - 枚举 的构造器com.alibaba.nacos.common.remote.client.RpcClientStatus
 
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.
run() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
run() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine.ProcessRunnable
 
run() - 类 中的方法com.alibaba.nacos.common.task.engine.TaskExecuteWorker.InnerWorker
 
RUNNING - com.alibaba.nacos.common.remote.client.RpcClientStatus
in running.

S

second - 类 中的变量com.alibaba.nacos.common.utils.Pair
 
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.GrpcClient
 
sendResponse(Response) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
 
sendResponse(String, boolean) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
 
sequence - 类 中的变量com.alibaba.nacos.common.notify.Event
 
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
 
SEQUENCE - 类 中的静态变量com.alibaba.nacos.common.notify.Event
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.common.event.ServerConfigChangeEvent
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.common.http.HttpRestResult
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.common.model.RestResult
 
serialVersionUID - 异常错误 中的静态变量com.alibaba.nacos.common.spi.ServiceLoaderException
 
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
 
serverCheck(String, int, RequestGrpc.RequestFutureStub) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
check server if success.
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.ReconnectContext
 
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 - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
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.
service - 类 中的变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
ServiceLoaderException - com.alibaba.nacos.common.spi中的异常错误
Nacos service loader exception.
ServiceLoaderException(Class<?>, Exception) - 异常错误 的构造器com.alibaba.nacos.common.spi.ServiceLoaderException
 
SERVICES - 类 中的静态变量com.alibaba.nacos.common.spi.NacosServiceLoader
 
setAbandon(boolean) - 类 中的方法com.alibaba.nacos.common.remote.client.Connection
Setter method for property abandon. connection event will be ignored if connection is abandoned.
setBody(Object) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
Setter method for property body.
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.
setCode(int) - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
setConnectionId(String) - 类 中的方法com.alibaba.nacos.common.remote.client.Connection
 
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
 
setDefaultTaskProcessor(NacosTaskProcessor) - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
setDefaultTaskProcessor(NacosTaskProcessor) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Set default task processor.
setGrpcFutureServiceStub(RequestGrpc.RequestFutureStub) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Setter method for property grpcFutureServiceStub.
setHeader(Header) - 类 中的方法com.alibaba.nacos.common.http.HttpRestResult
 
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
 
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
 
setMaxRedirects(int) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setMessage(String) - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
setName(String) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
Setter method for property name.
setName(String) - 枚举 中的方法com.alibaba.nacos.common.remote.ConnectionType
Setter method for property name.
setPayloadStreamObserver(StreamObserver<Payload>) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcConnection
Setter method for property payloadStreamObserver.
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.
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.
setSSLContext(SSLContext) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Use specified SSLContext.
setTaskInterval(long) - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
setTenant(String) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
setType(String) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
Setter method for property type.
setType(String) - 枚举 中的方法com.alibaba.nacos.common.remote.ConnectionType
Setter method for property type.
setUserAgent(String) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
SEVEN - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
ShardedEventPublisher - com.alibaba.nacos.common.notify中的接口
Sharded event publisher.
shareBufferSize - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
sharePublisher - 类 中的变量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.
shuntDownChannel(ManagedChannel) - 类 中的方法com.alibaba.nacos.common.remote.client.grpc.GrpcClient
shutdown a channel.
shutdown - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
shutdown() - 类 中的静态方法com.alibaba.nacos.common.executor.ThreadPoolManager
Shutdown thread pool manager.
shutdown() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown common http client.
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(String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown http client holder and close remove template.
SHUTDOWN - com.alibaba.nacos.common.remote.client.RpcClientStatus
shutdown.
shutdownNacosAsyncRest(String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown async http client holder and remove template.
shutdownNacostSyncRest(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.
SINGLETON_ASYNC_REST - 类 中的静态变量com.alibaba.nacos.common.http.HttpClientBeanHolder
 
SINGLETON_REST - 类 中的静态变量com.alibaba.nacos.common.http.HttpClientBeanHolder
 
size() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
size() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
size() - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get Task size in execute engine.
size() - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
size(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Gets the size of the collection/iterator specified.
sizeIsEmpty(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Judge whether object is empty.
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
Value of BaseHttpMethod.
split(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
SPLIT_IP_PORT_RESULT_LENGTH - 类 中的静态变量com.alibaba.nacos.common.utils.InternetAddressUtil
 
splitIPPortStr(String) - 类 中的静态方法com.alibaba.nacos.common.utils.InternetAddressUtil
Split IP and port strings, support IPv4 and IPv6, IP in IPv6 must be enclosed with [].
STANDARD_ENCODE_TABLE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
This array is a lookup table that translates 6-bit positive integer index values into their "Base64 Alphabet" equivalents as specified in Table 1 of RFC 2045.
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.
started - 类 中的变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
STARTING - com.alibaba.nacos.common.remote.client.RpcClientStatus
in starting.
startsWith(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Check if a CharSequence starts with a specified prefix.
startsWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Check if a CharSequence starts with a specified prefix (optionally case insensitive).
startsWithIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix.
status - 枚举 中的变量com.alibaba.nacos.common.remote.client.RpcClientStatus
 
status() - 类 中的方法com.alibaba.nacos.common.task.engine.TaskExecuteWorker
Worker status.
STRING_COMPARATOR - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
 
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.
StringUtils() - 类 的构造器com.alibaba.nacos.common.utils.StringUtils
 
subMappings - 类 中的变量com.alibaba.nacos.common.notify.DefaultSharePublisher
 
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
 
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 smartsubscriber interested in.
substringBetween(String, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Substring between two index.
success() - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
success(int, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
success(String, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
success(T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
switchServerAsync() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
switchServerAsync(RpcClient.ServerInfo, boolean) - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 
switchServerAsyncOnRequestFail() - 类 中的方法com.alibaba.nacos.common.remote.client.RpcClient
 

T

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
 
TaskExecuteWorker.InnerWorker - com.alibaba.nacos.common.task.engine中的类
Inner execute worker.
taskInterval - 类 中的变量com.alibaba.nacos.common.task.AbstractDelayTask
Task time interval between twice processing, unit is millisecond.
taskProcessors - 类 中的变量com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
tasks - 类 中的变量com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
tenant - 类 中的变量com.alibaba.nacos.common.remote.client.RpcClient
 
TEXT_HTML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
TEXT_PLAIN - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
THREAD_MULTIPLER - 类 中的静态变量com.alibaba.nacos.common.utils.ThreadUtils
 
THREAD_POOL_MANAGER - 类 中的静态变量com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
ThreadPoolManager - com.alibaba.nacos.common.executor中的类
// TODO Access Metric.
ThreadPoolManager() - 类 的构造器com.alibaba.nacos.common.executor.ThreadPoolManager
 
ThreadUtils - com.alibaba.nacos.common.utils中的类
Thread utils.
ThreadUtils() - 类 的构造器com.alibaba.nacos.common.utils.ThreadUtils
 
TIMEOUT - 类 中的静态变量com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
TLS_ENABLE - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
TLS_TEST_MODE_ENABLE - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
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.
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.TlsFileWatcher
 
TlsFileWatcher - com.alibaba.nacos.common.tls中的类
Certificate file update monitoring
TlsFileWatcher() - 类 的构造器com.alibaba.nacos.common.tls.TlsFileWatcher
 
TlsFileWatcher.FileChangeListener - com.alibaba.nacos.common.tls中的接口
 
TlsHelper - com.alibaba.nacos.common.tls中的类
Utils for build SSLContext.
TlsHelper() - 类 的构造器com.alibaba.nacos.common.tls.TlsHelper
 
tlsServerAuthClient - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether verify the client endpoint's certificate strictly.
tlsServerCertPath - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of server-side X.509 certificate chain in PEM format.
tlsServerKeyPassword - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
The password of the server-side private key.
tlsServerKeyPath - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of server-side private key.
tlsServerTrustCertPath - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
The store path of trusted certificates for verifying the client endpoint's certificate.
TlsSystemConfig - com.alibaba.nacos.common.tls中的类
tls system config.
TlsSystemConfig() - 类 的构造器com.alibaba.nacos.common.tls.TlsSystemConfig
 
tlsTestModeEnable - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
To determine whether use test mode when initialize TLS context.
toBoolean(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a boolean (optimised for performance).
toBoolean(String, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to boolean value if parameter value is legal.
toBooleanObject(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a Boolean.
toBufferedReader(Reader) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
 
toBytes(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
Object to byte array.
toBytes(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
String to byte array.
toDouble(String, double) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a double, returning a default value if the conversion fails.
toFloat(String) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a float, returning 0.0f if the conversion fails.
toFloat(String, float) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a float, returning a default value if the conversion fails.
toInt(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
toInt(String) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to an int, returning zero if the conversion fails.
toInt(String, int) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
toInt(String, int) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to an int, returning a default value if the conversion fails.
toJson(Object) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
Object to json string.
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.
toList() - 类 中的方法com.alibaba.nacos.common.http.param.Header
Transfer to KV part list.
toLong(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert Object value to long value if parameter value is legal.
toLong(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to long value if parameter value is legal.
toLong(String, long) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to long value if parameter value is legal.
toLong(String, long) - 类 中的静态方法com.alibaba.nacos.common.utils.NumberUtils
Convert a String to a long, returning a default value if the conversion fails.
toObj(byte[], TypeReference<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], Class<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Jackson JsonNode.
toObj(String, TypeReference<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.remote.client.grpc.GrpcUtils
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.
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.remote.client.RpcClient.ServerInfo
 
toString() - 类 中的方法com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
 
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.
TRACE - com.alibaba.nacos.common.http.BaseHttpMethod
trace request.
TRACE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
TRACE - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
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
 
trustAll - 类 中的静态变量com.alibaba.nacos.common.tls.SelfTrustManager
 
trustManager(boolean, String) - 类 中的静态方法com.alibaba.nacos.common.tls.SelfTrustManager
Returns the result of calling SelfTrustManager.buildSecureTrustManager(java.lang.String) if needAuth is enable and trustCertPath exists.
tryCompress(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Try compress by GZIP for string.
tryDecompress(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from byte array.
tryDecompress(InputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from stream.
type - 类 中的变量com.alibaba.nacos.common.http.param.MediaType
content type.
type - 类 中的变量com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
 
type - 枚举 中的变量com.alibaba.nacos.common.remote.ConnectionType
 
typeArguments - 类 中的变量com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
formal type arguments.typeArguments
TypeUtils - com.alibaba.nacos.common.utils中的类
type utils.
TypeUtils() - 类 的构造器com.alibaba.nacos.common.utils.TypeUtils
 
TypeUtils.ParameterizedTypeImpl - com.alibaba.nacos.common.utils中的类
ParameterizedType implementation class.

U

unencodedBlockSize - 类 中的变量com.alibaba.nacos.common.codec.Base64
Number of bytes in each full block of unencoded data, e.g. 4 for Base64 and 5 for Base32
UNHEALTHY - com.alibaba.nacos.common.remote.client.RpcClientStatus
unhealthy.
update(Observable) - 接口 中的方法com.alibaba.nacos.common.utils.Observer
This method is called whenever the observed object is changed.
UPDATER - 类 中的静态变量com.alibaba.nacos.common.notify.DefaultPublisher
 
URL_SAFE_ENCODE_TABLE - 类 中的静态变量com.alibaba.nacos.common.codec.Base64
This is a copy of the STANDARD_ENCODE_TABLE above, but with + and / changed to - and _ to make the encoded Base64 results more URL-SAFE.
useOwner - 类 中的变量com.alibaba.nacos.common.utils.TypeUtils.ParameterizedTypeImpl
owner type to use, if any.
USER_AGENT_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
userAgent - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
userAgent - 类 中的变量com.alibaba.nacos.common.http.HttpClientConfig
user agent.
UuidUtils - com.alibaba.nacos.common.utils中的类
UUID utils.
UuidUtils() - 类 的构造器com.alibaba.nacos.common.utils.UuidUtils
 

V

valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.common.http.BaseHttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 类 中的静态方法com.alibaba.nacos.common.http.param.MediaType
Parse the given String contentType into a MediaType object.
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.common.remote.client.RpcClientStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.common.remote.ConnectionType
返回带有指定名称的该类型的枚举常量。
valueOf(String, String) - 类 中的静态方法com.alibaba.nacos.common.http.param.MediaType
Use the given contentType and charset to assemble into a MediaType object.
values() - 枚举 中的静态方法com.alibaba.nacos.common.http.BaseHttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.common.remote.client.RpcClientStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.common.remote.ConnectionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, SSLSession) - 类 中的方法com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
version - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
 
VERSION_PLACEHOLDER - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
current version.
VersionUtils - com.alibaba.nacos.common.utils中的类
Version utils.
VersionUtils() - 类 的构造器com.alibaba.nacos.common.utils.VersionUtils
 

W

WAIT_INIT - com.alibaba.nacos.common.remote.client.RpcClientStatus
wait to init.
WARN - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
watchFilesMap - 类 中的变量com.alibaba.nacos.common.tls.TlsFileWatcher
 
with(A, B) - 类 中的静态方法com.alibaba.nacos.common.utils.Pair
 
withCode(int) - 类 中的方法com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
withData(T) - 类 中的方法com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
withMsg(String) - 类 中的方法com.alibaba.nacos.common.model.RestResult.ResResultBuilder
 
workersCount() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
 
workersStatus() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosExecuteTaskExecuteEngine
Get workers status.
writeStringToFile(File, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Write string to a file.

Y

YYMMDD - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYY - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMM - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDD - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDHHMMSS - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDHHMMSSNOMARK - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 
YYYYMMDDSLASH - 类 中的静态变量com.alibaba.nacos.common.utils.DateFormatUtils
 

Z

ZERO - 类 中的静态变量com.alibaba.nacos.common.utils.InetAddressValidator
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
所有类 所有程序包