| Package | Description |
|---|---|
| org.pinus4j.cluster |
数据库集群实现.
|
| org.pinus4j.cluster.beans |
表示数据库信息的JavaBean.
|
| Modifier and Type | Field and Description |
|---|---|
private DBClusterRegionInfo |
DB.regionInfo |
| Modifier and Type | Method and Description |
|---|---|
DBClusterRegionInfo |
DB.getRegionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
DB.setRegionInfo(DBClusterRegionInfo regionInfo) |
static DB |
DB.valueOf(DataSource ds,
String clusterName,
String dbName,
String tableName,
int tableIndex,
DBClusterRegionInfo regionInfo) |
| Modifier and Type | Field and Description |
|---|---|
private List<DBClusterRegionInfo> |
DBClusterInfo.dbRegions
sharding database info.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterRegionInfo> |
DBClusterInfo.getDbRegions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBClusterInfo.setDbRegions(List<DBClusterRegionInfo> dbRegions) |
Copyright © 2015. All rights reserved.