org.continuent.sequoia.controller.loadbalancer.policies.errorchecking |
Error checking policies for RADb-Xec load balancers.
|
Java Source File Name | Type | Comment |
ErrorCheckingAll.java | Class | Error checking using all backends. |
ErrorCheckingException.java | Class | An ErrorCheckingException is thrown when an
ErrorCheckingPolicy policy cannot be applied in the
getBackends() method. |
ErrorCheckingPolicy.java | Class | Defines the policy to adopt for error checking. |
ErrorCheckingRandom.java | Class | Chooses numberOfNodes nodes randomly for error checking. |
ErrorCheckingRoundRobin.java | Class | Chooses the number of nodes nodes for error checking using a round-robin
algorithm. |