This is an automated email from the ASF dual-hosted git repository.
menghaoran 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 c7621ab Update route spi document (#7667)
c7621ab is described below
commit c7621ab934d100334019b177200e5aaec7b6b656
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Sep 30 14:03:52 2020 +0800
Update route spi document (#7667)
---
docs/document/content/dev-manual/kernel.cn.md | 18 +++++++++---------
docs/document/content/dev-manual/kernel.en.md | 24 ++++++++++++------------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/docs/document/content/dev-manual/kernel.cn.md
b/docs/document/content/dev-manual/kernel.cn.md
index 6d70bef..9c74505 100644
--- a/docs/document/content/dev-manual/kernel.cn.md
+++ b/docs/document/content/dev-manual/kernel.cn.md
@@ -43,18 +43,18 @@ chapter = true
| ShardingMetaDataDecorator | 用于分片元数据更新 |
| EncryptMetaDataDecorator | 用于加密元数据更新 |
-## RouteDecorator
+## SQLRouter
| *SPI 名称* | *详细说明* |
| ------------------------- | --------------------- |
-| RouteDecorator | 用于处理路由结果 |
-
-| *已知实现类* | *详细说明* |
-| --------------------------------------- | ------------------------ |
-| ShardingRouteDecorator | 用于处理分片路由结果 |
-| PrimaryReplicaReplicationRouteDecorator | 用于处理读写分离路由结果 |
-| ConsensusReplicationRouteDecorator | 用于处理强一致多副本路由结果 |
-| ShadowRouteDecorator | 用于处理影子库路由结果 |
+| SQLRouter | 用于处理路由结果 |
+
+| *已知实现类* | *详细说明* |
+| ---------------------------------- | ------------------------ |
+| ShardingSQLRouter | 用于处理分片路由结果 |
+| PrimaryReplicaReplicationSQLRouter | 用于处理读写分离路由结果 |
+| ConsensusReplicationSQLRouter | 用于处理强一致多副本路由结果 |
+| ShadowSQLRouter | 用于处理影子库路由结果 |
## SQLRewriteContextDecorator
diff --git a/docs/document/content/dev-manual/kernel.en.md
b/docs/document/content/dev-manual/kernel.en.md
index e8ffdc1..a25b08a 100644
--- a/docs/document/content/dev-manual/kernel.en.md
+++ b/docs/document/content/dev-manual/kernel.en.md
@@ -43,18 +43,18 @@ chapter = true
| ShardingMetaDataDecorator | Used to update sharding meta data |
| EncryptMetaDataDecorator | Used to update encryption meta data |
-## RouteDecorator
-
-| *SPI Name* | *Description* |
-| ------------------------- | ----------------------------------------------- |
-| RouteDecorator | Used to process routing results |
-
-| *Implementation Class* | *Description*
|
-| --------------------------------------- |
----------------------------------------------------------- |
-| ShardingRouteDecorator | Used to process sharding routing
results |
-| PrimaryReplicaReplicationRouteDecorator | Used to process primary-replica
replication routing results |
-| ConsensusReplicationRouteDecorator | Used to process consensus
replication routing results |
-| ShadowRouteDecorator | Used to process shadow database
routing results |
+## SQLRouter
+
+| *SPI Name* | *Description* |
+| -------------------- | ----------------------------------------------- |
+| SQLRouter | Used to process routing results |
+
+| *Implementation Class* | *Description*
|
+| ---------------------------------- |
----------------------------------------------------------- |
+| ShardingSQLRouter | Used to process sharding routing
results |
+| PrimaryReplicaReplicationSQLRouter | Used to process primary-replica
replication routing results |
+| ConsensusReplicationSQLRouter | Used to process consensus replication
routing results |
+| ShadowRouteSQLRouter | Used to process shadow database routing
results |
## SQLRewriteContextDecorator