You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/04/29 15:33:26 UTC

[shardingsphere] branch master updated: Update document for GovernanceListenerFactory (#10220)

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 0a93d87  Update document for GovernanceListenerFactory (#10220)
0a93d87 is described below

commit 0a93d87ded0ca29a6a1b37a6482d7cb14eb9518f
Author: Liang Zhang <te...@163.com>
AuthorDate: Thu Apr 29 23:32:52 2021 +0800

    Update document for GovernanceListenerFactory (#10220)
---
 docs/document/content/dev-manual/governance.cn.md | 15 +++++++++++++++
 docs/document/content/dev-manual/governance.en.md | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/docs/document/content/dev-manual/governance.cn.md b/docs/document/content/dev-manual/governance.cn.md
index d78e3f9..2f7d219 100644
--- a/docs/document/content/dev-manual/governance.cn.md
+++ b/docs/document/content/dev-manual/governance.cn.md
@@ -26,3 +26,18 @@ chapter = true
 | -------------------------------- | ----------------------- |
 | CuratorZookeeperRepository       | 基于 ZooKeeper 的注册中心 |
 | EtcdRepository                   | 基于 etcd 的注册中心      |
+
+## GovernanceListenerFactory
+
+| *SPI 名称*                       | *详细说明*               |
+| -------------------------------- | ----------------------- |
+| GovernanceListenerFactory        | 治理监听器工厂            |
+
+| *已知实现类*                           | *详细说明*           |
+| ------------------------------------- | ------------------- |
+| TerminalStateChangedListenerFactory   | 终端节点状态变化监听器 |
+| DataSourceStateChangedListenerFactory | 数据源状态变化监听器   |
+| LockChangedListenerFactory            | 锁状态变化监听器      |
+| PropertiesChangedListenerFactory      | 属性变化监听器        |
+| UserChangedListenerFactory            | 用户变化监听器        |
+| PrivilegeNodeChangedListenerFactory   | 权限变化监听器        |
diff --git a/docs/document/content/dev-manual/governance.en.md b/docs/document/content/dev-manual/governance.en.md
index 8e95ea0..0215c93 100644
--- a/docs/document/content/dev-manual/governance.en.md
+++ b/docs/document/content/dev-manual/governance.en.md
@@ -26,3 +26,18 @@ chapter = true
 | -------------------------------- | ----------------------------- |
 | CuratorZookeeperRepository       | ZooKeeper registry repository |
 | EtcdRepository                   | etcd registry repository      |
+
+## GovernanceListenerFactory
+
+| *SPI Name*                       | *Description*                 |
+| -------------------------------- | ----------------------------- |
+| GovernanceListenerFactory        | Governance listener factory   |
+
+| *Implementation Class*                | *Description*                              |
+| ------------------------------------- | ------------------------------------------ |
+| TerminalStateChangedListenerFactory   | Terminal state changed listener factory    |
+| DataSourceStateChangedListenerFactory | Data source state changed listener factory |
+| LockChangedListenerFactory            | Lock changed listener factory              |
+| PropertiesChangedListenerFactory      | Properties changed listener factory        |
+| UserChangedListenerFactory            | User changed listener factory              |
+| PrivilegeNodeChangedListenerFactory   | Privilege changed listener factory         |