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
IHALoadBalancerPolicy associated with this instance of
this servlet. |
static void |
HALoadBalancerServlet.setLBSPolicy(javax.servlet.ServletContext servletContext,
IHALoadBalancerPolicy newValue)
Set the current
IHALoadBalancerPolicy for all
HALoadBalancerServlet instances for the caller specified
ServletContext . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHostLBSPolicy
Abstract base class for an LBS policy that uses per-host load metrics.
|
class |
AbstractLBSPolicy
Abstract 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 |
NOPLBSPolicy
This policy proxies all requests for update operations to the leader but
forwards read requests to the local service.
|
class |
RoundRobinLBSPolicy
Policy implements a round-robin over the services that are joined with the
met quorum.
|
Modifier and Type | Class and Description |
---|---|
class |
CountersLBSPolicy
Stochastically proxy the request to the services based on their load.
|
Modifier and Type | Class and Description |
---|---|
class |
GangliaLBSPolicy
Stochastically proxy the request to the services based on their load.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.