| Modifier and Type | Method and Description |
|---|---|
static RoutingEngine |
RoutingEngineFactory.newInstance(ShardingRule shardingRule,
ShardingSphereMetaData metaData,
SQLStatementContext sqlStatementContext,
ShardingConditions shardingConditions)
Create new instance of routing engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseBroadcastRoutingEngine
Broadcast routing engine for databases.
|
class |
DataSourceGroupBroadcastRoutingEngine
Data source group broadcast routing engine.
|
class |
MasterInstanceBroadcastRoutingEngine
Broadcast routing engine for master instance of 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 |
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 © 2020 The Apache Software Foundation. All rights reserved.