| 程序包 | 说明 |
|---|---|
| com.qq.tars.client.cluster | |
| com.qq.tars.client.rpc.loadbalance | |
| com.qq.tars.rpc.common |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Invoker<T> |
DefaultLoadBalance.select(Collection<Invoker<T>> invokers,
InvokeContext context)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Invoker<T> |
ConsistentHashLoadBalance.select(InvokeContext invocation) |
Invoker<T> |
RoundRobinLoadBalance.select(InvokeContext invocation) |
Invoker<T> |
HashLoadBalance.select(InvokeContext invocation) |
Invoker<T> |
DefaultLoadBalance.select(InvokeContext invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Invoker<T> |
LoadBalance.select(InvokeContext invokeContext)
Use load balancing to select invoker
|
Copyright © 2020. All Rights Reserved.