public class JobVertexInputInfo extends Object implements Serializable
Constructor and Description |
---|
JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ExecutionVertexInputInfo> |
getExecutionVertexInputInfos()
The input information of subtasks of this job vertex.
|
public JobVertexInputInfo(List<ExecutionVertexInputInfo> executionVertexInputInfos)
public List<ExecutionVertexInputInfo> getExecutionVertexInputInfos()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.