public interface DataNodeRoutedRule extends ShardingSphereRule
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
boolean |
isNeedAccumulate(Collection<String> tables)
Is need accumulate.
|
Map<String,Collection<DataNode>> getAllDataNodes()
Collection<String> getAllActualTables()
Optional<String> findFirstActualTable(String logicTable)
logicTable - logic table nameboolean isNeedAccumulate(Collection<String> tables)
tables - table namesCopyright © 2020 The Apache Software Foundation. All rights reserved.