Class Summary |
FirstAvailable |
LoadBalancePolicy implementation that, once a target is chosen, always favors
that same target; i.e. |
FirstAvailableIdenticalAllProxies |
Extends the "sticky session" behavior of FirstAvailable by caching
the favored target in the FamilyClusterInfo , thus allowing different
proxies for the same family to use the same favored target. |
RandomRobin |
LoadBalancePolicy implementation that always fully randomly selects its target
(without basing its decision on any history). |
RoundRobin |
LoadBalancePolicy implementation that always favors the next available
target in the list, ensuring maximum load balancing always occurs. |