| 程序包 | 说明 |
|---|---|
| com.baidu.brpc.client.loadbalance |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FairStrategy
Fair load balance strategy aims to more reasonable distribution of traffic.
|
class |
RandomStrategy
Simple random select load balance strategy implementation
|
class |
RoundRobinStrategy
Round-robin load balance strategy implementation
|
class |
WeightStrategy
Simple weight load balance strategy implementation
The channelGroup which has less failedNum will have the more probability
|
| 限定符和类型 | 方法和说明 |
|---|---|
LoadBalanceStrategy |
LoadBalanceType.getStrategy() |
Copyright © 2018 Baidu, Inc.. All rights reserved.