Package | Description |
---|---|
com.bigdata.rdf.sail.webapp.lbs | |
com.bigdata.rdf.sail.webapp.lbs.policy |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractLBSPolicy.conditionallyForwardReadRequest(HALoadBalancerServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Hook provides the
IHALoadBalancerPolicy with an opportunity to
forward a read-request to the local service rather than proxying the
request to a service selected by the load balancer (a local forward has
less overhead than proxying to either the local host or a remote service,
which makes it more efficient under some circumstances to handle the
read-request on the service where it was originally received). |
protected boolean |
AbstractHostLBSPolicy.conditionallyForwardReadRequest(HALoadBalancerServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Hook provides the
IHALoadBalancerPolicy with an opportunity to
forward a read-request to the local service rather than proxying the
request to a service selected by the load balancer (a local forward has
less overhead than proxying to either the local host or a remote service,
which makes it more efficient under some circumstances to handle the
read-request on the service where it was originally received). |
boolean |
IHALoadBalancerPolicy.service(boolean isLeaderRequest,
HALoadBalancerServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked for each request.
|
boolean |
AbstractLBSPolicy.service(boolean isLeaderRequest,
HALoadBalancerServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
NOPLBSPolicy.service(boolean isLeaderRequest,
HALoadBalancerServlet servlet,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.