public class ExecutionVertexID extends Object implements VertexID
ExecutionVertex
.Constructor and Description |
---|
ExecutionVertexID(JobVertexID jobVertexId,
int subtaskIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JobVertexID |
getJobVertexId() |
int |
getSubtaskIndex() |
int |
hashCode() |
String |
toString() |
public ExecutionVertexID(JobVertexID jobVertexId, int subtaskIndex)
public JobVertexID getJobVertexId()
public int getSubtaskIndex()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.