| Package | Description |
|---|---|
| org.apache.shardingsphere.underlying.executor.engine |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
<I,O> List<O> |
ExecutorEngine.execute(Collection<InputGroup<I>> inputGroups,
GroupedCallback<I,O> firstCallback,
GroupedCallback<I,O> callback,
boolean serial)
Execute.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.