public interface ExecuteProcessReporter
| Modifier and Type | Method and Description |
|---|---|
void |
report(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants)
Report the summary of this task.
|
void |
report(String executionID,
ExecuteProcessConstants constants)
Report this task on completion.
|
void |
report(String executionID,
SQLExecutionUnit executionUnit,
ExecuteProcessConstants constants)
Report a unit of this task.
|
void report(org.apache.shardingsphere.infra.binder.LogicSQL logicSQL,
ExecutionGroupContext<? extends SQLExecutionUnit> executionGroupContext,
ExecuteProcessConstants constants)
logicSQL - logic SQLexecutionGroupContext - execution group contextconstants - constantsvoid report(String executionID, SQLExecutionUnit executionUnit, ExecuteProcessConstants constants)
executionID - execution IDexecutionUnit - execution unitconstants - constantsvoid report(String executionID, ExecuteProcessConstants constants)
executionID - execution IDconstants - constantsCopyright © 2022 The Apache Software Foundation. All rights reserved.