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

A

AbstractBeatCheckInterceptor - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Abstract Beat check Interceptor.
AbstractBeatCheckInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.AbstractBeatCheckInterceptor
 
AbstractClusterRequest - com.alibaba.nacos.naming.cluster.remote.request中的类
Cluster request.
AbstractClusterRequest() - 类 的构造器com.alibaba.nacos.naming.cluster.remote.request.AbstractClusterRequest
 
AbstractHealthCheckInterceptor - com.alibaba.nacos.naming.healthcheck.interceptor中的类
Abstract health check interceptor.
AbstractHealthCheckInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.interceptor.AbstractHealthCheckInterceptor
 
AbstractNamingInterceptorChain<T extends Interceptable> - com.alibaba.nacos.naming.interceptor中的类
Abstract Naming Interceptor Chain.
AbstractNamingInterceptorChain(Class<? extends NacosNamingInterceptor<T>>) - 类 的构造器com.alibaba.nacos.naming.interceptor.AbstractNamingInterceptorChain
 
ACK_TIMEOUT_NANOS - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The Nanoseconds for receive UDP ack time out.
AckEntry - com.alibaba.nacos.naming.remote.udp中的类
UDP Ack entity.
AckEntry(String, DatagramPacket) - 类 的构造器com.alibaba.nacos.naming.remote.udp.AckEntry
 
AckPacket - com.alibaba.nacos.naming.remote.udp中的类
UDP ack packet.
AckPacket() - 类 的构造器com.alibaba.nacos.naming.remote.udp.AckPacket
 
addInterceptor(NacosNamingInterceptor<T>) - 类 中的方法com.alibaba.nacos.naming.interceptor.AbstractNamingInterceptorChain
 
addInterceptor(NacosNamingInterceptor<T>) - 接口 中的方法com.alibaba.nacos.naming.interceptor.NacosNamingInterceptorChain
Add interceptor.
addProcessor(Collection<HealthCheckProcessor>) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckProcessorDelegate
 
addProcessor(Collection<HealthCheckProcessorV2>) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2Delegate
 
afterIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
afterIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
afterIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
afterIntercept() - 接口 中的方法com.alibaba.nacos.naming.interceptor.Interceptable
If one NacosNamingInterceptor intercept this object, this method will be called.

B

BeatCheckTask - com.alibaba.nacos.naming.healthcheck.heartbeat中的接口
Check and update statues of ephemeral instances, remove them if they have been expired.
BeatInfoInstanceBuilder - com.alibaba.nacos.naming.pojo.instance中的类
Client beatInfo instance builder.
BeatProcessor - com.alibaba.nacos.naming.healthcheck.heartbeat中的接口
Thread to update ephemeral instance triggered by client beat.
build() - 类 中的方法com.alibaba.nacos.naming.pojo.instance.BeatInfoInstanceBuilder
Build a new Instance and chain handled by InstanceExtensionHandler.
build() - 类 中的方法com.alibaba.nacos.naming.pojo.instance.HttpRequestInstanceBuilder
Build a new Instance and chain handled by InstanceExtensionHandler.

C

cancelCheck(BeatCheckTask) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
Cancel client beat check task.
CanDistro - com.alibaba.nacos.naming.web中的注释类型
Annotation to determine if method should be redirected.
checkFail(Instance, HealthCheckTask, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckCommon
Health check fail, when instance check failed count more than max failed time, set unhealthy.
checkFail(HealthCheckTaskV2, Service, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckCommonV2
Health check fail, when instance check failed count more than max failed time, set unhealthy.
checkFailCount - 类 中的变量com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
checkFailNow(Instance, HealthCheckTask, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckCommon
Health check fail, set instance unhealthy directly.
checkFailNow(HealthCheckTaskV2, Service, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckCommonV2
Health check fail, set instance unhealthy directly.
checkOK(Instance, HealthCheckTask, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckCommon
Health check pass.
checkOk(HealthCheckTaskV2, Service, String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckCommonV2
Health check pass.
checkOkCount - 类 中的变量com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
checkRt - 类 中的变量com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
CLIENT_EXPIRED_TIME_CONFIG_KEY - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
CLIENT_IP - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
ClientBeatCheckTask - com.alibaba.nacos.naming.healthcheck中的类
Client beat check task of service for version 1.x.
ClientBeatCheckTask(Service) - 类 的构造器com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
ClientBeatCheckTaskV2 - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Client beat check task of service for version 2.x.
ClientBeatCheckTaskV2(IpPortBasedClient) - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
ClientBeatProcessor - com.alibaba.nacos.naming.healthcheck中的类
Thread to update ephemeral instance triggered by client beat for v1.x.
ClientBeatProcessor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
ClientBeatProcessorV2 - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Thread to update ephemeral instance triggered by client beat for v2.x.
ClientBeatProcessorV2(String, RsInfo, IpPortBasedClient) - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatProcessorV2
 
ClientBeatUpdateTask - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Client beat update task.
ClientBeatUpdateTask(IpPortBasedClient) - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatUpdateTask
 
ClientConstants - com.alibaba.nacos.naming.constants中的类
Constants for client.
ClientConstants() - 类 的构造器com.alibaba.nacos.naming.constants.ClientConstants
 
CLUSTER_NAME - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
ClusterInfo - com.alibaba.nacos.naming.pojo中的类
Cluster info.
ClusterInfo() - 类 的构造器com.alibaba.nacos.naming.pojo.ClusterInfo
 
CLUSTERS - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
ClusterStateView - com.alibaba.nacos.naming.pojo中的类
Cluster state view.
ClusterStateView() - 类 的构造器com.alibaba.nacos.naming.pojo.ClusterStateView
 
collectMetrics() - 类 中的方法com.alibaba.nacos.naming.monitor.PerformanceLoggerThread
collect metrics.
com.alibaba.nacos.naming - 程序包 com.alibaba.nacos.naming
 
com.alibaba.nacos.naming.ability - 程序包 com.alibaba.nacos.naming.ability
 
com.alibaba.nacos.naming.cluster - 程序包 com.alibaba.nacos.naming.cluster
 
com.alibaba.nacos.naming.cluster.remote.request - 程序包 com.alibaba.nacos.naming.cluster.remote.request
 
com.alibaba.nacos.naming.cluster.remote.response - 程序包 com.alibaba.nacos.naming.cluster.remote.response
 
com.alibaba.nacos.naming.cluster.transport - 程序包 com.alibaba.nacos.naming.cluster.transport
 
com.alibaba.nacos.naming.constants - 程序包 com.alibaba.nacos.naming.constants
 
com.alibaba.nacos.naming.exception - 程序包 com.alibaba.nacos.naming.exception
 
com.alibaba.nacos.naming.healthcheck - 程序包 com.alibaba.nacos.naming.healthcheck
 
com.alibaba.nacos.naming.healthcheck.extend - 程序包 com.alibaba.nacos.naming.healthcheck.extend
 
com.alibaba.nacos.naming.healthcheck.heartbeat - 程序包 com.alibaba.nacos.naming.healthcheck.heartbeat
 
com.alibaba.nacos.naming.healthcheck.interceptor - 程序包 com.alibaba.nacos.naming.healthcheck.interceptor
 
com.alibaba.nacos.naming.healthcheck.v2 - 程序包 com.alibaba.nacos.naming.healthcheck.v2
 
com.alibaba.nacos.naming.healthcheck.v2.processor - 程序包 com.alibaba.nacos.naming.healthcheck.v2.processor
 
com.alibaba.nacos.naming.interceptor - 程序包 com.alibaba.nacos.naming.interceptor
 
com.alibaba.nacos.naming.monitor - 程序包 com.alibaba.nacos.naming.monitor
 
com.alibaba.nacos.naming.pojo - 程序包 com.alibaba.nacos.naming.pojo
 
com.alibaba.nacos.naming.pojo.instance - 程序包 com.alibaba.nacos.naming.pojo.instance
 
com.alibaba.nacos.naming.remote.rpc.filter - 程序包 com.alibaba.nacos.naming.remote.rpc.filter
 
com.alibaba.nacos.naming.remote.rpc.handler - 程序包 com.alibaba.nacos.naming.remote.rpc.handler
 
com.alibaba.nacos.naming.remote.udp - 程序包 com.alibaba.nacos.naming.remote.udp
 
com.alibaba.nacos.naming.web - 程序包 com.alibaba.nacos.naming.web
 
compareAndSetMaxPushCost(long) - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
configExtensionInfoFromRequest(HttpServletRequest) - 接口 中的方法com.alibaba.nacos.naming.pojo.instance.InstanceExtensionHandler
Config extension info from http request.
CONNECT_TIMEOUT_MS - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.MysqlHealthCheckProcessor
 
CONNECT_TIMEOUT_MS - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
 
CONNECT_TIMEOUT_MS - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.v2.processor.MysqlHealthCheckProcessor
 
CONNECT_TIMEOUT_MS - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 
CONNECTION_METADATA - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
CONNECTION_TYPE - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
Constants - com.alibaba.nacos.naming.constants中的类
Naming module code starts with 20001.
Constants() - 类 的构造器com.alibaba.nacos.naming.constants.Constants
 
containAck(String) - 类 中的方法com.alibaba.nacos.naming.remote.udp.UdpConnector
 
contains(String) - 类 中的方法com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
Judge whether contain server in cluster.
COUNT - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
CUSTOM_INSTANCE_ID - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The custom instance id key.

D

data - 类 中的变量com.alibaba.nacos.naming.remote.udp.AckPacket
 
DATA_WARMUP - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
default: false.
decrementInstanceCount() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
decrementSubscribeCount() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
DEFAULT_CLIENT_EXPIRED_TIME - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
DEFAULT_FACTORY - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
DEFAULT_INSTANCE_WEIGHT - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The weight of instance according to instance self publish.
DEFAULT_PUSH_TASK_DELAY - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
 
DEFAULT_PUSH_TASK_RETRY_DELAY - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
 
DEFAULT_PUSH_TASK_TIMEOUT - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
 
DEFAULT_PUSH_TIMEOUT_MILLS - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The Milliseconds for push timeout.
DefaultInstanceIdGenerator - com.alibaba.nacos.naming.pojo.instance中的类
Default instance id generator.
DefaultInstanceIdGenerator(String, String, String, int) - 类 的构造器com.alibaba.nacos.naming.pojo.instance.DefaultInstanceIdGenerator
 
deserialize(byte[], Class<T>) - 类 中的方法com.alibaba.nacos.naming.cluster.transport.JacksonSerializer
 
deserialize(byte[], Class<T>) - 接口 中的方法com.alibaba.nacos.naming.cluster.transport.Serializer
Deserialize byte array data to target type.
deserializeMap(byte[], Class<T>) - 类 中的方法com.alibaba.nacos.naming.cluster.transport.JacksonSerializer
 
deserializeMap(byte[], Class<T>) - 接口 中的方法com.alibaba.nacos.naming.cluster.transport.Serializer
Deserialize byte array data to target type.
destroy() - 类 中的方法com.alibaba.nacos.naming.web.DistroFilter
 
DISTRO_BATCH_SYNC_KEY_COUNT - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The batch size of the key that distro combined delay task for http. default: 1000.
DISTRO_SYNC_RETRY_DELAY - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Task time interval between twice processing, unit is millisecond. default: 5000ms
DISTRO_TASK_DISPATCH_PERIOD - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Task time interval between twice processing, unit is millisecond. default: 2000 ms.
DistroDataRequest - com.alibaba.nacos.naming.cluster.remote.request中的类
Distro data request.
DistroDataRequest() - 类 的构造器com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
DistroDataRequest(DistroData, DataOperation) - 类 的构造器com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
DistroDataRequestHandler - com.alibaba.nacos.naming.remote.rpc.handler中的类
Distro data request handler.
DistroDataRequestHandler(DistroProtocol) - 类 的构造器com.alibaba.nacos.naming.remote.rpc.handler.DistroDataRequestHandler
 
DistroDataResponse - com.alibaba.nacos.naming.cluster.remote.response中的类
Distro data response.
DistroDataResponse() - 类 的构造器com.alibaba.nacos.naming.cluster.remote.response.DistroDataResponse
 
DistroFilter - com.alibaba.nacos.naming.web中的类
Distro filter.
DistroFilter() - 类 的构造器com.alibaba.nacos.naming.web.DistroFilter
 
distroFilter() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
distroFilterRegistration() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
DistroIpPortTagGenerator - com.alibaba.nacos.naming.web中的类
Distro IP and port tag generator.
DistroIpPortTagGenerator() - 类 的构造器com.alibaba.nacos.naming.web.DistroIpPortTagGenerator
 
DistroServiceNameTagGenerator - com.alibaba.nacos.naming.web中的类
Distro service name tag generator for v1.x.
DistroServiceNameTagGenerator() - 类 的构造器com.alibaba.nacos.naming.web.DistroServiceNameTagGenerator
 
distroSyncFail(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply distro sync fail.
distroSyncSuccess(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply distro sync success.
DistroTagGenerator - com.alibaba.nacos.naming.web中的接口
Distro tag generator.
DistroTagGeneratorImpl - com.alibaba.nacos.naming.web中的类
Distro tag generator.
DistroTagGeneratorImpl(UpgradeJudgement) - 类 的构造器com.alibaba.nacos.naming.web.DistroTagGeneratorImpl
 
distroVerifyFail(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply distro verify fail.
distroVerifySuccess(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply distro verify success.
doCheck(Client, Service, HealthCheckInstancePublishInfo) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ExpiredInstanceChecker
 
doCheck(Client, Service, HealthCheckInstancePublishInfo) - 接口 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatChecker
Do check for input instance.
doCheck(Client, Service, HealthCheckInstancePublishInfo) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.UnhealthyInstanceChecker
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.naming.web.DistroFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.naming.web.ServiceNameFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.alibaba.nacos.naming.web.TrafficReviseFilter
 
doHealthCheck() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
doHealthCheck() - 接口 中的方法com.alibaba.nacos.naming.healthcheck.NacosHealthCheckTask
Do health check.
doHealthCheck() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
doInterceptor(T) - 类 中的方法com.alibaba.nacos.naming.interceptor.AbstractNamingInterceptorChain
 
doInterceptor(T) - 接口 中的方法com.alibaba.nacos.naming.interceptor.NacosNamingInterceptorChain
Do intercept by added interceptors.

E

EMPTY_SERVICE_CLEAN_INTERVAL - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Time interval to clear empty services, unit: millisecond. default: 60000 ms.
EMPTY_SERVICE_EXPIRED_TIME - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Expiration time of empty service, unit: millisecond. default: 60000 ms.
ENCODING - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
EPHEMERAL - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
EPHEMERAL - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
EPHEMERAL_IP_PORT - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
equals(Object) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
EXPIRE_INSTANCE - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
default : true.
EXPIRED_METADATA_CLEAN_INTERVAL - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Time interval to clear expired metadata, unit: millisecond. default: 5000 ms.
EXPIRED_METADATA_EXPIRED_TIME - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Expiration time of expired metadata, unit: millisecond. default: 60000 ms.
ExpiredInstanceChecker - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance beat checker for expired instance.
ExpiredInstanceChecker() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.ExpiredInstanceChecker
 

F

FieldsConstants - com.alibaba.nacos.naming.constants中的类
FieldsConstants.
FieldsConstants() - 类 的构造器com.alibaba.nacos.naming.constants.FieldsConstants
 
filter(Request, RequestMeta, Class) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.filter.GrpcRequestFilter
 

G

generateInstanceId() - 类 中的方法com.alibaba.nacos.naming.pojo.instance.DefaultInstanceIdGenerator
 
get(Instance) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
Get health check status of instance.
getAckKey(String, int, long) - 类 中的静态方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
getAddrStr() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getAgent() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getAk() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getAll() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
getApp() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getAvgPushCostMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getCheckRtBest() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCheckRtBest() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getCheckRtLast() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCheckRtLast() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getCheckRtLastLast() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCheckRtLastLast() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getCheckRtNormalized() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCheckRtNormalized() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getCheckRtWorst() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCheckRtWorst() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getChecksum() - 接口 中的方法com.alibaba.nacos.naming.pojo.Record
get the checksum of this record, usually for record comparison.
getClient() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
getClient() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getCluster() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getCluster() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getCluster() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getClusterCount() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getClusterMap() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Getter method for property clusterMap.
getClusterName() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
getClusters() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailView
 
getClusterTerm() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getConsistencyType() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationInfo
 
getCount() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceNameView
 
getCpu() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getData() - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
getDataOperation() - 类 中的方法com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
getDiskException() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getDistroData() - 类 中的方法com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
getDistroData() - 类 中的方法com.alibaba.nacos.naming.cluster.remote.response.DistroDataResponse
 
getDistroMapper() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
getDomCountMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getEphemeral() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
getErrorMsg() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerStatusManager
 
getFailedPushMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getGlobalConfig() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
getGlobalConfig() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
getGroupName() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
getGroupName() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getHealthChecker() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
getHealthyInstanceCount() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getHeartbeatDueMs() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getHosts() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
Getter method for property hosts.
getHttpHealthCheckMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getInstance() - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTaskInterceptorChain
 
getInstance() - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckInterceptorChain
 
getInstance() - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
 
getInstancePublishInfo() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
getInstances() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
getInstances() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationInfo
 
getInterceptors() - 类 中的方法com.alibaba.nacos.naming.interceptor.AbstractNamingInterceptorChain
Get all interceptors.
getIp() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getIp() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
getIp() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getIpCount() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getIpCountMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getKey() - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
getLeaderDueMs() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getLeaderSendBeatFailedException() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getLeaderStatusMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getLoad() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getMaxPushCostMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getMem() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getMetadata() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getMetadata() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
getMetadata() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
getMetadata() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Getter method for property metadata.
getModule() - 类 中的方法com.alibaba.nacos.naming.cluster.remote.request.AbstractClusterRequest
 
getMysqlHealthCheckMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getName() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getNamespace() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
getNamespace() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
getNamespaceId() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getNodeIp() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getNodeState() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getOrigin() - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
getPort() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getPort() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
getPort() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getProtectThreshold() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
getPushService() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
getPushService() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
getQps() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getResponsibleTag(ReuseHttpServletRequest) - 类 中的方法com.alibaba.nacos.naming.web.DistroIpPortTagGenerator
 
getResponsibleTag(ReuseHttpServletRequest) - 类 中的方法com.alibaba.nacos.naming.web.DistroServiceNameTagGenerator
 
getResponsibleTag(ReuseHttpServletRequest) - 接口 中的方法com.alibaba.nacos.naming.web.DistroTagGenerator
Get responsible tag from http request.
getResponsibleTag(ReuseHttpServletRequest) - 类 中的方法com.alibaba.nacos.naming.web.DistroTagGeneratorImpl
 
getRetryTimes() - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
getRsInfo() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
getRt() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getSelector() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
getServers() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
 
getServerStatus() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerStatusManager
 
getService() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
getService() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
getService() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailView
 
getServiceName() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getServiceName() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
getServiceName() - 类 中的方法com.alibaba.nacos.naming.pojo.InstanceOperationInfo
 
getServiceName() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Getter method for property serviceName.
getServiceName() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
getServices() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceNameView
 
getStartTime() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
getStartTime() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getSubscriberCount() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getSubscribers() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscribers
 
getSwitchDomain() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
getTaskId() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
getTaskId() - 接口 中的方法com.alibaba.nacos.naming.healthcheck.NacosHealthCheckTask
Get task id.
getTaskId() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
getTcpHealthCheckMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getTotalPushCostForAvg() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getTotalPushCountForAvg() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getTotalPushMonitor() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
getTriggerFlag() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
getType() - 接口 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckProcessor
Get check task type, refer to enum HealthCheckType.
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckProcessorDelegate
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HttpHealthCheckProcessor
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.MysqlHealthCheckProcessor
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.NoneHealthCheckProcessor
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
 
getType() - 接口 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2
Get check task type, refer to enum HealthCheckType.
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2Delegate
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HttpHealthCheckProcessor
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.MysqlHealthCheckProcessor
 
getType() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 
getVoteFor() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
getWeight() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
getWeight() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
GROUP_NAME - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
GrpcRequestFilter - com.alibaba.nacos.naming.remote.rpc.filter中的类
Grpc request filter.
GrpcRequestFilter() - 类 的构造器com.alibaba.nacos.naming.remote.rpc.filter.GrpcRequestFilter
 

H

handle(DistroDataRequest, RequestMeta) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.handler.DistroDataRequestHandler
 
handle(InstanceRequest, RequestMeta) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.handler.InstanceRequestHandler
 
handle(ServiceListRequest, RequestMeta) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.handler.ServiceListRequestHandler
 
handle(ServiceQueryRequest, RequestMeta) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.handler.ServiceQueryRequestHandler
 
handle(SubscribeServiceRequest, RequestMeta) - 类 中的方法com.alibaba.nacos.naming.remote.rpc.handler.SubscribeServiceRequestHandler
 
handleException(Exception) - 类 中的方法com.alibaba.nacos.naming.exception.ResponseExceptionHandler
Handle other exception.
handleExtensionInfo(Instance) - 接口 中的方法com.alibaba.nacos.naming.pojo.instance.InstanceExtensionHandler
Do handle for instance.
handleMissingParams(MissingServletRequestParameterException) - 类 中的方法com.alibaba.nacos.naming.exception.ResponseExceptionHandler
Handle missing request parameter exception.
handleNacosException(NacosException) - 类 中的方法com.alibaba.nacos.naming.exception.ResponseExceptionHandler
handleParameterError(IllegalArgumentException) - 类 中的方法com.alibaba.nacos.naming.exception.ResponseExceptionHandler
hashCode() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
HEALTH_CHECKER - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
HealthCheckCommon - com.alibaba.nacos.naming.healthcheck中的类
Health check public methods.
HealthCheckCommon() - 类 的构造器com.alibaba.nacos.naming.healthcheck.HealthCheckCommon
 
HealthCheckCommonV2 - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
Health check public methods for v2.x.
HealthCheckCommonV2() - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckCommonV2
 
HealthCheckEnableInterceptor - com.alibaba.nacos.naming.healthcheck.interceptor中的类
Health check enable interceptor.
HealthCheckEnableInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckEnableInterceptor
 
HealthCheckExtendProvider - com.alibaba.nacos.naming.healthcheck.extend中的类
Health check extend provider.
HealthCheckExtendProvider() - 类 的构造器com.alibaba.nacos.naming.healthcheck.extend.HealthCheckExtendProvider
 
HealthCheckInterceptorChain - com.alibaba.nacos.naming.healthcheck.interceptor中的类
Health check interceptor chain.
HealthCheckProcessor - com.alibaba.nacos.naming.healthcheck中的接口
Health check processor.
HealthCheckProcessorDelegate - com.alibaba.nacos.naming.healthcheck中的类
Delegate of health check.
HealthCheckProcessorDelegate(HealthCheckExtendProvider) - 类 的构造器com.alibaba.nacos.naming.healthcheck.HealthCheckProcessorDelegate
 
HealthCheckProcessorV2 - com.alibaba.nacos.naming.healthcheck.v2.processor中的接口
Health check processor for v2.x.
HealthCheckProcessorV2Delegate - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
Delegate of health check v2.x.
HealthCheckProcessorV2Delegate(HealthCheckExtendProvider) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2Delegate
 
HealthCheckReactor - com.alibaba.nacos.naming.healthcheck中的类
Health check reactor.
HealthCheckReactor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
 
HealthCheckResponsibleInterceptor - com.alibaba.nacos.naming.healthcheck.interceptor中的类
Health check responsible interceptor.
HealthCheckResponsibleInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckResponsibleInterceptor
 
HealthCheckStatus - com.alibaba.nacos.naming.healthcheck中的类
Health check status.
HealthCheckStatus() - 类 的构造器com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
HealthCheckTask - com.alibaba.nacos.naming.healthcheck中的类
Health check task.
HealthCheckTask(Cluster) - 类 的构造器com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
HealthCheckTaskInterceptWrapper - com.alibaba.nacos.naming.healthcheck.interceptor中的类
Health check task intercept wrapper.
HealthCheckTaskInterceptWrapper(NacosHealthCheckTask) - 类 的构造器com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckTaskInterceptWrapper
 
HealthCheckTaskV2 - com.alibaba.nacos.naming.healthcheck.v2中的类
Health check task for v2.x.
HealthCheckTaskV2(IpPortBasedClient) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
HealthStatusSynchronizer - com.alibaba.nacos.naming.healthcheck.v2中的接口
Health status synchronizer.
HEALTHY_KEY - 类 中的静态变量com.alibaba.nacos.naming.constants.RequestConstant
 
HttpHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck中的类
HTTP health check processor.
HttpHealthCheckProcessor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.HttpHealthCheckProcessor
 
HttpHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
TCP health check processor for v2.x.
HttpHealthCheckProcessor(HealthCheckCommonV2, SwitchDomain) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.HttpHealthCheckProcessor
 
HttpRequestInstanceBuilder - com.alibaba.nacos.naming.pojo.instance中的类
Http instance builder.

I

ID_DELIMITER - 类 中的静态变量com.alibaba.nacos.naming.pojo.instance.DefaultInstanceIdGenerator
 
increaseRetryTime() - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
incrementFailPush() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
incrementInstanceCount() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
incrementPush() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
incrementPushCost(long) - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
incrementSubscribeCount() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
 
init() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
 
init() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerStatusManager
 
init() - 类 中的方法com.alibaba.nacos.naming.healthcheck.extend.HealthCheckExtendProvider
 
init() - 类 中的方法com.alibaba.nacos.naming.monitor.PerformanceLoggerThread
 
init(FilterConfig) - 类 中的方法com.alibaba.nacos.naming.web.DistroFilter
 
initialize(ServerAbilities) - 类 中的方法com.alibaba.nacos.naming.ability.NamingAbilityInitializer
 
INSTANCE_METADATA - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
InstanceBeatChecker - com.alibaba.nacos.naming.healthcheck.heartbeat中的接口
Instance heart beat checker.
InstanceBeatCheckResponsibleInterceptor - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance responsibility check interceptor.
InstanceBeatCheckResponsibleInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckResponsibleInterceptor
 
InstanceBeatCheckTask - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance beat check task.
InstanceBeatCheckTask(IpPortBasedClient, Service, HealthCheckInstancePublishInfo) - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
InstanceBeatCheckTaskInterceptorChain - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance beat check interceptor chain.
InstanceEnableBeatCheckInterceptor - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance enable beat check interceptor.
InstanceEnableBeatCheckInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceEnableBeatCheckInterceptor
 
InstanceExtensionHandler - com.alibaba.nacos.naming.pojo.instance中的接口
Instance extension handler.
instanceHealthStatusChange(boolean, Client, Service, InstancePublishInfo) - 接口 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthStatusSynchronizer
Instance health status change.
instanceHealthStatusChange(boolean, Client, Service, InstancePublishInfo) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.PersistentHealthStatusSynchronizer
 
InstanceOperationContext - com.alibaba.nacos.naming.pojo中的类
InstanceOperationContext. used in instance batch operation's consumer.
InstanceOperationContext() - 类 的构造器com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
InstanceOperationContext(String, String, Boolean, Boolean) - 类 的构造器com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
InstanceOperationContext(String, String, Boolean, Boolean, List<Instance>) - 类 的构造器com.alibaba.nacos.naming.pojo.InstanceOperationContext
 
InstanceOperationInfo - com.alibaba.nacos.naming.pojo中的类
InstanceOperationInfo. operation resources's description
InstanceOperationInfo() - 类 的构造器com.alibaba.nacos.naming.pojo.InstanceOperationInfo
 
InstanceOperationInfo(String, String, List<? extends Instance>) - 类 的构造器com.alibaba.nacos.naming.pojo.InstanceOperationInfo
 
InstanceRequestHandler - com.alibaba.nacos.naming.remote.rpc.handler中的类
Instance request handler.
InstanceRequestHandler(EphemeralClientOperationServiceImpl) - 类 的构造器com.alibaba.nacos.naming.remote.rpc.handler.InstanceRequestHandler
 
intercept(InstanceBeatCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckResponsibleInterceptor
 
intercept(InstanceBeatCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceEnableBeatCheckInterceptor
 
intercept(InstanceBeatCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ServiceEnableBeatCheckInterceptor
 
intercept(NacosHealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckEnableInterceptor
 
intercept(NacosHealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckResponsibleInterceptor
 
intercept(T) - 接口 中的方法com.alibaba.nacos.naming.interceptor.NacosNamingInterceptor
Do intercept operation.
Interceptable - com.alibaba.nacos.naming.interceptor中的接口
Interceptable Interface.
IP - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
IP_KEY - 类 中的静态变量com.alibaba.nacos.naming.constants.RequestConstant
 
IpAddressInfo - com.alibaba.nacos.naming.pojo中的类
Ip and address info.
IpAddressInfo() - 类 的构造器com.alibaba.nacos.naming.pojo.IpAddressInfo
 
isBeingChecked - 类 中的变量com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
isCancelled() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
isCancelled() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
isEnabled() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
isEphemeral() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
isEphemeral() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
isInterceptType(Class<?>) - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.AbstractBeatCheckInterceptor
 
isInterceptType(Class<?>) - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.AbstractHealthCheckInterceptor
 
isInterceptType(Class<?>) - 接口 中的方法com.alibaba.nacos.naming.interceptor.NacosNamingInterceptor
Judge whether the input type is intercepted by this Interceptor.
isValid() - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 

J

JacksonSerializer - com.alibaba.nacos.naming.cluster.transport中的类
Use Jackson to serialize data.
JacksonSerializer() - 类 的构造器com.alibaba.nacos.naming.cluster.transport.JacksonSerializer
 

L

lastRefTime - 类 中的变量com.alibaba.nacos.naming.remote.udp.AckPacket
 
LOAD_DATA_RETRY_DELAY_MILLIS - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
default 60000L.

M

main(String[]) - 类 中的静态方法com.alibaba.nacos.naming.NamingApp
 
MAX_WEIGHT_VALUE - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Max value of instance weight.
METADATA - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
MetricsMonitor - com.alibaba.nacos.naming.monitor中的类
Metrics Monitor.
MIN_POSITIVE_WEIGHT_VALUE - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Min positive value of instance weight.
MIN_WEIGHT_VALUE - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Min value of instance weight.
MysqlHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck中的类
MYSQL health check processor.
MysqlHealthCheckProcessor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.MysqlHealthCheckProcessor
 
MysqlHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
TCP health check processor for v2.x.
MysqlHealthCheckProcessor(HealthCheckCommonV2, SwitchDomain) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.MysqlHealthCheckProcessor
 

N

NACOS_NAMING_USE_NEW_RAFT_FIRST - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
NacosHealthCheckTask - com.alibaba.nacos.naming.healthcheck中的接口
Nacos health check task.
NacosNamingInterceptor<T extends Interceptable> - com.alibaba.nacos.naming.interceptor中的接口
Nacos naming interceptor.
NacosNamingInterceptorChain<T extends Interceptable> - com.alibaba.nacos.naming.interceptor中的接口
Nacos naming interceptor chain.
NAME - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
NAME_SPACE - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
NAME_SPACE_ID - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
NAMING_PERSISTENT_SERVICE_GROUP - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
NAMING_PERSISTENT_SERVICE_GROUP_V2 - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
NamingAbilityInitializer - com.alibaba.nacos.naming.ability中的类
Server ability initializer for naming.
NamingAbilityInitializer() - 类 的构造器com.alibaba.nacos.naming.ability.NamingAbilityInitializer
 
NamingApp - com.alibaba.nacos.naming中的类
Nacos naming starter.
NamingApp() - 类 的构造器com.alibaba.nacos.naming.NamingApp
 
NamingConfig - com.alibaba.nacos.naming.web中的类
Naming spring configuration.
NamingConfig() - 类 的构造器com.alibaba.nacos.naming.web.NamingConfig
 
NamingResourceParser - com.alibaba.nacos.naming.web中的类
Naming resource parser.
NamingResourceParser() - 类 的构造器com.alibaba.nacos.naming.web.NamingResourceParser
 
NamingTpsMonitor - com.alibaba.nacos.naming.monitor中的类
Tps and flow control monitor singleton for Naming.
newBuilder() - 类 中的静态方法com.alibaba.nacos.naming.pojo.instance.BeatInfoInstanceBuilder
 
newBuilder() - 类 中的静态方法com.alibaba.nacos.naming.pojo.instance.HttpRequestInstanceBuilder
 
NOFIX - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
NoneHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck中的类
Health checker that does nothing.
NoneHealthCheckProcessor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.NoneHealthCheckProcessor
 

O

OLD_NAMING_RAFT_GROUP - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
onEvent(MembersChangeEvent) - 类 中的方法com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
 
onReceiveServerStatus(String) - 类 中的方法com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
Compatible with older version logic, In version 1.2.1 and before
order() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckResponsibleInterceptor
 
order() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceEnableBeatCheckInterceptor
 
order() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ServiceEnableBeatCheckInterceptor
 
order() - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckEnableInterceptor
 
order() - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckResponsibleInterceptor
 
order() - 接口 中的方法com.alibaba.nacos.naming.interceptor.NacosNamingInterceptor
The order of interceptor.

P

parseName(Object) - 类 中的方法com.alibaba.nacos.naming.web.NamingResourceParser
 
passIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
passIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.InstanceBeatCheckTask
 
passIntercept() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
passIntercept() - 接口 中的方法com.alibaba.nacos.naming.interceptor.Interceptable
If no NacosNamingInterceptor intercept this object, this method will be called to execute.
PerformanceLoggerThread - com.alibaba.nacos.naming.monitor中的类
Logger thread for print performance.
PerformanceLoggerThread() - 类 的构造器com.alibaba.nacos.naming.monitor.PerformanceLoggerThread
 
PERSISTENT_IP_PORT - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
PERSISTENT_SUFFIX - 类 中的静态变量com.alibaba.nacos.naming.constants.ClientConstants
 
PersistentHealthStatusSynchronizer - com.alibaba.nacos.naming.healthcheck.v2中的类
Health status synchronizer for persistent service, implementation by CP.
PersistentHealthStatusSynchronizer(PersistentClientOperationServiceImpl) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.PersistentHealthStatusSynchronizer
 
PORT - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
PORT_KEY - 类 中的静态变量com.alibaba.nacos.naming.constants.RequestConstant
 
PostProcessor(SelectionKey) - 类 的构造器com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor.PostProcessor
 
PostProcessor(SelectionKey) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor.PostProcessor
 
process(HealthCheckTask) - 接口 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckProcessor
Run check task for service.
process(HealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckProcessorDelegate
 
process(HealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HttpHealthCheckProcessor
 
process(HealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.MysqlHealthCheckProcessor
 
process(HealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.NoneHealthCheckProcessor
 
process(HealthCheckTask) - 类 中的方法com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
 
process(HealthCheckTaskV2, Service, ClusterMetadata) - 接口 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2
Run check task for service.
process(HealthCheckTaskV2, Service, ClusterMetadata) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckProcessorV2Delegate
 
process(HealthCheckTaskV2, Service, ClusterMetadata) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HttpHealthCheckProcessor
 
process(HealthCheckTaskV2, Service, ClusterMetadata) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.MysqlHealthCheckProcessor
 
process(HealthCheckTaskV2, Service, ClusterMetadata) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 
PROTECT_THRESHOLD - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
PUBLISH_INSTANCE_ENABLE - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
Whether enabled for instance according to instance self publish.
PUBLISH_INSTANCE_WEIGHT - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
The weight of instance according to instance self publish.
PUSH_TASK_DELAY - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
Naming push task delay time, unit: milliseconds.
PUSH_TASK_RETRY_DELAY - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
Naming push task retry delay, unit: milliseconds.
PUSH_TASK_TIMEOUT - 类 中的静态变量com.alibaba.nacos.naming.constants.PushConstants
Naming push task execute timeout, unit: milliseconds.
PushConstants - com.alibaba.nacos.naming.constants中的类
Push constants keys and values.
PushConstants() - 类 的构造器com.alibaba.nacos.naming.constants.PushConstants
 

R

Record - com.alibaba.nacos.naming.pojo中的接口
Record to transfer and store in Nacos cluster.
reEvaluateCheckRT(long, HealthCheckTask, SwitchDomain.HealthParams) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckCommon
Re-evaluate check responsce time.
reEvaluateCheckRT(long, HealthCheckTaskV2, SwitchDomain.HealthParams) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.HealthCheckCommonV2
Re-evaluate check responsce time.
refreshMetrics() - 类 中的方法com.alibaba.nacos.naming.monitor.PerformanceLoggerThread
Refresh metrics.
remv(Instance) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
RequestConstant - com.alibaba.nacos.naming.constants中的类
constant for request.
RequestConstant() - 类 的构造器com.alibaba.nacos.naming.constants.RequestConstant
 
reset(Instance) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckStatus
 
resetAll() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
Reset all metrics.
resetPush() - 类 中的静态方法com.alibaba.nacos.naming.monitor.MetricsMonitor
Reset push metrics.
ResponseExceptionHandler - com.alibaba.nacos.naming.exception中的类
Response exception handler.
ResponseExceptionHandler() - 类 的构造器com.alibaba.nacos.naming.exception.ResponseExceptionHandler
 
rpcPushFail(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply RPC push fail.
rpcPushSuccess(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply RPC push success.
RsInfo - com.alibaba.nacos.naming.healthcheck中的类
Metrics info of server.
RsInfo() - 类 的构造器com.alibaba.nacos.naming.healthcheck.RsInfo
 
run() - 类 中的方法com.alibaba.nacos.naming.cluster.ServerStatusManager.ServerStatusUpdater
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatProcessorV2
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatUpdateTask
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.interceptor.HealthCheckTaskInterceptWrapper
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor.PostProcessor
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor.PostProcessor
 
run() - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 

S

scheduleCheck(HealthCheckTask) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
Schedule health check task.
scheduleCheck(HealthCheckTaskV2) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
Schedule health check task for v2.
scheduleCheck(BeatCheckTask) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
Schedule client beat check task with a delay.
scheduleNow(Runnable) - 类 中的静态方法com.alibaba.nacos.naming.healthcheck.HealthCheckReactor
Schedule client beat check task without a delay.
SELECTOR - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
sendData(AckEntry) - 类 中的方法com.alibaba.nacos.naming.remote.udp.UdpConnector
Sync send data once.
sendDataWithCallback(AckEntry, PushCallBack) - 类 中的方法com.alibaba.nacos.naming.remote.udp.UdpConnector
Send Data with PushCallBack.
serialize(T) - 类 中的方法com.alibaba.nacos.naming.cluster.transport.JacksonSerializer
 
serialize(T) - 接口 中的方法com.alibaba.nacos.naming.cluster.transport.Serializer
Serialize data with some kind of serializing protocol.
Serializer - com.alibaba.nacos.naming.cluster.transport中的接口
Serializer specially for large map of data.
ServerListManager - com.alibaba.nacos.naming.cluster中的类
已过时。
1.3.0 This object will be deleted sometime after version 1.3.0
ServerListManager(SwitchDomain, ServerMemberManager) - 类 的构造器com.alibaba.nacos.naming.cluster.ServerListManager
已过时。
 
ServerStatus - com.alibaba.nacos.naming.cluster中的枚举
A flag to indicate the exact status of a server.
ServerStatusManager - com.alibaba.nacos.naming.cluster中的类
Detect and control the working status of local server.
ServerStatusManager(SwitchDomain) - 类 的构造器com.alibaba.nacos.naming.cluster.ServerStatusManager
 
ServerStatusManager.ServerStatusUpdater - com.alibaba.nacos.naming.cluster中的类
 
ServerStatusUpdater() - 类 的构造器com.alibaba.nacos.naming.cluster.ServerStatusManager.ServerStatusUpdater
 
SERVICE - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
SERVICE_LIST - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
SERVICE_METADATA - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
 
SERVICE_NAME - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
SERVICE_STATUS - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
ServiceDetailInfo - com.alibaba.nacos.naming.pojo中的类
Service detial info.
ServiceDetailInfo() - 类 的构造器com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
ServiceDetailView - com.alibaba.nacos.naming.pojo中的类
Service manager.
ServiceDetailView() - 类 的构造器com.alibaba.nacos.naming.pojo.ServiceDetailView
 
ServiceEnableBeatCheckInterceptor - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Service enable beat check interceptor.
ServiceEnableBeatCheckInterceptor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.ServiceEnableBeatCheckInterceptor
 
ServiceListRequestHandler - com.alibaba.nacos.naming.remote.rpc.handler中的类
Service list request handler.
ServiceListRequestHandler() - 类 的构造器com.alibaba.nacos.naming.remote.rpc.handler.ServiceListRequestHandler
 
serviceNameFilter() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
ServiceNameFilter - com.alibaba.nacos.naming.web中的类
Service name filter.
ServiceNameFilter() - 类 的构造器com.alibaba.nacos.naming.web.ServiceNameFilter
 
serviceNameFilterRegistration() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
ServiceNameView - com.alibaba.nacos.naming.pojo中的类
Service name view object.
ServiceNameView() - 类 的构造器com.alibaba.nacos.naming.pojo.ServiceNameView
 
ServiceQueryRequestHandler - com.alibaba.nacos.naming.remote.rpc.handler中的类
Nacos query instances request handler.
ServiceQueryRequestHandler(ServiceStorage, NamingMetadataManager) - 类 的构造器com.alibaba.nacos.naming.remote.rpc.handler.ServiceQueryRequestHandler
 
ServiceView - com.alibaba.nacos.naming.pojo中的类
Service view.
ServiceView() - 类 的构造器com.alibaba.nacos.naming.pojo.ServiceView
 
setAddrStr(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setAgent(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setAk(String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setApp(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setBeanFactory(BeanFactory) - 类 中的方法com.alibaba.nacos.naming.healthcheck.extend.HealthCheckExtendProvider
 
setBeatInfo(RsInfo) - 类 中的方法com.alibaba.nacos.naming.pojo.instance.BeatInfoInstanceBuilder
 
setCancelled(boolean) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCancelled(boolean) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCheckRtBest(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCheckRtBest(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCheckRtLast(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCheckRtLast(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCheckRtLastLast(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCheckRtLastLast(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCheckRtNormalized(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCheckRtNormalized(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCheckRtWorst(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCheckRtWorst(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setCluster(Cluster) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setCluster(String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setCluster(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setClusterCount(int) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setClusterMap(Map<String, ClusterInfo>) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Setter method for property clusterMap .
setClusterName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
setClusters(List<Cluster>) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailView
 
setClusterTerm(long) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setCount(int) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceNameView
 
setCpu(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setData(Map<String, Object>) - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
setDataOperation(DataOperation) - 类 中的方法com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
setDefaultInstanceEphemeral(boolean) - 类 中的方法com.alibaba.nacos.naming.pojo.instance.HttpRequestInstanceBuilder
 
setDistroData(DistroData) - 类 中的方法com.alibaba.nacos.naming.cluster.remote.request.DistroDataRequest
 
setDistroData(DistroData) - 类 中的方法com.alibaba.nacos.naming.cluster.remote.response.DistroDataResponse
 
setEnabled(boolean) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
 
setEphemeral(boolean) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setEphemeral(boolean) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
setGroupName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
setGroupName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setHealthChecker(AbstractHealthChecker) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
setHealthyInstanceCount(int) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setHeartbeatDueMs(long) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setHosts(List<IpAddressInfo>) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
Setter method for property hosts .
setIp(String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setIp(String) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
Setter method for property ip .
setIp(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setIpCount(int) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setKey(String) - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
setLeaderDueMs(long) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setLoad(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setMem(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setMetadata(Map<String, String>) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setMetadata(Map<String, String>) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterInfo
 
setMetadata(Map<String, String>) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
Setter method for property metadata .
setMetadata(Map<String, String>) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Setter method for property metadata .
setName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setNamespace(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
setNamespaceId(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setNodeIp(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setNodeState(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setOrigin(DatagramPacket) - 类 中的方法com.alibaba.nacos.naming.remote.udp.AckEntry
 
setPort(int) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setPort(Integer) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
Setter method for property port .
setPort(int) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setProtectThreshold(float) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
setQps(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setRequest(HttpServletRequest) - 类 中的方法com.alibaba.nacos.naming.pojo.instance.BeatInfoInstanceBuilder
 
setRequest(HttpServletRequest) - 类 中的方法com.alibaba.nacos.naming.pojo.instance.HttpRequestInstanceBuilder
 
setRsInfo(RsInfo) - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
setRt(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setSelector(Selector) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
 
setService(Service) - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatProcessor
 
setService(Service) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailView
 
setServiceName(String) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setServiceName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.instance.BeatInfoInstanceBuilder
 
setServiceName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailInfo
Setter method for property serviceName .
setServiceName(String) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
setServices(Collection<String>) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceNameView
 
setStartTime(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.HealthCheckTask
 
setStartTime(long) - 类 中的方法com.alibaba.nacos.naming.healthcheck.v2.HealthCheckTaskV2
 
setSubscribers(List<Subscriber>) - 类 中的方法com.alibaba.nacos.naming.pojo.Subscribers
 
setTriggerFlag(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
setValid(boolean) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
Setter method for property valid .
setVoteFor(String) - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
setWeight(double) - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
setWeight(Double) - 类 中的方法com.alibaba.nacos.naming.pojo.IpAddressInfo
Setter method for property weight .
STATUSES - 类 中的静态变量com.alibaba.nacos.naming.constants.FieldsConstants
 
Subscriber - com.alibaba.nacos.naming.pojo中的类
Subscriber.
Subscriber() - 类 的构造器com.alibaba.nacos.naming.pojo.Subscriber
 
Subscriber(String, String, String, String, String, String, int) - 类 的构造器com.alibaba.nacos.naming.pojo.Subscriber
 
Subscriber(String, String, String, String, String, String, int, String) - 类 的构造器com.alibaba.nacos.naming.pojo.Subscriber
 
Subscribers - com.alibaba.nacos.naming.pojo中的类
Subscribers.
Subscribers() - 类 的构造器com.alibaba.nacos.naming.pojo.Subscribers
 
SubscribeServiceRequestHandler - com.alibaba.nacos.naming.remote.rpc.handler中的类
Handler to handle subscribe service.
SubscribeServiceRequestHandler(ServiceStorage, NamingMetadataManager, EphemeralClientOperationServiceImpl) - 类 的构造器com.alibaba.nacos.naming.remote.rpc.handler.SubscribeServiceRequestHandler
 

T

taskKey() - 类 中的方法com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask
 
taskKey() - 接口 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.BeatCheckTask
Task key.
taskKey() - 类 中的方法com.alibaba.nacos.naming.healthcheck.heartbeat.ClientBeatCheckTaskV2
 
TcpHealthCheckProcessor - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
TCP health check processor for v2.x.
TcpHealthCheckProcessor(HealthCheckCommonV2, SwitchDomain) - 类 的构造器com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 
TcpHealthCheckProcessor.PostProcessor - com.alibaba.nacos.naming.healthcheck.v2.processor中的类
 
TcpSuperSenseProcessor - com.alibaba.nacos.naming.healthcheck中的类
TCP health check processor.
TcpSuperSenseProcessor() - 类 的构造器com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
Tcp super sense processor construct.
TcpSuperSenseProcessor.PostProcessor - com.alibaba.nacos.naming.healthcheck中的类
 
toString() - 类 中的方法com.alibaba.nacos.naming.healthcheck.RsInfo
 
toString() - 类 中的方法com.alibaba.nacos.naming.pojo.ClusterStateView
 
toString() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceDetailView
 
toString() - 类 中的方法com.alibaba.nacos.naming.pojo.ServiceView
 
toString() - 类 中的方法com.alibaba.nacos.naming.pojo.Subscriber
 
TpsMonitorItem - com.alibaba.nacos.naming.monitor中的枚举
Naming Tps monitor items.
trafficReviseFilter() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
TrafficReviseFilter - com.alibaba.nacos.naming.web中的类
Filter incoming traffic to refuse or revise unexpected requests.
TrafficReviseFilter() - 类 的构造器com.alibaba.nacos.naming.web.TrafficReviseFilter
 
trafficReviseFilterRegistration() - 类 中的方法com.alibaba.nacos.naming.web.NamingConfig
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.HttpHealthCheckProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.MysqlHealthCheckProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.NoneHealthCheckProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.TcpSuperSenseProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.v2.processor.HttpHealthCheckProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.v2.processor.MysqlHealthCheckProcessor
 
TYPE - 类 中的静态变量com.alibaba.nacos.naming.healthcheck.v2.processor.TcpHealthCheckProcessor
 
type - 类 中的变量com.alibaba.nacos.naming.remote.udp.AckPacket
 

U

UDP_MAX_RETRY_TIMES - 类 中的静态变量com.alibaba.nacos.naming.constants.Constants
UDP max retry times.
UdpConnector - com.alibaba.nacos.naming.remote.udp中的类
Udp socket connector to send upd data and listen ack if necessary.
UdpConnector() - 类 的构造器com.alibaba.nacos.naming.remote.udp.UdpConnector
 
udpPushFail(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply UDP push fail.
udpPushSuccess(String, String) - 类 中的静态方法com.alibaba.nacos.naming.monitor.NamingTpsMonitor
Apply UDP push success.
UnhealthyInstanceChecker - com.alibaba.nacos.naming.healthcheck.heartbeat中的类
Instance beat checker for unhealthy instances.
UnhealthyInstanceChecker() - 类 的构造器com.alibaba.nacos.naming.healthcheck.heartbeat.UnhealthyInstanceChecker
 

V

VALID_KEY - 类 中的静态变量com.alibaba.nacos.naming.constants.RequestConstant
 
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.naming.cluster.ServerStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.naming.monitor.TpsMonitorItem
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alibaba.nacos.naming.cluster.ServerStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.naming.monitor.TpsMonitorItem
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I J L M N O P R S T U V 
跳过导航链接

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