Uses of Class
org.apache.shardingsphere.infra.route.context.RouteContext
Packages that use RouteContext
Package
Description
-
Uses of RouteContext in org.apache.shardingsphere.infra.route
Methods in org.apache.shardingsphere.infra.route that return RouteContextModifier and TypeMethodDescriptionSQLRouter.createRouteContext(QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData globalRuleMetaData, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) Create route context.Methods in org.apache.shardingsphere.infra.route with parameters of type RouteContextModifier and TypeMethodDescriptionvoidSQLRouter.decorateRouteContext(RouteContext routeContext, QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, T rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) Decorate route context. -
Uses of RouteContext in org.apache.shardingsphere.infra.route.engine
Methods in org.apache.shardingsphere.infra.route.engine that return RouteContextModifier and TypeMethodDescriptionSQLRouteEngine.route(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext, QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData globalRuleMetaData, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database) Route SQL.SQLRouteExecutor.route(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext, QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData globalRuleMetaData, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database) Route. -
Uses of RouteContext in org.apache.shardingsphere.infra.route.engine.impl
Methods in org.apache.shardingsphere.infra.route.engine.impl that return RouteContextModifier and TypeMethodDescriptionAllSQLRouteExecutor.route(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext, QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData globalRuleMetaData, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database) PartialSQLRouteExecutor.route(org.apache.shardingsphere.infra.context.ConnectionContext connectionContext, QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData globalRuleMetaData, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database)