This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 2663a74ce7d Update mode document remove lock watcher (#23532)
2663a74ce7d is described below

commit 2663a74ce7d1015c17c6d5ca2a19d8c306b52765
Author: zhaojinchao <[email protected]>
AuthorDate: Thu Jan 12 22:14:53 2023 +0800

    Update mode document remove lock watcher (#23532)
---
 docs/document/content/dev-manual/mode.cn.md | 3 ++-
 docs/document/content/dev-manual/mode.en.md | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/document/content/dev-manual/mode.cn.md 
b/docs/document/content/dev-manual/mode.cn.md
index 1670dd68b69..3450932aecc 100644
--- a/docs/document/content/dev-manual/mode.cn.md
+++ b/docs/document/content/dev-manual/mode.cn.md
@@ -55,7 +55,8 @@ chapter = true
 | *配置标识*                                                               | 
*详细说明*                             | *全限定类名*                    |
 | ----------------------------------------------------------------------- | 
--------------------------------------| ---------------------------- |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /nodes/compute_nodes      | 
计算节点状态变化监听器                   | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.status.compute.watcher.ComputeNodeStateChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/watcher/ComputeNodeStateChangedWatcher.java)
 |
-| Types: ADDED, DELETED;  WatchingKeys: /lock/database/locks              | 
数据库锁状态变化监听器                   | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.lock.database.watcher.DatabaseLockChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/GlobalRuleChangedWatcher.java)
 |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /metadata/${databaseName} | 
元数据变化监听器                        | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.metadata.watcher.MetaDataChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/metadata/watcher/MetaDataChangedWatcher.java)
 |
 | Types: ADDED, UPDATED; WatchingKeys: /props                             | 
属性变化监听器                          | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.PropertiesChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/PropertiesChangedWatcher.java)
 |
+| Types: UPDATED; WatchingKeys: /rules                                    | 
全局规则变化监听器                       | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.GlobalRuleChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/GlobalRuleChangedWatcher.java)
 |
+| Types: ADDED, UPDATED, DELETED; WatchingKeys: /sys_data                 | 
系统库变化监听器                       | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.ShardingSphereDataChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/data/ShardingSphereDataChangedWatcher.java)
 |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /nodes/storage_nodes      | 
存储节点状态变化监听器                    | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.status.storage.watcher.StorageNodeStateChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/storage/watcher/StorageNodeStateChangedWatcher.java)
 |
diff --git a/docs/document/content/dev-manual/mode.en.md 
b/docs/document/content/dev-manual/mode.en.md
index 597ef30a5f4..fe5e00b8e0a 100644
--- a/docs/document/content/dev-manual/mode.en.md
+++ b/docs/document/content/dev-manual/mode.en.md
@@ -55,7 +55,9 @@ Governance listener definition
 | *Configuration Type*                                                    | 
*Description*                                 | *Fully-qualified class name* |
 | ----------------------------------------------------------------------- | 
--------------------------------------------- | ---------------------------- |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /nodes/compute_nodes      | 
Compute node state change listener            | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.status.compute.watcher.ComputeNodeStateChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/watcher/ComputeNodeStateChangedWatcher.java)
 |
-| Types: UPDATED; WatchingKeys: /rules                                    | 
The global rule configuration change listener | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.GlobalRuleChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/GlobalRuleChangedWatcher.java)
 |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /metadata/${databaseName} | 
Metadata change listener                      | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.metadata.watcher.MetaDataChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/metadata/watcher/MetaDataChangedWatcher.java)
 |
 | Types: ADDED, UPDATED; WatchingKeys: /props                             | 
Property change listener                      | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.PropertiesChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/PropertiesChangedWatcher.java)
 |
+| Types: UPDATED; WatchingKeys: /rules                                    | 
The global rule configuration change listener | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.GlobalRuleChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/config/watcher/GlobalRuleChangedWatcher.java)
 |
+| Types: ADDED, UPDATED, DELETED; WatchingKeys: /sys_data                 | 
System database change listener              | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.config.watcher.ShardingSphereDataChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/data/ShardingSphereDataChangedWatcher.java)
 |
 | Types: ADDED, UPDATED, DELETED; WatchingKeys: /nodes/storage_nodes      | 
Storage node state change listener            | 
[`org.apache.shardingsphere.mode.manager.cluster.coordinator.registry.status.storage.watcher.StorageNodeStateChangedWatcher`](https://github.com/apache/shardingsphere/blob/master/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/storage/watcher/StorageNodeStateChangedWatcher.java)
 |
+

Reply via email to