|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCheckingPolicy | |
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking | Error checking policies for RADb-Xec load balancers. |
org.objectweb.cjdbc.controller.loadbalancer.raidb1 | RAIDb-1 (full replication) load balancers. |
org.objectweb.cjdbc.controller.loadbalancer.raidb2 | RAIDb-2 (partial replication) load balancers. |
org.objectweb.cjdbc.controller.xml | XML configuration files parsing |
Uses of ErrorCheckingPolicy in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking |
Subclasses of ErrorCheckingPolicy in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking | |
class |
ErrorCheckingAll
Error checking using all backends. |
class |
ErrorCheckingRandom
Chooses numberOfNodes nodes randomly for error checking. |
class |
ErrorCheckingRoundRobin
Chooses the number of nodes nodes for error checking using a round-robin algorithm. |
Uses of ErrorCheckingPolicy in org.objectweb.cjdbc.controller.loadbalancer.raidb1 |
Fields in org.objectweb.cjdbc.controller.loadbalancer.raidb1 declared as ErrorCheckingPolicy | |
protected ErrorCheckingPolicy |
RAIDb1ec.errorCheckingPolicy
|
Constructors in org.objectweb.cjdbc.controller.loadbalancer.raidb1 with parameters of type ErrorCheckingPolicy | |
RAIDb1ec_WRR(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-1 Weighted Round Robin with error checking request load balancer. |
|
RAIDb1ec(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-1 Round Robin request load balancer. |
|
RAIDb1ec_RR(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-1 Round Robin with error checking request load balancer. |
Uses of ErrorCheckingPolicy in org.objectweb.cjdbc.controller.loadbalancer.raidb2 |
Fields in org.objectweb.cjdbc.controller.loadbalancer.raidb2 declared as ErrorCheckingPolicy | |
protected ErrorCheckingPolicy |
RAIDb2ec.errorCheckingPolicy
|
Constructors in org.objectweb.cjdbc.controller.loadbalancer.raidb2 with parameters of type ErrorCheckingPolicy | |
RAIDb2ec(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
CreateTablePolicy createTablePolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-1 Round Robin request load balancer. |
|
RAIDb2ec_RR(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
CreateTablePolicy createTablePolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-2 Round Robin with error checking request load balancer. |
|
RAIDb2ec_WRR(VirtualDatabase vdb,
WaitForCompletionPolicy waitForCompletionPolicy,
CreateTablePolicy createTablePolicy,
ErrorCheckingPolicy errorCheckingPolicy,
int nbOfConcurrentReads)
Creates a new RAIDb-2 weighted round robin with error checking request load balancer. |
Uses of ErrorCheckingPolicy in org.objectweb.cjdbc.controller.xml |
Fields in org.objectweb.cjdbc.controller.xml declared as ErrorCheckingPolicy | |
private ErrorCheckingPolicy |
DatabasesParser.currentErrorCheckingPolicy
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |