public static interface HALoadBalancerServlet.InitParams
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_POLICY
The default
IHALoadBalancerPolicy proxies all updates to the
quorum leader and forwards all other requests to the local service. |
static String |
DEFAULT_REWRITER |
static String |
POLICY
The fully qualified class name of the load balancer policy (optional
- the default is ).
|
static String |
REWRITER
The fully qualified class name of an
IHARequestURIRewriter
(optional - the default is ). |
static final String POLICY
IHALoadBalancerPolicy
.static final String DEFAULT_POLICY
IHALoadBalancerPolicy
proxies all updates to the
quorum leader and forwards all other requests to the local service.static final String REWRITER
IHARequestURIRewriter
(optional - the default is ). This must be
an instance of IHARequestURIRewriter
. This may be used to
impose application specific Request-URI rewrite semantics when a
request will be proxied to another service.static final String DEFAULT_REWRITER
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.