public interface DataNodeContainedRule extends ShardingSphereRule
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<String> |
findActualTableByCatalog(String catalog,
String logicTable)
Find actual table name via catelog.
|
Optional<String> |
findFirstActualTable(String logicTable)
Find first actual table name.
|
Optional<String> |
findLogicTableByActualTable(String actualTable)
Find logic table name via actual table name.
|
Collection<String> |
getAllActualTables()
Get all actual tables.
|
Map<String,Collection<DataNode>> |
getAllDataNodes()
Get all data nodes.
|
Collection<String> |
getAllTables()
Get all tables.
|
boolean |
isNeedAccumulate(Collection<String> tables)
Is need accumulate.
|
getTypeMap<String,Collection<DataNode>> getAllDataNodes()
Collection<String> getAllActualTables()
Optional<String> findFirstActualTable(String logicTable)
logicTable - logic table nameboolean isNeedAccumulate(Collection<String> tables)
tables - table namesOptional<String> findLogicTableByActualTable(String actualTable)
actualTable - actual table nameOptional<String> findActualTableByCatalog(String catalog, String logicTable)
catalog - cataloglogicTable - logic table nameCollection<String> getAllTables()
Copyright © 2021 The Apache Software Foundation. All rights reserved.