com.alibaba.dubbo.rpc.cluster.support
Class MergeableCluster
java.lang.Object
com.alibaba.dubbo.rpc.cluster.support.MergeableCluster
- All Implemented Interfaces:
- Cluster
public class MergeableCluster
- extends Object
- implements Cluster
- Author:
- kimi
Method Summary |
|
join(Directory<T> directory)
Merge the directory invokers to a virtual invoker. |
NAME
public static final String NAME
- See Also:
- Constant Field Values
MergeableCluster
public MergeableCluster()
join
public <T> Invoker<T> join(Directory<T> directory)
throws RpcException
- Description copied from interface:
Cluster
- Merge the directory invokers to a virtual invoker.
- Specified by:
join
in interface Cluster
- Returns:
- cluster invoker
- Throws:
RpcException
Copyright © 2012–2017 Alibaba. All rights reserved.