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 |
