类 FailoverCluster
- java.lang.Object
-
- com.alibaba.dubbo.rpc.cluster.support.FailoverCluster
-
-
构造器概要
构造器 构造器 说明 FailoverCluster()
-
-
-
方法详细资料
-
join
public <T> Invoker<T> join(Directory<T> directory) throws RpcException
从接口复制的说明:Cluster
Merge the directory invokers to a virtual invoker.- 指定者:
join
在接口中Cluster
- 返回:
- cluster invoker
- 抛出:
RpcException
-
-