public final class ShadowSQLRewriteContextDecorator extends Object implements SQLRewriteContextDecorator<ShadowRule>
| 构造器和说明 |
|---|
ShadowSQLRewriteContextDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decorate(ShadowRule shadowRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
org.apache.shardingsphere.infra.route.context.RouteContext routeContext) |
int |
getOrder() |
Class<ShadowRule> |
getTypeClass() |
public void decorate(ShadowRule shadowRule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, org.apache.shardingsphere.infra.route.context.RouteContext routeContext)
decorate 在接口中 SQLRewriteContextDecorator<ShadowRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShadowRule>public Class<ShadowRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShadowRule>Copyright © 2020 The Apache Software Foundation. All rights reserved.