| 类 | 说明 |
|---|---|
| AbstractLoadBalance |
AbstractLoadBalance
|
| ConsistentHashLoadBalance |
ConsistentHashLoadBalance
|
| LeastActiveLoadBalance |
LeastActiveLoadBalance
Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers.
|
| RandomLoadBalance |
This class select one provider from multiple providers randomly.
|
| RoundRobinLoadBalance |
Round robin load balance.
|
| ShortestResponseLoadBalance |
ShortestResponseLoadBalance
Filter the number of invokers with the shortest response time of success calls and count the weights and quantities of these invokers.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.