| Package | Description |
|---|---|
| org.teasoft.bee.sharding |
Sharding about Database.
|
| org.teasoft.bee.sharding.algorithm |
About Sharding algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Calculate> |
ShardingBean.getDsAlgorithmClass() |
Class<? extends Calculate> |
ShardingBean.getTabAlgorithmClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardingBean.setDsAlgorithmClass(Class<? extends Calculate> dsAlgorithmClass) |
void |
ShardingBean.setTabAlgorithmClass(Class<? extends Calculate> tabAlgorithmClass) |
| Modifier and Type | Method and Description |
|---|---|
static Calculate |
CalculateRegistry.getCalculate(int type)
get Calculate.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CalculateRegistry.register(int type,
Calculate calculate)
register Calculate.
|
Copyright © 2025. All rights reserved.