Uses of Class
org.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableRule

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 files parsing 
 

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 DatabasesParser.currentCreateTableRule
           
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.