public class LoadBalanceHelper extends Object
| 构造器和说明 |
|---|
LoadBalanceHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> TreeMap<Long,Invoker<T>> |
buildConsistentHashCircle(Collection<Invoker<T>> invokers,
ServantProxyConfig config) |
static <T> List<Invoker<T>> |
buildStaticWeightList(Collection<Invoker<T>> invokers,
ServantProxyConfig config) |
public static <T> List<Invoker<T>> buildStaticWeightList(Collection<Invoker<T>> invokers, ServantProxyConfig config)
public static <T> TreeMap<Long,Invoker<T>> buildConsistentHashCircle(Collection<Invoker<T>> invokers, ServantProxyConfig config)
Copyright © 2020. All Rights Reserved.