Modifier and Type | Interface and Description |
---|---|
interface |
IHALoadBalancerPolicy
Load balancer policy interface.
|
interface |
IHARequestURIRewriter
Interface for rewriting the Request-URI once the load balancer has determined
the target host and service to which the request will be proxied.
|
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).
|
class |
DefaultHARequestURIRewriter
Default implementation.
|
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.