org.apache.shardingsphere.dbdiscovery.spi.DatabaseDiscoveryProvider
Database discovery provider algorithm’s definition
Configuration Type | Description | Fully-qualified class name |
---|---|---|
MySQL.MGR | MySQL MGR-based database discovery provider algorithm | org.apache.shardingsphere.dbdiscovery.mysql.type.MGRMySQLDatabaseDiscoveryProvider |
MySQL.NORMAL_REPLICATION | Database discovery provider algorithm of MySQL’s replication | org.apache.shardingsphere.dbdiscovery.mysql.type.MySQLNormalReplicationDatabaseDiscoveryProvider |
openGauss.NORMAL_REPLICATION | Database discovery provider algorithm of openGauss’s replication | org.apache.shardingsphere.dbdiscovery.opengauss.OpenGaussNormalReplicationDatabaseDiscoveryProvider |