public interface MutableDataNodeRule extends ShardingSphereRule
| Modifier and Type | Method and Description |
|---|---|
Optional<DataNode> |
findSingleTableDataNode(String tableName)
Find single data node by table name.
|
void |
put(String tableName,
String dataSourceName)
Add data node.
|
void |
remove(String tableName)
Remove data node.
|
getTypeCopyright © 2022 The Apache Software Foundation. All rights reserved.