Modifier and Type | Method and Description |
---|---|
IndexRange |
InputGateDeploymentDescriptor.getConsumedSubpartitionIndexRange()
Return the index range of the consumed subpartitions.
|
Constructor and Description |
---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange consumedSubpartitionIndexRange,
int numberOfInputChannels,
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) |
Modifier and Type | Method and Description |
---|---|
IndexRange |
ExecutionVertexInputInfo.getPartitionIndexRange()
Get the partition range this subtask should consume.
|
IndexRange |
ExecutionVertexInputInfo.getSubpartitionIndexRange()
Get the subpartition range this subtask should consume.
|
Constructor and Description |
---|
ExecutionVertexInputInfo(int subtaskIndex,
IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
Modifier and Type | Class and Description |
---|---|
class |
ResultSubpartitionIndexSet
A collection of subpartition indexes.
|
Constructor and Description |
---|
ResultSubpartitionIndexSet(IndexRange indexRange) |
Modifier and Type | Method and Description |
---|---|
long |
PointwiseBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
long |
AllToAllBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
long |
BlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange)
Return the aggregated num of bytes according to the index range for partition and
subpartition.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.