| 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<ExecuteResult> |
RawExecutor.execute(ExecutionGroupContext<RawSQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.binder.QueryContext queryContext,
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 void |
ExecuteProcessEngine.initializeExecution(org.apache.shardingsphere.infra.binder.QueryContext queryContext,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
Initialize execution.
|
| Constructor and Description |
|---|
ExecuteProcessContext(String sql,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants,
boolean isProxyContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteProcessReporter.report(ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext)
Report this connection for proxy.
|
void |
ExecuteProcessReporter.report(org.apache.shardingsphere.infra.binder.QueryContext queryContext,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
Report the summary of this task.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.