org.continuent.sequoia.controller.loadbalancer.raidb2 |
RAIDb-2 (partial replication) load balancers.
|
Java Source File Name | Type | Comment |
RAIDb2.java | Class | RAIDb-2 load balancer.
This class is an abstract call because the read requests coming from the
Request Manager are NOT treated here but in the subclasses. |
RAIDb2ec.java | Class | RAIDb-2ec load balancer.
This class is an abstract call because the read requests coming from the
request manager are NOT treated here but in the subclasses. |
RAIDb2ec_RR.java | Class | RAIDb-2 Round Robin load balancer with error checking
This load balancer tolerates byzantine failures of databases. |
RAIDb2ec_WRR.java | Class | RAIDb-2 Weighted Round Robin load balancer with error checking.
This load balancer tolerates byzantine failures of databases. |
RAIDb2_LPRF.java | Class | RAIDb-2 Round Robin load balancer featuring (Least Pending Requests First
load balancing algorithm). |
RAIDb2_RR.java | Class | RAIDb-2 Round Robin load balancer.
The read requests coming from the request manager are sent in a round robin
to the backend nodes. |
RAIDb2_WRR.java | Class | RAIDb-2 Weighted Round Robin load balancer.
The read requests coming from the request manager are sent to the backend
nodes using a weighted round robin. |