| Modifier and Type | Method and Description | 
|---|---|
| IHALoadBalancerPolicy | HALoadBalancerServlet. getLBSPolicy()Return the current  IHALoadBalancerPolicy. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HALoadBalancerServlet. setLBSPolicy(IHALoadBalancerPolicy newValue)Change the  IHALoadBalancerPolicyassociated with this instance of
 this servlet. | 
| static void | HALoadBalancerServlet. setLBSPolicy(javax.servlet.ServletContext servletContext,
            IHALoadBalancerPolicy newValue)Set the current  IHALoadBalancerPolicyfor allHALoadBalancerServletinstances for the caller specifiedServletContext. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHostLBSPolicyAbstract base class for an LBS policy that uses per-host load metrics. | 
| class  | AbstractLBSPolicyAbstract base class establishes a listener for quorum events, tracks the
 services that are members of the quorum, and caches metadata about those
 services (especially the requestURL at which they will respond). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NOPLBSPolicyThis policy proxies all requests for update operations to the leader but
 forwards read requests to the local service. | 
| class  | RoundRobinLBSPolicyPolicy implements a round-robin over the services that are joined with the
 met quorum. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountersLBSPolicyStochastically proxy the request to the services based on their load. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GangliaLBSPolicyStochastically proxy the request to the services based on their load. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.