| Package | Description |
|---|---|
| org.apache.shardingsphere.core.execute | |
| org.apache.shardingsphere.core.execute.sql.execute | |
| org.apache.shardingsphere.core.execute.sql.prepare |
| Modifier and Type | Method and Description |
|---|---|
<I,O> List<O> |
ShardingExecuteEngine.groupExecute(Collection<ShardingExecuteGroup<I>> inputGroups,
ShardingGroupExecuteCallback<I,O> callback)
Execute for group.
|
<I,O> List<O> |
ShardingExecuteEngine.groupExecute(Collection<ShardingExecuteGroup<I>> inputGroups,
ShardingGroupExecuteCallback<I,O> firstCallback,
ShardingGroupExecuteCallback<I,O> callback,
boolean serial)
Execute for group.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
SQLExecuteTemplate.executeGroup(Collection<ShardingExecuteGroup<? extends StatementExecuteUnit>> sqlExecuteGroups,
SQLExecuteCallback<T> callback)
Execute group.
|
<T> List<T> |
SQLExecuteTemplate.executeGroup(Collection<ShardingExecuteGroup<? extends StatementExecuteUnit>> sqlExecuteGroups,
SQLExecuteCallback<T> firstCallback,
SQLExecuteCallback<T> callback)
Execute group.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ShardingExecuteGroup<StatementExecuteUnit>> |
SQLExecutePrepareTemplate.getExecuteUnitGroups(Collection<RouteUnit> routeUnits,
SQLExecutePrepareCallback callback)
Get execute unit groups.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.