Package com.alibaba.dubbo.rpc.cluster
Interface LoadBalance
- All Superinterfaces:
org.apache.dubbo.rpc.cluster.LoadBalance
- All Known Implementing Classes:
AbstractLoadBalance
Deprecated.
-
Method Summary
Modifier and TypeMethodDescription<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:
selectin interfaceorg.apache.dubbo.rpc.cluster.LoadBalance- Throws:
org.apache.dubbo.rpc.RpcException
-