terrymanu commented on code in PR #19353:
URL: https://github.com/apache/shardingsphere/pull/19353#discussion_r924208905


##########
docs/document/content/dev-manual/kernel.en.md:
##########
@@ -5,58 +5,72 @@ weight = 3
 chapter = true
 +++
 
-## SPI Interface
-
-| *SPI Name*                           | *Description*             |
-| ----------------------------------- | --------------------- |
-| SQLRouter                           | Used to process routing results        
 |
-| SQLRewriteContextDecorator         | Used to handle SQL rewrite results |
-| SQLExecutionHook              | SQL execution process listener |
-| ResultProcessEngine          | Used to process result sets        |
-| StoragePrivilegeHandler    | Use SQL dialect to process privilege metadata   
       |
-| DynamicDataSourceStrategy                  | Dynamic data source fetch 
strategy                 |
-
-## Sample
-
-### SQLRouter
-
-| *Implementation Class*                          | *Description*             |
-| ----------------------------------- | --------------------- |
-| ReadwriteSplittingSQLRouter         | Used to process read-write splitting 
routing results  |
-| DatabaseDiscoverySQLRouter          | Used to process database discovery 
routing results |
-| SingleTableSQLRouter                | Used to process single-table routing 
results      |
-| ShardingSQLRouter                   | Used to process sharding routing 
results      |
-| ShadowSQLRouter                     | Used to process shadow database 
routing results    |
-
-### SQLRewriteContextDecorator
-| *Implementation Class*                         | *Description*              |
-| ---------------------------------- | --------------------- |
-| ShardingSQLRewriteContextDecorator | Used to process sharding SQL rewrite 
results |
-| EncryptSQLRewriteContextDecorator  | Used to process encryption SQL rewrite 
results |
-
-### SQLExecutionHook
-| *Implementation Class*                    | *Description*                 |
-| ----------------------------- | ------------------------- |
-| TransactionalSQLExecutionHook | Transaction hook of SQL execution |
-
-### ResultProcessEngine
-
-| *Implementation Class*                   | *Description*           |
-| ---------------------------- | ------------------- |
-| ShardingResultMergerEngine   | Used to handle sharding result set merge |
-| EncryptResultDecoratorEngine | Used to handle encrypted result set overrides 
|
-
-### StoragePrivilegeHandler
-
-| *Implementation Class*                 | *Description*                      |
-| -------------------------- | ------------------------------ |
-| PostgreSQLPrivilegeHandler | Use PostgreSQL dialect to process privilege 
metadata   |
-| SQLServerPrivilegeHandler  | Use SQLServer dialect to process privilege 
metadata    |
-| OraclePrivilegeHandler     | Use Oracle dialect to process privilege 
metadata       |
-| MySQLPrivilegeHandler      | Use MySQL dialect to process privilege metadata 
       |
-
-### DynamicDataSourceStrategy
-
-| *Implementation Class*                                 | *Description*       
                |
-| ------------------------------------------ | ------------------------------- 
|
-| DatabaseDiscoveryDynamicDataSourceStrategy | Use database discovery to 
dynamic fetch data source |
+## SQLRouter
+
+### Fully-qualified class name
+
+[`org.apache.shardingsphere.infra.route.SQLRouter`](https://github.com/apache/shardingsphere/blob/master/shardingsphere-infra/shardingsphere-infra-route/src/main/java/org/apache/shardingsphere/infra/route/SQLRouter.java)
+
+### Definition
+
+Used to process routing results
+
+### Implementation classes
+
+| *Implementation class* | *Description*                             | 
*Fully-qualified class name* |

Review Comment:
   `Implementation class` should be `Configuration Type`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to