| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.underlying.executor.engine |
| 限定符和类型 | 方法和说明 |
|---|---|
<I,O> List<O> |
ExecutorEngine.execute(Collection<InputGroup<I>> inputGroups,
GroupedCallback<I,O> callback)
Execute.
|
<I,O> List<O> |
ExecutorEngine.execute(Collection<InputGroup<I>> inputGroups,
GroupedCallback<I,O> firstCallback,
GroupedCallback<I,O> callback,
boolean serial)
Execute.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.