| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLoadBalancerStrategy<S extends ClientRequest>
This Class is the abstract implementation of the load balancing strategy.
|
class |
FailOverStrategy<S extends ClientRequest>
This is the FailOverStrategy implementation.
|
interface |
LoadBalancerStrategy<S extends ClientRequest>
The strategy is in charge of handling the way servers are being called.
|
class |
RoundRobinStrategy<S extends ClientRequest>
this is the round robin strategy implementation.
|
class |
StickyRoundRobinStrategy<S extends ClientRequest>
this is the sticky round robin strategy implementation.
|
Copyright © 2015 Cisco. All rights reserved.