| Class | Description |
|---|---|
| Constant | |
| ExecuteInterceptor |
ExecuteInterceptor enhances org.apache.shardingsphere.core.execute.sql.execute.SQLExecuteCallback,
creating a local span that records the execution of sql. |
| JDBCRootInvokeInterceptor |
JDBCRootInvokeInterceptor enhances org.apache.shardingsphere.shardingjdbc.executor.AbstractStatementExecutor,
creating a local span that records the overall execution of sql. |
| ParseInterceptor |
ParseInterceptor enhances org.apache.shardingsphere.core.route.router.sharding.ShardingRouter,
creating a local span that records the parse of sql. |
| ProxyRootInvokeInterceptor |
ProxyRootInvokeInterceptor enhances org.apache.shardingsphere.shardingproxy.frontend.command.CommandExecutorTask,
creating a local span that records the overall execution of sql.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.