StandalonePersistRepository

全限定类名

org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository

定义

单机模式配置信息持久化定义

已知实现

配置标识详细说明全限定类名
JDBC基于 JDBC 的持久化org.apache.shardingsphere.mode.repository.standalone.jdbc.JDBCRepository

ClusterPersistRepository

全限定类名

org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository

定义

集群模式配置信息持久化定义

已知实现

配置标识详细说明全限定类名
ZooKeeper基于 ZooKeeper 的持久化org.apache.shardingsphere.mode.repository.cluster.zookeeper.ZookeeperRepository
etcd基于 Etcd 的持久化org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository
Consul基于 Consul 的持久化org.apache.shardingsphere.mode.repository.cluster.consul.ConsulRepository