docs/document/content/dev-manual/mode.en.md
+++ pre = "<b>5.1. </b>" title = "Mode" weight = 1 chapter = true +++
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 |