@Deprecated public interface LoadBalance extends org.apache.dubbo.rpc.cluster.LoadBalance
| Modifier and Type | Method and 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.
|
<T> Invoker<T> select(List<Invoker<T>> invokers, URL url, Invocation invocation) throws org.apache.dubbo.rpc.RpcException
org.apache.dubbo.rpc.RpcExceptiondefault <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
select in interface org.apache.dubbo.rpc.cluster.LoadBalanceorg.apache.dubbo.rpc.RpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.