public class LeastActiveLoadBalance extends AbstractLoadBalance
Filter the number of invokers with the least number of active calls and count the weights and quantities of these invokers. If there is only one invoker, use the invoker directly; if there are multiple invokers and the weights are not the same, then random according to the total weight; if there are multiple invokers and the same weight, then randomly called.
| Constructor and Description |
|---|
LeastActiveLoadBalance() |
public static final String NAME
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.