org.apache.shardingsphere.mode.repository.standalone.StandalonePersistRepository
Standalone mode configuration information persistence definition
Configuration Type | Description | Fully-qualified class name |
---|---|---|
H2 | H2-based persistence | org.apache.shardingsphere.mode.repository.standalone.h2.H2Repository |
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.CuratorZookeeperRepository |
etcd | Etcd-based persistence | org.apache.shardingsphere.mode.repository.cluster.etcd.EtcdRepository |
org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.GovernanceWatcher
Governance listener definition