- Callback<T> - com.alibaba.nacos.common.http中的接口
-
Http callback.
- 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_VERSION_HEADER - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
-
- close() - 类 中的方法com.alibaba.nacos.common.http.client.DefaultAsyncHttpClientRequest
-
- close() - 类 中的方法com.alibaba.nacos.common.http.client.DefaultClientHttpResponse
-
- close() - 类 中的方法com.alibaba.nacos.common.http.client.DefaultHttpClientRequest
-
- close() - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientResponse
-
close response InputStream.
- close() - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
-
close request client.
- close() - 类 中的方法com.alibaba.nacos.common.http.client.NacosRestTemplate
-
close request client.
- 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.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.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.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中的类
-
- ConcurrentHashSet() - 类 的构造器com.alibaba.nacos.common.utils.ConcurrentHashSet
-
- CONNECTION - 接口 中的静态变量com.alibaba.nacos.common.constant.HttpHeaderConsts
-
- 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
-
- 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.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.
- 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, Map<String, String>, Type, Callback<T>) - 类 中的方法com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
-
async http get URL request params are expanded using the given map paramValues.
- 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, Map<String, String>, 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
-
- getAllExceptionMsg(Throwable) - 类 中的静态方法com.alibaba.nacos.common.utils.ExceptionUtil
-
- getAsyncHttpClient() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientManager
-
- getBody() - 类 中的方法com.alibaba.nacos.common.http.client.DefaultClientHttpResponse
-
- getBody() - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientResponse
-
Return the body of the message as an input stream.
- 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
-
- getConTimeOutMillis() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
-
- getData() - 类 中的方法com.alibaba.nacos.common.model.RestResult
-
- 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.DefaultClientHttpResponse
-
- getHeaders() - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientResponse
-
Return the headers of this message.
- getHeaders() - 类 中的方法com.alibaba.nacos.common.model.RequestHttpEntity
-
- getInstance() - 类 中的静态方法com.alibaba.nacos.common.executor.ThreadPoolManager
-
- 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
- getMaxRedirects() - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig
-
- getMessage() - 类 中的方法com.alibaba.nacos.common.model.RestResult
-
- getMethod() - 类 中的方法com.alibaba.nacos.common.http.BaseHttpClient.HttpGetWithEntity
-
- getNacosAsyncRestTemplate() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
- getNacosAsyncRestTemplate(HttpClientFactory) - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
- getNacosRestTemplate() - 类 中的静态方法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.
- 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
-
- getRequestBase() - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
-
- 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.DefaultClientHttpResponse
-
- getStatusCode() - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientResponse
-
Return the HTTP status code.
- getStatusText() - 类 中的方法com.alibaba.nacos.common.http.client.DefaultClientHttpResponse
-
- getStatusText() - 接口 中的方法com.alibaba.nacos.common.http.client.HttpClientResponse
-
Return the HTTP status text of the response.
- 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
-
- getValue(String) - 类 中的方法com.alibaba.nacos.common.http.param.Header
-
- getValue(String) - 类 中的方法com.alibaba.nacos.common.http.param.Query
-
- 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.
- initEntity(Object, String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
-
Init http entity.
- initFromEntity(Map<String, String>, String) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
-
Init request from entity map.
- initHeader(Header) - 枚举 中的方法com.alibaba.nacos.common.http.BaseHttpMethod
-
Init http header.
- 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.
- IoUtils - com.alibaba.nacos.common.utils中的类
-
IO related tool methods.
- IoUtils() - 类 的构造器com.alibaba.nacos.common.utils.IoUtils
-
- 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(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.
- isInitialized() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
-
- 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
-
- NacosAsyncRestTemplate - com.alibaba.nacos.common.http.client中的类
-
Nacos async rest template.
- NacosAsyncRestTemplate(AsyncHttpClientRequest) - 类 的构造器com.alibaba.nacos.common.http.client.NacosAsyncRestTemplate
-
- NacosRestTemplate - com.alibaba.nacos.common.http.client中的类
-
Nacos rest template Interface specifying a basic set of RESTful operations.
- NacosRestTemplate(HttpClientRequest) - 类 的构造器com.alibaba.nacos.common.http.client.NacosRestTemplate
-
- NameThreadFactory - com.alibaba.nacos.common.executor中的类
-
Name thread factory.
- NameThreadFactory(String) - 类 的构造器com.alibaba.nacos.common.executor.NameThreadFactory
-
- NAsyncHttpClient - com.alibaba.nacos.common.http中的接口
-
Nacos async http client interface.
- 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
-
- newCustomerThreadExecutor(String, 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
-
- newFixedExecutorService(String, int) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
已过时。
- newFixedExecutorService(String, 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
-
- newScheduledExecutorService(String, 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
-
- newSingleExecutorService(String) - 类 中的静态方法com.alibaba.nacos.common.executor.ExecutorFactory
-
已过时。
- newSingleExecutorService(String, 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
-
- newSingleScheduledExecutorService(String, 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中的接口
-
Nacos http client interface.
- 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中的接口
-
Nacos sync http client.
- 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>, 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>, 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, Map<String, String>, 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, Map<String, String>, 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.
- 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>, 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>, 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, Map<String, String>, 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, Map<String, String>, 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'.
- 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
-
- 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
-
- 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
-
- setHeader(Header) - 类 中的方法com.alibaba.nacos.common.http.HttpRestResult
-
- setMaxRedirects(int) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
-
- setMessage(String) - 类 中的方法com.alibaba.nacos.common.model.RestResult
-
- setReadTimeOutMillis(int) - 类 中的方法com.alibaba.nacos.common.http.HttpClientConfig.HttpClientConfigBuilder
-
- shareBufferSize - 类 中的静态变量com.alibaba.nacos.common.notify.NotifyCenter
-
- shutdown() - 类 中的静态方法com.alibaba.nacos.common.executor.ThreadPoolManager
-
Shutdown thread pool manager.
- shutdown() - 类 中的静态方法com.alibaba.nacos.common.http.HttpClientBeanHolder
-
Shutdown http client holder and close all 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.
- shutdownThreadPool(ExecutorService) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
-
- shutdownThreadPool(ExecutorService, Logger) - 类 中的静态方法com.alibaba.nacos.common.utils.ThreadUtils
-
Shutdown thread pool.
- 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
-
- start() - 类 中的方法com.alibaba.nacos.common.notify.DefaultPublisher
-
- 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
-
- 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
-
- 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
-
- 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.