public class TaskInstanceKey extends Object
| 构造器和说明 |
|---|
TaskInstanceKey(int processInstanceId,
long taskCode,
int taskVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getProcessInstanceId() |
long |
getTaskCode() |
static TaskInstanceKey |
getTaskInstanceKey(org.apache.dolphinscheduler.dao.entity.ProcessInstance processInstance,
org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance) |
int |
getTaskVersion() |
int |
hashCode() |
String |
toString() |
public TaskInstanceKey(int processInstanceId,
long taskCode,
int taskVersion)
public int getProcessInstanceId()
public long getTaskCode()
public int getTaskVersion()
public static TaskInstanceKey getTaskInstanceKey(org.apache.dolphinscheduler.dao.entity.ProcessInstance processInstance, org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance)
Copyright © 2022 The Apache Software Foundation. All rights reserved.