public final class RoutingEngineFactory extends Object
| Constructor and Description |
|---|
RoutingEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RoutingEngine |
newInstance(org.apache.shardingsphere.core.rule.ShardingRule shardingRule,
org.apache.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData shardingDataSourceMetaData,
org.apache.shardingsphere.core.parse.antlr.sql.statement.SQLStatement sqlStatement,
OptimizeResult optimizeResult)
Create new instance of routing engine.
|
public static RoutingEngine newInstance(org.apache.shardingsphere.core.rule.ShardingRule shardingRule, org.apache.shardingsphere.core.metadata.datasource.ShardingDataSourceMetaData shardingDataSourceMetaData, org.apache.shardingsphere.core.parse.antlr.sql.statement.SQLStatement sqlStatement, OptimizeResult optimizeResult)
shardingRule - sharding ruleshardingDataSourceMetaData - sharding data source meta datasqlStatement - sql statementoptimizeResult - optimize resultCopyright © 2019 The Apache Software Foundation. All rights reserved.