org.continuent.sequoia.controller.loadbalancer.policies.createtable |
Table creation policies load balancers managing partial replication.
|
Java Source File Name | Type | Comment |
CreateTableAll.java | Class | Use all backends for CREATE TABLE statements. |
CreateTableException.java | Class | A CreateTableException is thrown when a
CreateTableRule policy cannot be applied in the
rule.getBackends() method. |
CreateTablePolicy.java | Class | Defines the policy to adopt when creating a new table. |
CreateTableRandom.java | Class | Implements a random strategy for CREATE TABLE statements. |
CreateTableRoundRobin.java | Class | Implements a round-robin strategy for CREATE TABLE
statements. |
CreateTableRule.java | Class | Defines the policy to adopt when creating a new table. |