| 程序包 | 说明 |
|---|---|
| com.weibo.api.motan.cluster.support | |
| com.weibo.api.motan.config.handler | |
| com.weibo.api.motan.proxy | |
| com.weibo.api.motan.proxy.spi |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterSpi<T>
Cluster spi.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cluster<T> |
ClusterSupport.getCluster() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
SimpleConfigHandler.refer(Class<T> interfaceClass,
List<Cluster<T>> clusters,
String proxyType) |
<T> T |
ConfigHandler.refer(Class<T> interfaceClass,
List<Cluster<T>> cluster,
String proxyType) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<Cluster<T>> |
AbstractRefererHandler.clusters |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
ProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
| 构造器和说明 |
|---|
RefererCommonHandler(String interfaceName,
List<Cluster<T>> clusters) |
RefererInvocationHandler(Class<T> clz,
List<Cluster<T>> clusters) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
JdkProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
<T> T |
CommonProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
Copyright © 2023. All rights reserved.