| 程序包 | 说明 |
|---|---|
| org.apache.dolphinscheduler.server.master.processor.queue | |
| org.apache.dolphinscheduler.server.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskEvent |
TaskEvent.newDispatchEvent(int processInstanceId,
int taskInstanceId,
String workerAddress) |
static TaskEvent |
TaskEvent.newResultEvent(org.apache.dolphinscheduler.remote.command.TaskExecuteResponseCommand command,
io.netty.channel.Channel channel) |
static TaskEvent |
TaskEvent.newRunningEvent(org.apache.dolphinscheduler.remote.command.TaskExecuteRunningCommand command,
io.netty.channel.Channel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
TaskExecuteThread.addEvent(TaskEvent event) |
void |
TaskEventService.addEvent(TaskEvent taskEvent)
add event
|
void |
TaskExecuteThreadPool.submitTaskEvent(TaskEvent taskEvent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataQualityResultOperator.operateDqExecuteResult(TaskEvent taskResponseEvent,
org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance)
When the task type is data quality, it will get the statistics value、comparison value、
threshold、check type、operator and failure strategy,use the formula that
{check type} {operator} {threshold} to get dqc result .
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.