| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.executor.sql.process.model | |
| org.apache.shardingsphere.infra.executor.sql.process.spi |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteProcessConstants |
ExecuteProcessConstants.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteProcessConstants[] |
ExecuteProcessConstants.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExecuteProcessContext(String sql,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants) |
ExecuteProcessUnit(ExecutionUnit executionUnit,
ExecuteProcessConstants status) |
| 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.
|
void |
ExecuteProcessReporter.report(String executionID,
ExecuteProcessConstants constants)
Report this task on completion.
|
void |
ExecuteProcessReporter.report(String executionID,
SQLExecutionUnit executionUnit,
ExecuteProcessConstants constants)
Report a unit of this task.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.