public final class ShadowSQLRewriteContextDecorator extends Object implements SQLRewriteContextDecorator<ShadowRule>
| Constructor and Description |
|---|
ShadowSQLRewriteContextDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(ShadowRule shadowRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
SQLRewriteContext sqlRewriteContext,
RouteContext routeContext) |
int |
getOrder() |
Class<ShadowRule> |
getTypeClass() |
public void decorate(ShadowRule shadowRule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, RouteContext routeContext)
decorate in interface SQLRewriteContextDecorator<ShadowRule>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShadowRule>public Class<ShadowRule> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<ShadowRule>Copyright © 2021 The Apache Software Foundation. All rights reserved.