| Package | Description |
|---|---|
| org.apache.shardingsphere.core.rule |
| Modifier and Type | Method and Description |
|---|---|
TableRule |
ShardingRule.getTableRule(String logicTableName)
Get table rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TableRule> |
ShardingRule.findTableRule(String logicTableName)
Find table rule.
|
com.google.common.base.Optional<TableRule> |
ShardingRule.findTableRuleByActualTable(String actualTableName)
Find table rule via actual table name.
|
| Modifier and Type | Method and Description |
|---|---|
ShardingStrategy |
ShardingRule.getDatabaseShardingStrategy(TableRule tableRule)
Get database sharding strategy.
|
ShardingStrategy |
ShardingRule.getTableShardingStrategy(TableRule tableRule)
Get table sharding strategy.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.