org.continuent.sequoia.controller.loadbalancer |
All Sequoia load balancers are subpackage of this one which provides the load balancer interface and the core backend thread.
|
Java Source File Name | Type | Comment |
AbstractLoadBalancer.java | Class | The Request Load Balancer should implement the load balancing of the requests
among the backend nodes. |
AllBackendsFailedException.java | Class | |
BackendTaskQueueEntry.java | Class | This class defines a BackendTaskQueueEntry that is an element of a queue in
BackendTaskQueues. |
BackendTaskQueues.java | Class | This class defines task queues that stores the requests to be executed on a
database backend. |
BackendTaskQueuesControl.java | Class | BackendTaskQueuesControlMBean implementation. |
BackendWorkerThread.java | Class | Process sequentially a set of tasks and send them to a backend. |
LoadBalancerControl.java | Class | LoadBalancerControlMBean implemementation.
Used to manage a AbstractLoadBalancer. |
WeightedBalancer.java | Class | To return information, weighted load balancers share the same kind of
information on backend configuration. |