public class ExecutionVertexInputInfo extends Object
| 构造器和说明 |
|---|
ExecutionVertexInputInfo(int subtaskIndex,
IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
IndexRange |
getPartitionIndexRange()
Get the partition range this subtask should consume.
|
IndexRange |
getSubpartitionIndexRange()
Get the subpartition range this subtask should consume.
|
int |
getSubtaskIndex()
Get the index of this subtask.
|
public ExecutionVertexInputInfo(int subtaskIndex,
IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange)
public IndexRange getSubpartitionIndexRange()
public IndexRange getPartitionIndexRange()
public int getSubtaskIndex()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.