| Package | Description |
|---|---|
| com.weibo.api.motan.cluster.support | |
| com.weibo.api.motan.config.handler | |
| com.weibo.api.motan.proxy | |
| com.weibo.api.motan.proxy.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterSpi<T>
Cluster spi.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster<T> |
ClusterSupport.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Cluster<T>> |
AbstractRefererHandler.clusters |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
| Constructor and Description |
|---|
RefererCommonHandler(String interfaceName,
List<Cluster<T>> clusters) |
RefererInvocationHandler(Class<T> clz,
List<Cluster<T>> clusters) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdkProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
<T> T |
CommonProxyFactory.getProxy(Class<T> clz,
List<Cluster<T>> clusters) |
Copyright © 2019. All rights reserved.