public class TaskInstanceKey extends Object
| Constructor and Description |
|---|
TaskInstanceKey(int processInstanceId,
long taskCode,
int taskVersion) |
| Modifier and Type | Method and Description |
|---|---|
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.