| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.route | |
| org.apache.shardingsphere.infra.route.engine | |
| org.apache.shardingsphere.infra.route.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
RouteContext |
SQLRouter.createRouteContext(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
T rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props)
Create route context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLRouter.decorateRouteContext(RouteContext routeContext,
LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
T rule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props)
Decorate route context.
|
| Modifier and Type | Method and Description |
|---|---|
RouteContext |
SQLRouteExecutor.route(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData)
Route.
|
RouteContext |
SQLRouteEngine.route(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData)
Route SQL.
|
| Modifier and Type | Method and Description |
|---|---|
RouteContext |
AllSQLRouteExecutor.route(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData) |
RouteContext |
PartialSQLRouteExecutor.route(LogicSQL logicSQL,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.