Class ShardingCacheRule
java.lang.Object
org.apache.shardingsphere.sharding.cache.rule.ShardingCacheRule
- All Implemented Interfaces:
org.apache.shardingsphere.infra.rule.identifier.scope.DatabaseRule,org.apache.shardingsphere.infra.rule.ShardingSphereRule
public final class ShardingCacheRule
extends Object
implements org.apache.shardingsphere.infra.rule.identifier.scope.DatabaseRule
Sharding cache rule.
-
Constructor Summary
ConstructorsConstructorDescriptionShardingCacheRule(ShardingCacheRuleConfiguration configuration, ShardingRule shardingRule, org.apache.shardingsphere.timeservice.core.rule.TimeServiceRule timeServiceRule) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.rule.ShardingSphereRule
getConfiguration
-
Constructor Details
-
ShardingCacheRule
public ShardingCacheRule(ShardingCacheRuleConfiguration configuration, ShardingRule shardingRule, org.apache.shardingsphere.timeservice.core.rule.TimeServiceRule timeServiceRule)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.apache.shardingsphere.infra.rule.ShardingSphereRule
-