public final class MasterSlaveRouteDecorator extends Object implements RouteDecorator<MasterSlaveRule>
| 构造器和说明 |
|---|
MasterSlaveRouteDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
RouteContext |
decorate(RouteContext routeContext,
org.apache.shardingsphere.underlying.common.metadata.ShardingSphereMetaData metaData,
MasterSlaveRule masterSlaveRule,
org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties properties) |
int |
getOrder() |
Class<MasterSlaveRule> |
getType() |
public RouteContext decorate(RouteContext routeContext, org.apache.shardingsphere.underlying.common.metadata.ShardingSphereMetaData metaData, MasterSlaveRule masterSlaveRule, org.apache.shardingsphere.underlying.common.config.properties.ConfigurationProperties properties)
decorate 在接口中 RouteDecorator<MasterSlaveRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.spi.order.OrderAware<Class<MasterSlaveRule>>public Class<MasterSlaveRule> getType()
getType 在接口中 org.apache.shardingsphere.spi.order.OrderAware<Class<MasterSlaveRule>>Copyright © 2020 The Apache Software Foundation. All rights reserved.