public final class GovernanceExecuteProcessReporter extends Object implements org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporter
| 构造器和说明 |
|---|
GovernanceExecuteProcessReporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
report(org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext<? extends org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit> executionGroupContext) |
void |
report(org.apache.shardingsphere.infra.binder.QueryContext queryContext,
org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext<? extends org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext) |
void |
report(String executionID,
org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext) |
void |
report(String executionID,
org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit executionUnit,
org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext) |
void |
reportClean(String executionID) |
void |
reportRemove(String executionID) |
public void report(org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext<? extends org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit> executionGroupContext)
report 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterpublic void report(org.apache.shardingsphere.infra.binder.QueryContext queryContext,
org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupContext<? extends org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit> executionGroupContext,
org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants,
org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
report 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterpublic void report(String executionID, org.apache.shardingsphere.infra.executor.sql.execute.engine.SQLExecutionUnit executionUnit, org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants, org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
report 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterpublic void report(String executionID, org.apache.shardingsphere.infra.executor.sql.process.model.ExecuteProcessConstants constants, org.apache.shardingsphere.infra.util.eventbus.EventBusContext eventBusContext)
report 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterpublic void reportClean(String executionID)
reportClean 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterpublic void reportRemove(String executionID)
reportRemove 在接口中 org.apache.shardingsphere.infra.executor.sql.process.spi.ExecuteProcessReporterCopyright © 2022 The Apache Software Foundation. All rights reserved.