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

A

aclClone(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
aclCreate(NewAcl, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
aclDestroy(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
aclUpdate(UpdateAcl, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckDeregister(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckDeregister(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckFail(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckFail(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckFail(String, String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckPass(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
尽最大努力向每个节点报告自身的健康状况 see TtlScheduler
agentCheckPass(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
尽最大努力向每个节点报告自身的健康状况 see TtlScheduler
agentCheckPass(String, String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
尽最大努力向每个节点报告自身的健康状况 see TtlScheduler
agentCheckRegister(NewCheck) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckRegister(NewCheck, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckWarn(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckWarn(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentCheckWarn(String, String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentForceLeave(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentJoin(String, boolean) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentReload() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
尽最大努力在每个节点上执行agentReload()操作
agentServiceDeregister(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点注销服务 see ConsulServiceRegistry.deregister(...)
agentServiceDeregister(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点注销服务 see ConsulServiceRegistry.deregister(...)
agentServiceRegister(NewService) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点注册服务 see ConsulServiceRegistry.register(...)
agentServiceRegister(NewService, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点注册服务 see ConsulServiceRegistry.register(...)
agentServiceSetMaintenance(String, boolean) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点执行setMaintenance see ConsulServiceRegistry.setStatus(...)
agentServiceSetMaintenance(String, boolean, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
检测所有节点是否可用,如果都可用,则向所有节点执行setMaintenance see ConsulServiceRegistry.setStatus(...)
agentSetMaintenance(boolean) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
agentSetMaintenance(boolean, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 

B

BadConfigException - org.springframework.cloud.consul.cluster中的异常错误
 
BadConfigException(String) - 异常错误 的构造器org.springframework.cloud.consul.cluster.BadConfigException
 

C

catalogDeregister(CatalogDeregistration) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
catalogRegister(CatalogRegistration) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
catalogRegister(CatalogRegistration, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
checkConsulClientsHealth() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
对全部的ConsulClient检测一次健康状况
checkHealth() - 类 中的方法org.springframework.cloud.consul.cluster.ConsulClientHolder
检测当前ConsulClient的健康状况
chooseClient(String, List<T>) - 类 中的静态方法org.springframework.cloud.consul.cluster.ConsulClientUtil
通过一致性算法选择一个由给定key决定的命中节点
chooseClient(HashCode, List<T>) - 类 中的静态方法org.springframework.cloud.consul.cluster.ConsulClientUtil
根据一致性算法获取由给定key决定的命中节点
chooseConsulClient() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
通过哈希一致性算法选择一个健康的ConsulClient
close(RetryContext, RetryCallback<T, E>, Throwable) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
ClusterConsulBootstrapConfiguration - org.springframework.cloud.consul.cluster中的类
默认的ConsulClient启动配置, 用于覆盖@Import(ConsulAutoConfiguration.class)注册的ConsulClient
ClusterConsulBootstrapConfiguration() - 类 的构造器org.springframework.cloud.consul.cluster.ClusterConsulBootstrapConfiguration
 
ClusterConsulClient - org.springframework.cloud.consul.cluster中的类
集群版ConsulClient 在客户端实现集群,省去使用Nginx/HAProxy等实现集群所带来的一系列问题(Nginx/HAProxy单点故障问题,服务注册与发现问题) 该集群版ConsulClient仅仅为基于spring-cloud-consul作为服务配置、服务注册、服务发现的客户端所定制: 1、默认组成客户端集群的节点必须是client模式的节点,并且在服务启动注册前都要求是可用的(健康的) 2、服务配置模块:关于ConsulClient KV操作仅在当前节点上执行一次, 如果当前节点不可用则使用RetryTemplate进行fallback重试!
ClusterConsulClient(ClusterConsulProperties) - 类 的构造器org.springframework.cloud.consul.cluster.ClusterConsulClient
 
ClusterConsulConfiguration - org.springframework.cloud.consul.cluster中的类
 
ClusterConsulConfiguration() - 类 的构造器org.springframework.cloud.consul.cluster.ClusterConsulConfiguration
 
ClusterConsulProperties - org.springframework.cloud.consul.cluster中的类
集群ConsulClient配置
ClusterConsulProperties() - 类 的构造器org.springframework.cloud.consul.cluster.ClusterConsulProperties
 
CommonConstant - org.springframework.cloud.consul.cluster中的类
 
CommonConstant() - 类 的构造器org.springframework.cloud.consul.cluster.CommonConstant
 
compareTo(ConsulClientHolder) - 类 中的方法org.springframework.cloud.consul.cluster.ConsulClientHolder
排序,保证服务分布式部署时的全局hash一致性
consulClient(ConsulProperties) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulBootstrapConfiguration
 
ConsulClientHolder - org.springframework.cloud.consul.cluster中的类
 
ConsulClientHolder(ConsulProperties) - 类 的构造器org.springframework.cloud.consul.cluster.ConsulClientHolder
 
ConsulClientUtil - org.springframework.cloud.consul.cluster中的类
ConsulClient工具类
ConsulClientUtil() - 类 的构造器org.springframework.cloud.consul.cluster.ConsulClientUtil
 
consulDiscoveryClient(ConsulClient, ConsulDiscoveryProperties) - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulDiscoveryClientConfiguration
自定义的ConsulDiscoveryClient
consulProperties() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulBootstrapConfiguration
 
createConsulClient(ConsulProperties) - 类 中的静态方法org.springframework.cloud.consul.cluster.ConsulClientUtil
创建 ConsulClient, copy from ConsulAutoConfiguration
createConsulClients() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
创建所有ConsulClient
createDefaultRetryableExceptions() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
创建默认的retryableExceptions
createRetryTemplate() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
创建重试RetryTemplate, 默认使用SimpleRetryPolicy(maxAttempts定为consulClients.size() + 1)
CustomConsulDiscoveryClient - org.springframework.cloud.consul.cluster中的类
自定义的ConsulDiscoveryClient 解决微服务在不同consul节点上重复注册导致getInstances方法返回的结果集重复问题
CustomConsulDiscoveryClient(ConsulClient, ConsulDiscoveryProperties) - 类 的构造器org.springframework.cloud.consul.cluster.CustomConsulDiscoveryClient
 
CustomConsulDiscoveryClientBootstrapConfiguration - org.springframework.cloud.consul.cluster中的类
 
CustomConsulDiscoveryClientBootstrapConfiguration() - 类 的构造器org.springframework.cloud.consul.cluster.CustomConsulDiscoveryClientBootstrapConfiguration
 
CustomConsulDiscoveryClientConfiguration - org.springframework.cloud.consul.cluster中的类
自定义的Consul服务发现配置
CustomConsulDiscoveryClientConfiguration() - 类 的构造器org.springframework.cloud.consul.cluster.CustomConsulDiscoveryClientConfiguration
 
CustomConsulRibbonClientConfiguration - org.springframework.cloud.consul.cluster中的类
自定义的ribbon负载均衡配置,用于覆盖默认ServerList
CustomConsulRibbonClientConfiguration() - 类 的构造器org.springframework.cloud.consul.cluster.CustomConsulRibbonClientConfiguration
 
CustomConsulServerList - org.springframework.cloud.consul.cluster中的类
自定义ConsulServerList 解决微服务在不同consul节点上重复注册导致ServerList结果集重复问题
CustomConsulServerList(ConsulClient, ConsulDiscoveryProperties) - 类 的构造器org.springframework.cloud.consul.cluster.CustomConsulServerList
 

D

deleteKVValue(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValue(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValue(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValue(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValues(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValues(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValues(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
deleteKVValues(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 

E

eventFire(String, String, EventParams, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
eventList(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
eventList(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
executePreparedQuery(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 

F

findByCode(Integer) - 枚举 中的静态方法org.springframework.cloud.consul.cluster.NodeModeEnum
 
findByValue(String) - 枚举 中的静态方法org.springframework.cloud.consul.cluster.NodeModeEnum
 

G

getAcl(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAclList(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAgentChecks() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAgentMembers() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAgentSelf() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAgentSelf(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getAgentServices() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogDatacenters() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogNode(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogNodes(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogService(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogService(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogService(String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogService(String, String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogServices(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getCatalogServices(QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getClientId() - 类 中的方法org.springframework.cloud.consul.cluster.ConsulClientHolder
 
getDatacenters() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthChecksForNode(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthChecksForService(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthChecksState(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthChecksState(Check.CheckStatus, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthServices(String, boolean, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthServices(String, String, boolean, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthServices(String, boolean, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getHealthServices(String, String, boolean, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getInitialListOfServers() - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulServerList
 
getInstances(String) - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulDiscoveryClient
重写getInstances方法去重
getKVBinaryValue(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValue(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValue(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValue(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValues(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValues(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValues(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVBinaryValues(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVKeysOnly(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVKeysOnly(String, String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVKeysOnly(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVKeysOnly(String, String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValue(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValue(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValue(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValue(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValues(String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValues(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValues(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getKVValues(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getNodeMode() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulConfiguration
 
getNodes(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getProperties() - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulServerList
 
getRetryConsulClient(RetryContext) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
获取重试的ConsulClient
getSessionInfo(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getSessionInfo(String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getSessionList(QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getSessionList(QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getSessionNode(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getSessionNode(String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getStatusLeader() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getStatusPeers() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
getUpdatedListOfServers() - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulServerList
 

I

init() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulConfiguration
 
initPrimaryClient() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
根据已生成的集群列表(不管节点健康状况)初始化主要ConsulClient
isAllConsulClientsHealthy(boolean) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
判断全部的ConsulClient是否都是健康的?
isOnlyClients() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulProperties
初始化时是否要求所有节点都必须是client节点
isOnlyServers() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulProperties
初始化时是否要求所有节点都必须是server节点

N

NodeModeEnum - org.springframework.cloud.consul.cluster中的枚举
 

O

onError(RetryContext, RetryCallback<T, E>, Throwable) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
每次ConsulClient调用出错之后且在下次重试之前调用该方法
open(RetryContext, RetryCallback<T, E>) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
org.springframework.cloud.consul.cluster - 程序包 org.springframework.cloud.consul.cluster
 

P

prepareConnectList() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
准备ConsulClient的连接标识

R

renewSession(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
renewSession(String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
ribbonServerList(IClientConfig, ConsulDiscoveryProperties) - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulRibbonClientConfiguration
自定义的ConsulServerList

S

scheduleConsulClientsHealthCheck() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
ConsulClient集群的健康检测
SEPARATOR_AMPERSAND - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_ASTERISK - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_BLANK - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_COLON - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_COLON2 - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_COMMA - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_EQUAL_SIGN - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_HYPHEN - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
连字符 中横线
SEPARATOR_PERIOD - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_QUESTION_MARK - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 
SEPARATOR_SEMICOLON - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
分隔符
SEPARATOR_UNDERSCORE - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
下划线
SEPARATOR_VERTICAL_LINE - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
竖线
SEPARATOR_VIRGULE - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
斜线
sessionCreate(NewSession, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
sessionCreate(NewSession, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
sessionDestroy(String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
sessionDestroy(String, QueryParams, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[]) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[], PutParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[], String, PutParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[], QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[], PutParams, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVBinaryValue(String, byte[], String, PutParams, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String, PutParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String, String, PutParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String, PutParams, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 
setKVValue(String, String, String, PutParams, QueryParams) - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulClient
 

T

toString() - 类 中的方法org.springframework.cloud.consul.cluster.ClusterConsulProperties
 
toString() - 类 中的方法org.springframework.cloud.consul.cluster.ConsulClientHolder
 
transformResponse(List<HealthService>) - 类 中的方法org.springframework.cloud.consul.cluster.CustomConsulServerList
 

U

UTF8 - 类 中的静态变量org.springframework.cloud.consul.cluster.CommonConstant
 

V

valueOf(String) - 枚举 中的静态方法org.springframework.cloud.consul.cluster.NodeModeEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.cloud.consul.cluster.NodeModeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G I N O P R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.