org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
Standalone mode configuration information persistence definition
| Configuration Type | Description | Fully-qualified class name | 
|---|---|---|
| JDBC | JDBC-based persistence | org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository | 
org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
Cluster mode configuration information persistence definition
| Configuration Type | Description | Fully-qualified class name | 
|---|---|---|
| ZooKeeper | ZooKeeper based persistence | org.apache.shardingsphere.mode.repository.cluster.zookeeper.ZookeeperRepository | 
| etcd | Etcd based persistence | org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository | 
| Nacos | Nacos based persistence | org.apache.shardingsphere.mode.repository.cluster.nacos.NacosRepository | 
| Consul | Consul based persistence | org.apache.shardingsphere.mode.repository.cluster.consul.ConsulRepository | 
org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.GovernanceWatcher
Governance listener definition
