| Package | Description |
|---|---|
| org.apache.shardingsphere.core.execute | |
| org.apache.shardingsphere.core.execute.sql.execute |
| 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.
|
<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 | Class and Description |
|---|---|
class |
SQLExecuteCallback<T>
Statement execute callback interface.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.