Interface LoadBalance

All Superinterfaces:
org.apache.dubbo.rpc.cluster.LoadBalance
All Known Implementing Classes:
AbstractLoadBalance

@Deprecated public interface LoadBalance extends org.apache.dubbo.rpc.cluster.LoadBalance
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Invoker<T>
    select(List<Invoker<T>> invokers, URL url, Invocation invocation)
    Deprecated.
     
    default <T> org.apache.dubbo.rpc.Invoker<T>
    select(List<org.apache.dubbo.rpc.Invoker<T>> invokers, org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation)
    Deprecated.
     
  • Method Details

    • select

      <T> Invoker<T> select(List<Invoker<T>> invokers, URL url, Invocation invocation) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Throws:
      org.apache.dubbo.rpc.RpcException
    • select

      default <T> org.apache.dubbo.rpc.Invoker<T> select(List<org.apache.dubbo.rpc.Invoker<T>> invokers, org.apache.dubbo.common.URL url, org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      select in interface org.apache.dubbo.rpc.cluster.LoadBalance
      Throws:
      org.apache.dubbo.rpc.RpcException