Uses of Class
org.apache.shardingsphere.sharding.cache.rule.ShardingCacheRule
Packages that use ShardingCacheRule
Package
Description
-
Uses of ShardingCacheRule in org.apache.shardingsphere.sharding.cache.checker
Constructors in org.apache.shardingsphere.sharding.cache.checker with parameters of type ShardingCacheRule -
Uses of ShardingCacheRule in org.apache.shardingsphere.sharding.cache.route
Methods in org.apache.shardingsphere.sharding.cache.route that return types with arguments of type ShardingCacheRuleMethods in org.apache.shardingsphere.sharding.cache.route with parameters of type ShardingCacheRuleModifier and TypeMethodDescriptionorg.apache.shardingsphere.infra.route.context.RouteContextCachedShardingSQLRouter.createRouteContext(org.apache.shardingsphere.infra.binder.QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, ShardingCacheRule rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) voidCachedShardingSQLRouter.decorateRouteContext(org.apache.shardingsphere.infra.route.context.RouteContext routeContext, org.apache.shardingsphere.infra.binder.QueryContext queryContext, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, ShardingCacheRule rule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)