接口 Cluster

    • 方法详细资料

      • join

        @Adaptive
        <T> Invoker<T> join​(Directory<T> directory,
                            boolean buildFilterChain)
                     throws RpcException
        Merge the directory invokers to a virtual invoker.
        类型参数:
        T -
        参数:
        directory -
        返回:
        cluster invoker
        抛出:
        RpcException
      • getCluster

        static Cluster getCluster​(org.apache.dubbo.rpc.model.ScopeModel scopeModel,
                                  String name)
      • getCluster

        static Cluster getCluster​(org.apache.dubbo.rpc.model.ScopeModel scopeModel,
                                  String name,
                                  boolean wrap)