|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateTableRule | |
org.objectweb.cjdbc.controller.loadbalancer.policies.createtable | Table creation policies load balancers managing partial replication. |
org.objectweb.cjdbc.controller.xml | XML configuration file parsing and handling. |
Uses of CreateTableRule in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable |
Subclasses of CreateTableRule in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable | |
class |
CreateTableAll
Use all backends for CREATE TABLE statements. |
class |
CreateTableRandom
Implements a random strategy for CREATE TABLE statements. |
class |
CreateTableRoundRobin
Implements a round-robin strategy for CREATE TABLE statements. |
Methods in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable that return CreateTableRule | |
CreateTableRule |
CreateTablePolicy.getTableRule(java.lang.String tableName)
Gets the rule corresponding to a table name. |
CreateTableRule |
CreateTablePolicy.getDefaultRule()
Returns the default rule or null if no default rule has been
defined. |
Methods in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable with parameters of type CreateTableRule | |
void |
CreateTablePolicy.addRule(CreateTableRule rule)
Adds a rule to this policy. |
Uses of CreateTableRule in org.objectweb.cjdbc.controller.xml |
Fields in org.objectweb.cjdbc.controller.xml declared as CreateTableRule | |
private CreateTableRule |
DatabasesHandler.currentCreateTableRule
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |