类 Cluster$Adaptive
- java.lang.Object
-
- org.apache.dubbo.rpc.cluster.Cluster$Adaptive
-
- 所有已实现的接口:
org.apache.dubbo.rpc.cluster.Cluster
public class Cluster$Adaptive extends Object implements org.apache.dubbo.rpc.cluster.Cluster
-
-
构造器概要
构造器 构造器 说明 Cluster$Adaptive()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.apache.dubbo.rpc.cluster.ClustergetCluster(String arg0)org.apache.dubbo.rpc.cluster.ClustergetCluster(String arg0, boolean arg1)org.apache.dubbo.rpc.Invokerjoin(org.apache.dubbo.rpc.cluster.Directory arg0)
-
-
-
方法详细资料
-
getCluster
public org.apache.dubbo.rpc.cluster.Cluster getCluster(String arg0)
-
getCluster
public org.apache.dubbo.rpc.cluster.Cluster getCluster(String arg0, boolean arg1)
-
join
public org.apache.dubbo.rpc.Invoker join(org.apache.dubbo.rpc.cluster.Directory arg0) throws org.apache.dubbo.rpc.RpcException- 指定者:
join在接口中org.apache.dubbo.rpc.cluster.Cluster- 抛出:
org.apache.dubbo.rpc.RpcException
-
-