Interface Cluster

All Superinterfaces:
org.apache.dubbo.rpc.cluster.Cluster

@Deprecated public interface Cluster extends org.apache.dubbo.rpc.cluster.Cluster
Deprecated.
  • Field Summary

    Fields inherited from interface org.apache.dubbo.rpc.cluster.Cluster

    DEFAULT
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Invoker<T>
    join(Directory<T> directory)
    Deprecated.
     
    default <T> org.apache.dubbo.rpc.Invoker<T>
    join(org.apache.dubbo.rpc.cluster.Directory<T> directory, boolean buildFilterChain)
    Deprecated.
     
  • Method Details

    • join

      <T> Invoker<T> join(Directory<T> directory) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • join

      default <T> org.apache.dubbo.rpc.Invoker<T> join(org.apache.dubbo.rpc.cluster.Directory<T> directory, boolean buildFilterChain) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      join in interface org.apache.dubbo.rpc.cluster.Cluster
      Throws:
      org.apache.dubbo.rpc.RpcException