org.apache.shardingsphere.dbdiscovery.spi.DatabaseDiscoveryProvider
数据库发现提供算法的定义
配置标识 | 详细说明 | 全限定类名 |
---|---|---|
MySQL.MGR | 基于 MySQL MGR 的数据库发现算法 | org.apache.shardingsphere.dbdiscovery.mysql.type.MGRMySQLDatabaseDiscoveryProvider |
MySQL.NORMAL_REPLICATION | 基于 MySQL 主从同步的数据库发现算法 | org.apache.shardingsphere.dbdiscovery.mysql.type.MySQLNormalReplicationDatabaseDiscoveryProvider |
openGauss.NORMAL_REPLICATION | 基于 openGauss 主从同步的数据库发现算法 | org.apache.shardingsphere.dbdiscovery.opengauss.OpenGaussNormalReplicationDatabaseDiscoveryProvider |