| Modifier and Type | Method and Description |
|---|---|
static RoutingEngine |
RoutingEngineFactory.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseBroadcastRoutingEngine
Broadcast routing engine for databases.
|
class |
InstanceBroadcastRoutingEngine
Broadcast routing engine for instance databases.
|
class |
TableBroadcastRoutingEngine
Broadcast routing engine for tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CartesianRoutingEngine
cartesian routing engine.
|
class |
ComplexRoutingEngine
Complex routing engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDatabaseRoutingEngine
Default datasource engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseHintRoutingEngine
Database hint only routing engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoreRoutingEngine
Ignore routing engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRoutingEngine
Standard routing engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnicastRoutingEngine
Unicast routing engine.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.