接口 Directory<T>

  • 所有超级接口:
    org.apache.dubbo.rpc.cluster.Directory<T>, org.apache.dubbo.common.Node

    @Deprecated
    public interface Directory<T>
    extends org.apache.dubbo.rpc.cluster.Directory<T>
    已过时。
    • 方法概要

      所有方法 实例方法 抽象方法 默认方法 已过时的方法 
      修饰符和类型 方法 说明
      URL getUrl()
      已过时。
       
      List<Invoker<T>> list​(Invocation invocation)
      已过时。
       
      default List<org.apache.dubbo.rpc.Invoker<T>> list​(org.apache.dubbo.rpc.Invocation invocation)
      已过时。
       
      • 从接口继承的方法 org.apache.dubbo.rpc.cluster.Directory

        discordAddresses, getAllInvokers, getConsumerUrl, getInterface, isDestroyed
      • 从接口继承的方法 org.apache.dubbo.common.Node

        destroy, isAvailable
    • 方法详细资料

      • getUrl

        URL getUrl()
        已过时。
        指定者:
        getUrl 在接口中 org.apache.dubbo.common.Node
      • list

        default List<org.apache.dubbo.rpc.Invoker<T>> list​(org.apache.dubbo.rpc.Invocation invocation)
                                                    throws org.apache.dubbo.rpc.RpcException
        已过时。
        指定者:
        list 在接口中 org.apache.dubbo.rpc.cluster.Directory<T>
        抛出:
        org.apache.dubbo.rpc.RpcException