| 类 | 说明 |
|---|---|
| AbstractCluster |
Abstract cluster, contains router chain, filter chain, address holder, connection holder and load balancer.
|
| AbstractLoadBalancer |
Abstract load balancer.
|
| AddressHolder |
地址管理器
|
| AddressHolderFactory |
Factory of address holder.
|
| AllConnectConnectionHolder |
全部建立长连接,自动维护长连接
|
| ClientProxyInvoker |
客户端引用代理Invoker,一个引用一个。
|
| Cluster |
客户端,封装了集群模式、长连接管理、服务路由、负载均衡等抽象类
|
| ClusterFactory |
Factory of cluster
|
| ConnectionHolder |
ConnectionHolder SPI
|
| ConnectionHolderFactory |
Factory of ConnectionHolder
|
| ExcludeRouter |
It means this router of "excludeName" is exclude.
|
| FailFastCluster |
快速失败
|
| FailoverCluster |
故障转移,支持重试和指定地址调用
|
| LoadBalancer |
负载均衡器:从一堆Provider列表里选出一个
|
| LoadBalancerFactory |
Factory of load balancer
|
| ProviderGroup |
One provider group contains one list of some providers.
|
| ProviderHelper |
Utils method of ProviderInfo or ProviderGroup
|
| ProviderInfo |
抽象的服务提供列表
|
| ProviderInfoAttrs |
服务提供者信息的的一些属性
|
| Router |
路由器:从一堆Provider中筛选出一堆Provider
|
| RouterChain |
Chain of routers
|
| SingleGroupAddressHolder |
只支持单个分组的地址选择器(额外存一个直连分组)
|
| 枚举 | 说明 |
|---|---|
| ProviderStatus |
服务提供者的状态
|
Copyright © 2008–2018 The Ant Financial. All rights reserved.