org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
单机模式配置信息持久化定义
配置标识 | 详细说明 | 全限定类名 |
---|---|---|
H2 | H2-based persistence | org.apache.shardingsphere.mode.repository.standalone.h2.H2Repository |
org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
集群模式配置信息持久化定义
配置标识 | 详细说明 | 全限定类名 |
---|---|---|
ZooKeeper | 基于 ZooKeeper 的持久化 | org.apache.shardingsphere.mode.repository.cluster.zookeeper.CuratorZookeeperRepository |
etcd | 基于 Etcd 的持久化 | org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository |
org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.GovernanceWatcher
治理监听器定义