跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W 

A

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(String) - 类 的构造器com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractNacosTaskExecuteEngine(String, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractNacosTaskExecuteEngine(String, Logger, long) - 类 的构造器com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractNacosTaskExecuteEngine(String, int, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
AbstractNacosTaskExecuteEngine(String, int, Logger, long) - 类 的构造器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.
addParam(String, String) - 类 中的方法com.alibaba.nacos.common.http.param.Header
Add the key and value to the header.
addParam(String, Object) - 类 中的方法com.alibaba.nacos.common.http.param.Query
Add query parameter.
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, Class<? extends Event>) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
Add listener for default share publisher.
addSubscriber(Subscriber) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
Add listener.
addTask(Object, AbstractDelayTask) - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
addTask(Object, T) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Add task into execute pool.
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(T, U) - 接口 中的方法com.alibaba.nacos.common.utils.BiFunction
Applies this function to the two given arguments.
assignLogger() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
assign Logger.
assignLogger() - 类 中的方法com.alibaba.nacos.common.http.DefaultHttpClientFactory
 
AsyncHttpClientRequest - com.alibaba.nacos.common.http.client.request中的接口
Represents a client-side Async HTTP request.

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.
BaseHttpClient - com.alibaba.nacos.common.http中的类
已过时。
Refer to the new HttpClientRequest
BaseHttpClient() - 类 的构造器com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
BaseHttpClient.HttpGetWithEntity - com.alibaba.nacos.common.http中的类
已过时。
 
BaseHttpMethod - com.alibaba.nacos.common.http中的枚举
Base http method.
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.
build(String, Header, String) - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
build(String, Header, Object, String) - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
build() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
build() - 类 中的方法com.alibaba.nacos.common.http.param.Header
 
build() - 类 中的方法com.alibaba.nacos.common.model.RestResult.ResResultBuilder
Build result.
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
 
buildSslContext(boolean) - 类 中的静态方法com.alibaba.nacos.common.tls.TlsHelper
Returns a org.apache.http.ssl.SSLContexts.
buildUri(String, Query) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
build URI By url and query.
buildUrl(String, Query) - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
buildUrl(boolean, String, String...) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Build URL.
ByteUtils - com.alibaba.nacos.common.utils中的类
ByteUtils.
ByteUtils() - 类 的构造器com.alibaba.nacos.common.utils.ByteUtils
 

C

Callback<T> - com.alibaba.nacos.common.http中的接口
Http callback.
CHECK_INTERVAL - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
ClassUtils - com.alibaba.nacos.common.utils中的类
Utils for Class.
ClassUtils() - 类 的构造器com.alibaba.nacos.common.utils.ClassUtils
 
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_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_TRUST_CERT - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
CLIENT_VERSION_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
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
 
Closeable - com.alibaba.nacos.common.lifecycle中的接口
An interface is used to define the resource's close and shutdown, such as IO Connection and ThreadPool.
closeQuietly(HttpURLConnection) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Close http connection quietly.
closeQuietly(InputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
 
closeQuietly(OutputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
 
closeQuietly(Closeable) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Close closable object quietly.
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.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.notify - 程序包 com.alibaba.nacos.common.notify
 
com.alibaba.nacos.common.notify.listener - 程序包 com.alibaba.nacos.common.notify.listener
 
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
 
compare(T, T, Comparator<? super T>) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
computeIfAbsent(Map, Object, BiFunction, Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
ComputeIfAbsent lazy load.
ConcurrentHashSet<E> - com.alibaba.nacos.common.utils中的类
Concurrent Hash Set implement by ConcurrentHashMap.
ConcurrentHashSet() - 类 的构造器com.alibaba.nacos.common.utils.ConcurrentHashSet
 
CONNECTION - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
constructJavaType(Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
construct java type -> Jackson Java Type.
contains(Collection<T>, T) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Whether contain item in collection.
contains(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
containsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case, handling null.
CONTENT_ENCODING - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_LENGTH - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
CONTENT_TYPE - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
convert(String, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.http.handler.ResponseHandler
 
convert(String, Type) - 类 中的静态方法com.alibaba.nacos.common.http.handler.ResponseHandler
 
convert(InputStream, 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(Reader, Writer) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Copy data.
copy(InputStream, OutputStream) - 类 中的静态方法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.
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.
createRequest(String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
 
currentEventSize() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
currentEventSize() - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
The number of currently staged events.

D

DEBUG - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
decode(String, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
 
decodeBase64(byte[]) - 类 中的静态方法com.alibaba.nacos.common.codec.Base64
Decodes Base64 data into octets.
DEFAULT_BEAN_TYPE - 类 中的静态变量com.alibaba.nacos.common.constant.ResponseHandlerType
 
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
 
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
 
delete(String, Header, Query, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete URL request params are expanded using the given query Query, responseType can be an RestResult or RestResult data T type callback Result callback execution, if you need response headers, you can convert the received RestResult to HttpRestResult.
delete(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http delete large request, when the parameter exceeds the URL limit, you can use this method to put the parameter into the body pass.
delete(String, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http delete URL request params are expanded using the given query Query.
delete(String, Header, Query, Type, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.NAsyncHttpClient
已过时。
http delete
delete(String, Header, Query, Type) - 接口 中的方法com.alibaba.nacos.common.http.NSyncHttpClient
已过时。
http delete
DELETE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
delete(File) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Delete file or dir.
DELETE_LARGE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a DELETE request, Mainly used for DELETE request parameters are relatively large, can not be placed on the URL, so it needs to be placed in the body.
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.
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.
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.
DOT - 类 中的静态变量com.alibaba.nacos.common.utils.StringUtils
 

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
 
encodeBase64(byte[]) - 类 中的静态方法com.alibaba.nacos.common.codec.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean, boolean, int) - 类 中的静态方法com.alibaba.nacos.common.codec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeHexString(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.MD5Utils
将一个字节数组转化为可见的字符串.
encodingParams(Map<String, String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Encoding parameters to url string.
encodingParams(List<String>, String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpUtils
Encoding KV list to url string.
equals(Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns true if the arguments are equal to each other and false otherwise.
equals(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters, ignoring case.
ERROR - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
escapeJavaScript(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
Event - com.alibaba.nacos.common.notify中的类
An abstract class for event.
Event() - 类 的构造器com.alibaba.nacos.common.notify.Event
 
EventPublisher - com.alibaba.nacos.common.notify中的接口
Event publisher.
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(CloseableHttpClient, Type, HttpUriRequest) - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
execute(CloseableHttpAsyncClient, Type, Callback<T>, HttpUriRequest) - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient
已过时。
 
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.InterceptingHttpClientRequest
 
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.client.request.AsyncHttpClientRequest
execute async http request.
execute(URI, String, RequestHttpEntity, ResponseHandler<T>, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.request.DefaultHttpClientRequest
 
execute(URI, String, RequestHttpEntity) - 接口 中的方法com.alibaba.nacos.common.http.client.request.HttpClientRequest
execute http request.
execute(URI, String, RequestHttpEntity) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
 
executor() - 类 中的方法com.alibaba.nacos.common.notify.listener.Subscriber
It is up to the listener to determine whether the callback is asynchronous or synchronous.
ExecutorFactory - com.alibaba.nacos.common.executor中的类
Unified thread pool creation factory, and actively create thread pool resources by ThreadPoolManager for unified life cycle management ExecutorFactory.Managed.
ExecutorFactory() - 类 的构造器com.alibaba.nacos.common.executor.ExecutorFactory
 
ExecutorFactory.Managed - com.alibaba.nacos.common.executor中的类
 

F

failed() - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
failed(String) - 类 中的静态方法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
 
failedWithMsg(int, String) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
findClassByName(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ClassUtils
Finds and returns class by className.

G

generateUuid() - 类 中的静态方法com.alibaba.nacos.common.utils.UuidUtils
 
get(String, Header, Query, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, HttpClientConfig, Header, Query, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http get URL request params are expanded using the given query Query.
get(String, Header, Query, Type, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.NAsyncHttpClient
已过时。
http get
get(String, Header, Query, Type) - 接口 中的方法com.alibaba.nacos.common.http.NSyncHttpClient
已过时。
http get
get(Object, int) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Returns the index-th value in object, throwing IndexOutOfBoundsException if there is no such element or IllegalArgumentException if object is not an instance of one of the supported types.
GET - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
GET_LARGE - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
this is only use in nacos, Custom request type, essentially a GET request, Mainly used for GET request parameters are relatively large,can not be placed on the URL, so it needs to be placed in the body.
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.AbstractNacosTaskExecuteEngine
 
getAllTaskKeys() - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get all task keys.
getAsyncHttpClient() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientManager
已过时。
 
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
 
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
 
getCharset() - 类 中的方法com.alibaba.nacos.common.http.param.Header
 
getCode() - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
getConnectionRequestTimeout() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getConnTimeToLive() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getConnTimeToLiveTimeUnit() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getConTimeOutMillis() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getData() - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
getEngineLog() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
getFirst() - 类 中的方法com.alibaba.nacos.common.utils.Pair
 
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
 
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.
getLarge(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLarge(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
get request, may be pulling a lot of data URL request params are expanded using the given query Query, More request parameters can be set via body.
getLarge(String, Header, Query, Object, Type, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.NAsyncHttpClient
已过时。
get request, may be pulling a lot of data
getLarge(String, Header, Query, Object, Type) - 接口 中的方法com.alibaba.nacos.common.http.NSyncHttpClient
已过时。
get request, may be pulling a lot of data
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.BaseHttpClient.HttpGetWithEntity
已过时。
 
getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
getNacosAsyncRestTemplate(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosAsyncRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(Logger) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getNacosRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
 
getName(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.
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
 
getReadTimeOutMillis() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
 
getRequestConfig() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
getResourceAsFile(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(URL) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsFile(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a File object.
getResourceAsProperties(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsProperties(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Properties object.
getResourceAsReader(String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsReader(ClassLoader, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Reader object.
getResourceAsStream(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceAsStream(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceUrl(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
getResourceUrl(ClassLoader, String) - 类 中的静态方法com.alibaba.nacos.common.utils.ResourceUtils
Returns the URL of the resource on the classpath.
getSecond() - 类 中的方法com.alibaba.nacos.common.utils.Pair
 
getSharePublisher() - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
 
getSimplaName(Class) - 类 中的静态方法com.alibaba.nacos.common.utils.ClassUtils
Gets and returns the simple name of the underlying class.
getSimplaName(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.
getSyncHttpClient() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientManager
已过时。
 
getTaskInterval() - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
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
 

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.
hasChanged() - 类 中的方法com.alibaba.nacos.common.utils.Observable
Tests if this object has changed.
hash(Object...) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Generates a hash code for a sequence of input values.
hashCode(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns the hash code of a non-null argument and 0 for a null argument.
HEAD - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
Header - com.alibaba.nacos.common.http.param中的类
Http header.
HttpClientBeanHolder - com.alibaba.nacos.common.http中的类
Create a rest template to ensure that each custom client config and rest template are in one-to-one correspondence.
HttpClientBeanHolder() - 类 的构造器com.alibaba.nacos.common.http.HttpClientBeanHolder
 
HttpClientConfig - com.alibaba.nacos.common.http中的类
http client config build.
HttpClientConfig(int, int, long, TimeUnit, int, int, int, int, 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.
HttpClientManager - com.alibaba.nacos.common.http中的类
已过时。
Refer to the new HttpClientBeanHolder
HttpClientManager() - 类 的构造器com.alibaba.nacos.common.http.HttpClientManager
已过时。
 
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.BaseHttpClient.HttpGetWithEntity
已过时。
 
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
 

I

ignoreExpireEvent() - 类 中的方法com.alibaba.nacos.common.notify.listener.SmartSubscriber
 
ignoreExpireEvent() - 类 中的方法com.alibaba.nacos.common.notify.listener.Subscriber
Whether to ignore expired events.
INFO - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
init(String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
 
init(Class<? extends Event>, int) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
init(Class<? extends Event>, int) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
Initializes the event publisher.
initParams(Map<String, String>) - 类 中的方法com.alibaba.nacos.common.http.param.Query
Add all parameters as query parameter.
initParams(List<String>) - 类 中的方法com.alibaba.nacos.common.http.param.Query
Add query parameters from KV list.
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
 
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
 
IoUtils - com.alibaba.nacos.common.utils中的类
IO related tool methods.
IoUtils() - 类 的构造器com.alibaba.nacos.common.utils.IoUtils
 
IpUtils - com.alibaba.nacos.common.utils中的类
ip tool.
IpUtils() - 类 的构造器com.alibaba.nacos.common.utils.IpUtils
 
isAllBlank(String...) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Judge whether all strings are blank.
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(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
Judge whether string is blank.
isEmpty() - 类 中的方法com.alibaba.nacos.common.http.param.Query
 
isEmpty() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
isEmpty() - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Whether the execute engine is empty.
isEmpty(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
 
isEmpty(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is empty.
isEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Null-safe check if the specified Dictionary is empty.
isEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Null-safe check if the specified Dictionary is empty.
isEmpty(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
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.
isIpv4(String) - 类 中的静态方法com.alibaba.nacos.common.utils.IpUtils
 
isIpv6(String) - 类 中的静态方法com.alibaba.nacos.common.utils.IpUtils
 
isNotBlank(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
isNotEmpty(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
 
isNotEmpty(Collection) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Null-safe check if the specified collection is not empty.
isNotEmpty(Map) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Null-safe check if the specified Dictionary is not empty.
isNotEmpty(Dictionary) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Null-safe check if the specified Dictionary is not empty.
isNotEmpty(String) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
isNull(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns true if the provided reference is null otherwise returns false.
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
Join object with input separator.
JustForTest - com.alibaba.nacos.common中的注释类型
Just for test.

L

lastEventSequence - 类 中的变量com.alibaba.nacos.common.notify.DefaultPublisher
 
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.
loadSSLContext() - 类 中的方法com.alibaba.nacos.common.http.AbstractHttpClientFactory
 
lock - 类 中的变量com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
logger - 类 中的变量com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
 
LOGGER - 类 中的静态变量com.alibaba.nacos.common.notify.DefaultPublisher
 
LoggerUtils - com.alibaba.nacos.common.utils中的类
Logger utils.
LoggerUtils() - 类 的构造器com.alibaba.nacos.common.utils.LoggerUtils
 

M

Managed() - 类 的构造器com.alibaba.nacos.common.executor.ExecutorFactory.Managed
 
MapUtils - com.alibaba.nacos.common.utils中的类
Map utils.
MapUtils() - 类 的构造器com.alibaba.nacos.common.utils.MapUtils
 
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.
merge(AbstractDelayTask) - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
merge task.
METHOD_NAME - 类 中的静态变量com.alibaba.nacos.common.http.BaseHttpClient.HttpGetWithEntity
已过时。
 
METHOD_NAME - 类 中的静态变量com.alibaba.nacos.common.http.BaseHttpMethod.HttpDeleteWithEntity
 
METHOD_NAME - 类 中的静态变量com.alibaba.nacos.common.http.BaseHttpMethod.HttpGetWithEntity
 
MULTIPART_FORM_DATA - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 

N

NacosAsyncRestTemplate - com.alibaba.nacos.common.http.client中的类
Nacos async rest template.
NacosAsyncRestTemplate(Logger, AsyncHttpClientRequest) - 类 的构造器com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
 
NacosDelayTaskExecuteEngine - com.alibaba.nacos.common.task.engine中的类
Nacos delay task execute engine.
NacosDelayTaskExecuteEngine(String) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, Logger) - 类 的构造器com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
NacosDelayTaskExecuteEngine(String, Logger, long) - 类 的构造器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
 
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
 
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.
NameThreadFactory - com.alibaba.nacos.common.executor中的类
Name thread factory.
NameThreadFactory(String) - 类 的构造器com.alibaba.nacos.common.executor.NameThreadFactory
 
NAsyncHttpClient - com.alibaba.nacos.common.http中的接口
已过时。
Refer to the new NacosAsyncRestTemplate
newCustomerThreadExecutor(String, int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new custom executor service and register to manager.
newCustomerThreadExecutor(int, int, long, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(String, int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with default thread factory and register to manager.
newFixedExecutorService(String, int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new fixed executor service with input thread factory and register to manager.
newFixedExecutorService(int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newFixedExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Header
 
newInstance() - 类 中的静态方法com.alibaba.nacos.common.http.param.Query
 
newScheduledExecutorService(String, int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new scheduled executor service with input thread factory and register to manager.
newScheduledExecutorService(int, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleExecutorService(String) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with default thread factory and register to manager.
newSingleExecutorService(String, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single executor service with input thread factory and register to manager.
newSingleExecutorService() - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleExecutorService(ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newSingleScheduledExecutorService(String, ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory.Managed
Create a new single scheduled executor service with input thread factory and register to manager.
newSingleScheduledExecutorService(ThreadFactory) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
 
newStringForUtf8(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.StringUtils
 
newThread(Runnable) - 类 中的方法com.alibaba.nacos.common.executor.NameThreadFactory
 
NHttpClient - com.alibaba.nacos.common.http中的接口
已过时。
Refer to the new HttpClientRequest
nonNull(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns true if the provided reference is non-null otherwise returns false.
NotifyCenter - com.alibaba.nacos.common.notify中的类
Unified Event Notify Center.
NotifyCenter() - 类 的构造器com.alibaba.nacos.common.notify.NotifyCenter
 
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.
notifyObservers(Object) - 类 中的方法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.
NSyncHttpClient - com.alibaba.nacos.common.http中的接口
已过时。
Refer to the new NacosRestTemplate

O

Objects - com.alibaba.nacos.common.utils中的类
Objects utils.
Objects() - 类 的构造器com.alibaba.nacos.common.utils.Objects
 
objectWait(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
Wait.
Observable - com.alibaba.nacos.common.utils中的类
Observable utils.
Observable() - 类 的构造器com.alibaba.nacos.common.utils.Observable
 
Observer - com.alibaba.nacos.common.utils中的接口
Obeserver.
ok() - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
onCancel() - 接口 中的方法com.alibaba.nacos.common.http.Callback
Callback when the request is cancelled.
onChanged(String) - 接口 中的方法com.alibaba.nacos.common.tls.TlsFileWatcher.FileChangeListener
listener onChanged event.
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.
OPTIONS - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 

P

Pair<A,B> - com.alibaba.nacos.common.utils中的类
Pair.
parse(Object) - 类 中的静态方法com.alibaba.nacos.common.http.handler.RequestHandler
 
PATCH - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
post(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Create a new resource by POSTing the given object to the http request.
post(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post Create a new resource by POSTing the given object to the http request.
post(String, Header, Query, Object, Type, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.NAsyncHttpClient
已过时。
http post
post(String, Header, Query, Object, Type) - 接口 中的方法com.alibaba.nacos.common.http.NSyncHttpClient
已过时。
http post
POST - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
postForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Query, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
postJson(String, Header, Query, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http post Json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, Query, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
postJson(String, Header, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http post json Create a new resource by POSTing the given object to the http request, http header contentType default 'application/json;charset=UTF-8'.
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(AbstractDelayTask) - 接口 中的方法com.alibaba.nacos.common.task.NacosTaskProcessor
Process task.
processTasks() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
process tasks in execute engine.
processTasks() - 类 中的方法com.alibaba.nacos.common.task.engine.NacosDelayTaskExecuteEngine
 
publish(Event) - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
publish(Event) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
publish event.
publishEvent(Event) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Request publisher publish event Publishers load lazily, calling publisher.
put(String, Header, Query, Object, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Create a new resource by PUTting the given body to http request.
put(String, Header, Query, Object, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put Create a new resource by PUTting the given body to http request.
put(String, Header, Query, Object, Type, Callback<T>) - 接口 中的方法com.alibaba.nacos.common.http.NAsyncHttpClient
已过时。
http put
put(String, Header, Query, Object, Type) - 接口 中的方法com.alibaba.nacos.common.http.NSyncHttpClient
已过时。
http put
PUT - 类 中的静态变量com.alibaba.nacos.common.utils.HttpMethod
 
putForm(String, Header, Query, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Query, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putForm(String, HttpClientConfig, Header, Map<String, String>, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put from Create a new resource by PUTting the given map bodyValues to http request, http header contentType default 'application/x-www-form-urlencoded;charset=utf-8'.
putIfValNoEmpty(Map, Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Put into map if value is not empty.
putIfValNoNull(Map, Object, Object) - 类 中的静态方法com.alibaba.nacos.common.utils.MapUtils
Put into map if value is not null.
putJson(String, Header, Query, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
async http put Json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, Query, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.
putJson(String, Header, String, Type) - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
http put json Create a new resource by PUTting the given body to http request, http header contentType default 'application/json;charset=UTF-8'.

Q

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

R

readLines(Reader) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Read lines.
receiveEvent(Event) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
 
register(String, String, ExecutorService) - 类 中的方法com.alibaba.nacos.common.executor.ThreadPoolManager
Register the thread pool resources with the resource manager.
registerResponseHandler(String, ResponseHandler) - 类 中的方法com.alibaba.nacos.common.http.client.AbstractNacosRestTemplate
register customization Response Handler.
registerSubscriber(Subscriber) - 类 中的静态方法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.
registerToSharePublisher(Class<? extends SlowEvent>) - 类 中的静态方法com.alibaba.nacos.common.notify.NotifyCenter
Register to share-publisher.
remove(Object) - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
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, Class<? extends Event>) - 类 中的方法com.alibaba.nacos.common.notify.DefaultSharePublisher
Remove listener for default share publisher.
removeSubscriber(Subscriber) - 接口 中的方法com.alibaba.nacos.common.notify.EventPublisher
Remove listener.
removeTask(Object) - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
removeTask(Object) - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Remove task.
replaceSSLHostnameVerifier(HostnameVerifier) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Replace the default HostnameVerifier.
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
 
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(Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(Header, Query, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Query) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
RequestHttpEntity(HttpClientConfig, Header, Query, Object) - 类 的构造器com.alibaba.nacos.common.model.RequestHttpEntity
 
requireNonNull(T) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Checks that the specified object reference is not null.
requireNonNull(T, String) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
requireNonNullElse(T, T) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns the first argument if it is non-null and otherwise returns the non-null second argument.
ResourceUtils - com.alibaba.nacos.common.utils中的类
resource util.
ResourceUtils() - 类 的构造器com.alibaba.nacos.common.utils.ResourceUtils
 
ResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的接口
Response Handler abstract interface, the actual processing of the response conversion is done by a concrete implementation class.
ResponseHandler - com.alibaba.nacos.common.http.handler中的类
Response handler.
ResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.handler.ResponseHandler
 
ResponseHandlerType - com.alibaba.nacos.common.constant中的类
Response Handler Type.
ResponseHandlerType() - 类 的构造器com.alibaba.nacos.common.constant.ResponseHandlerType
 
RestResult<T> - com.alibaba.nacos.common.model中的类
Rest result.
RestResult() - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, String, T) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, T) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult(int, String) - 类 的构造器com.alibaba.nacos.common.model.RestResult
 
RestResult.ResResultBuilder<T> - com.alibaba.nacos.common.model中的类
 
RESTRESULT_TYPE - 类 中的静态变量com.alibaba.nacos.common.constant.ResponseHandlerType
 
RestResultResponseHandler<T> - com.alibaba.nacos.common.http.client.handler中的类
RestResult response handler, Mainly converter response type as RestResult type.
RestResultResponseHandler() - 类 的构造器com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler
 
RestResultUtils - com.alibaba.nacos.common.model中的类
Rest result utils.
RestResultUtils() - 类 的构造器com.alibaba.nacos.common.model.RestResultUtils
 
ringBufferSize - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
run() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 

S

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
 
sequence() - 类 中的方法com.alibaba.nacos.common.notify.Event
Event sequence number, which can be used to handle the sequence of events.
sequence() - 类 中的方法com.alibaba.nacos.common.notify.SlowEvent
 
SERVER_AUTH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_CERTPATH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_KEYPASSWORD - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_KEYPATH - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
SERVER_TRUST_CERT - 类 中的静态变量com.alibaba.nacos.common.tls.TlsSystemConfig
 
setChanged() - 类 中的方法com.alibaba.nacos.common.utils.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setCode(int) - 类 中的方法com.alibaba.nacos.common.model.RestResult
 
setConnectionRequestTimeout(int) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
setConnectionTimeToLive(long, TimeUnit) - 类 中的方法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.
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.
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
 
setOriginalResponseHeader(Map<String, List<String>>) - 类 中的方法com.alibaba.nacos.common.http.param.Header
set original format response header.
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.
setSSLContext(SSLContext) - 类 中的方法com.alibaba.nacos.common.http.client.request.JdkHttpClientRequest
Use specified SSLContext.
setTaskInterval(long) - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
setUserAgent(String) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
 
shareBufferSize - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
 
shouldProcess() - 类 中的方法com.alibaba.nacos.common.task.AbstractDelayTask
 
shouldProcess() - 类 中的方法com.alibaba.nacos.common.task.AbstractExecuteTask
 
shouldProcess() - 接口 中的方法com.alibaba.nacos.common.task.NacosTask
Judge Whether this nacos task should do.
shutdown() - 类 中的静态方法com.alibaba.nacos.common.executor.ThreadPoolManager
Shutdown thread pool manager.
shutdown(String) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
Shutdown http client holder and close remove template.
shutdown() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientManager
已过时。
Shutdown http client manager and close 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 serveral publisher instance which notifycenter has.
shutdown() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
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.
size() - 类 中的方法com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
size() - 接口 中的方法com.alibaba.nacos.common.task.engine.NacosTaskExecuteEngine
Get Task size in execute engine.
size(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Gets the size of the collection/iterator specified.
size() - 类 中的方法com.alibaba.nacos.common.utils.ConcurrentHashSet
 
sizeIsEmpty(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.CollectionUtils
Judge whether object is empty.
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.
start() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
 
start() - 类 中的方法com.alibaba.nacos.common.tls.TlsFileWatcher
start file watch task.
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
 
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(T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 
success(int, T) - 类 中的静态方法com.alibaba.nacos.common.model.RestResultUtils
 

T

tasks - 类 中的变量com.alibaba.nacos.common.task.engine.AbstractNacosTaskExecuteEngine
 
TEXT_HTML - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
TEXT_PLAIN - 类 中的静态变量com.alibaba.nacos.common.http.param.MediaType
 
ThreadPoolManager - com.alibaba.nacos.common.executor中的类
// TODO Access Metric.
ThreadUtils - com.alibaba.nacos.common.utils中的类
Thread utils.
ThreadUtils() - 类 的构造器com.alibaba.nacos.common.utils.ThreadUtils
 
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中的类
Certificate file update monitoring Considering that the current client needs to support jdk 1.6 and module dependencies , the WatchFileCenter in the core module is not used
TlsFileWatcher.FileChangeListener - com.alibaba.nacos.common.tls中的接口
 
TlsHelper - com.alibaba.nacos.common.tls中的类
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, boolean) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to boolean value if parameter value is legal.
toBoolean(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a boolean (optimised for performance).
toBooleanObject(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Converts a String to a Boolean.
toBytes(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
String to byte array.
toBytes(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.ByteUtils
Object to byte array.
toInt(String) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
toInt(String, int) - 类 中的静态方法com.alibaba.nacos.common.utils.ConvertUtils
Convert String value to int value if parameter value is legal.
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(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.
toObj(byte[], Class<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(byte[], TypeReference<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, Class<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String, TypeReference<T>) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(InputStream, Type) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Object.
toObj(String) - 类 中的静态方法com.alibaba.nacos.common.utils.JacksonUtils
Json string deserialize to Jackson JsonNode.
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.model.RestResult
 
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.
toString(Object) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns the result of calling toString for a non-null argument and "null" for a null argument.
toString(Object, String) - 类 中的静态方法com.alibaba.nacos.common.utils.Objects
Returns the result of calling toString on the first argument if the first argument is not null and returns the second argument otherwise.
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
 
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.
tryDecompress(InputStream) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from stream.
tryDecompress(byte[]) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Try decompress by GZIP from byte array.

U

update(Observable, Object) - 接口 中的方法com.alibaba.nacos.common.utils.Observer
This method is called whenever the observed object is changed.
USER_AGENT_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
 
UuidUtils - com.alibaba.nacos.common.utils中的类
UUID utils.
UuidUtils() - 类 的构造器com.alibaba.nacos.common.utils.UuidUtils
 

V

valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.common.http.BaseHttpMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alibaba.nacos.common.http.BaseHttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, SSLSession) - 类 中的方法com.alibaba.nacos.common.tls.SelfHostnameVerifier
 
version - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
 
VERSION_PLACEHOLDER - 类 中的静态变量com.alibaba.nacos.common.utils.VersionUtils
获取当前version.
VersionUtils - com.alibaba.nacos.common.utils中的类
Version utils.
VersionUtils() - 类 的构造器com.alibaba.nacos.common.utils.VersionUtils
 

W

WARN - 类 中的静态变量com.alibaba.nacos.common.utils.LoggerUtils
 
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
 
writeStringToFile(File, String, String) - 类 中的静态方法com.alibaba.nacos.common.utils.IoUtils
Write string to a file.
A B C D E F G H I J L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2018–2020 Alibaba Group. All rights reserved.