public final class SchemaManager extends Object
| 构造器和说明 |
|---|
SchemaManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,ShardingSphereTable> |
getToBeAddedTables(Map<String,ShardingSphereTable> reloadTables,
Map<String,ShardingSphereTable> currentTables)
Get to be added tables.
|
static Map<String,ShardingSphereSchema> |
getToBeAddedTablesBySchemas(Map<String,ShardingSphereSchema> reloadSchemas,
Map<String,ShardingSphereSchema> currentSchemas)
Get to be added tables by schemas.
|
static Map<String,ShardingSphereSchema> |
getToBeDeletedSchemaNames(Map<String,ShardingSphereSchema> reloadSchemas,
Map<String,ShardingSphereSchema> currentSchemas)
Get to be deleted schema names.
|
static Map<String,ShardingSphereTable> |
getToBeDeletedTables(Map<String,ShardingSphereTable> reloadTables,
Map<String,ShardingSphereTable> currentTables)
Get to be deleted tables.
|
static Map<String,ShardingSphereSchema> |
getToBeDeletedTablesBySchemas(Map<String,ShardingSphereSchema> reloadSchemas,
Map<String,ShardingSphereSchema> currentSchemas)
Get to be deleted tables by schemas.
|
public static Map<String,ShardingSphereSchema> getToBeAddedTablesBySchemas(Map<String,ShardingSphereSchema> reloadSchemas, Map<String,ShardingSphereSchema> currentSchemas)
reloadSchemas - reload schemascurrentSchemas - current schemaspublic static Map<String,ShardingSphereTable> getToBeAddedTables(Map<String,ShardingSphereTable> reloadTables, Map<String,ShardingSphereTable> currentTables)
reloadTables - reload tablescurrentTables - current tablespublic static Map<String,ShardingSphereSchema> getToBeDeletedTablesBySchemas(Map<String,ShardingSphereSchema> reloadSchemas, Map<String,ShardingSphereSchema> currentSchemas)
reloadSchemas - reload schemascurrentSchemas - current schemaspublic static Map<String,ShardingSphereTable> getToBeDeletedTables(Map<String,ShardingSphereTable> reloadTables, Map<String,ShardingSphereTable> currentTables)
reloadTables - reload tablescurrentTables - current tablespublic static Map<String,ShardingSphereSchema> getToBeDeletedSchemaNames(Map<String,ShardingSphereSchema> reloadSchemas, Map<String,ShardingSphereSchema> currentSchemas)
reloadSchemas - reload schemascurrentSchemas - current schemasCopyright © 2022 The Apache Software Foundation. All rights reserved.