| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.cluster.loadbalance |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AdaptiveLoadBalance
AdaptiveLoadBalance
|
class |
ConsistentHashLoadBalance
ConsistentHashLoadBalance
|
class |
LeastActiveLoadBalance
LeastActiveLoadBalance
Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers.
|
class |
RandomLoadBalance
This class select one provider from multiple providers randomly.
|
class |
RoundRobinLoadBalance
Round robin load balance.
|
class |
ShortestResponseLoadBalance
ShortestResponseLoadBalance
Filter the number of invokers with the shortest response time of
success calls and count the weights and quantities of these invokers in last slide window.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.