| Modifier and Type | Interface and Description |
|---|---|
interface |
DriverExecutionUnit<T>
Driver execution unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCExecutionUnit
JDBC execution unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VertxExecutionUnit
Vert.x execution unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawSQLExecutionUnit
Raw SQL execution unit.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExecuteProcessEngine.finish(String executionID,
SQLExecutionUnit executionUnit)
Finish.
|
| 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(String executionID,
SQLExecutionUnit executionUnit,
ExecuteProcessConstants constants)
Report a unit of this task.
|
| 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.