| Modifier and Type | Method and Description |
|---|---|
<I,O> List<O> |
ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext,
ExecutorCallback<I,O> callback)
Execute.
|
<I,O> List<O> |
ExecutorEngine.execute(ExecutionGroupContext<I> executionGroupContext,
ExecutorCallback<I,O> firstCallback,
ExecutorCallback<I,O> callback,
boolean serial)
Execute.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext,
JDBCExecutorCallback<T> callback)
Execute.
|
<T> List<T> |
JDBCExecutor.execute(ExecutionGroupContext<JDBCExecutionUnit> executionGroupContext,
JDBCExecutorCallback<T> firstCallback,
JDBCExecutorCallback<T> callback)
Execute.
|
| Modifier and Type | Method and Description |
|---|---|
List<io.vertx.core.Future<ExecuteResult>> |
VertxExecutor.execute(ExecutionGroupContext<VertxExecutionUnit> executionGroupContext,
VertxExecutorCallback callback)
Execute group context and return futures.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecuteResult> |
RawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
RawSQLExecutorCallback callback)
Execute.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionGroupContext<T> |
AbstractExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
Collection<ExecutionUnit> executionUnits) |
ExecutionGroupContext<T> |
ExecutionPrepareEngine.prepare(org.apache.shardingsphere.infra.route.context.RouteContext routeContext,
Collection<ExecutionUnit> executionUnits)
Prepare to execute.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExecuteProcessStrategyEvaluator.evaluate(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> context,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ConfigurationProperties props)
Evaluate.
|
static void |
ExecuteProcessEngine.initialize(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ConfigurationProperties props)
Initialize.
|
| Constructor and Description |
|---|
ExecuteProcessContext(String sql,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteProcessReporter.report(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants)
Report the summary of this task.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.