| 接口 | 说明 |
|---|---|
| LoadBalancer<K> | |
| LoadBalancingStrategy<K> |
A strategy for balancing request load among backends.
|
| RequestTracker<T> |
| 类 | 说明 |
|---|---|
| LoadBalancerFactory |
负载均衡器简单工厂
|
| LoadBalancerImpl<K> | |
| RandomStrategy<S> |
A load balancer that selects a random backend each time a request is made..
|
| RoundRobinStrategy<S> |
A load balancer that distributes load by randomizing the list of available
backends, and then rotating through them evenly.
|
| 枚举 | 说明 |
|---|---|
| RequestTracker.RequestResult |
Copyright © 2015 Baifendian Corporation. All rights reserved.