| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.scheduler.adaptivebatch |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexRange |
InputGateDeploymentDescriptor.getConsumedSubpartitionIndexRange()
Return the index range of the consumed subpartitions.
|
| 构造器和说明 |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange consumedSubpartitionIndexRange,
int numberOfInputChannels,
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexRange |
ExecutionVertexInputInfo.getPartitionIndexRange()
Get the partition range this subtask should consume.
|
IndexRange |
ExecutionVertexInputInfo.getSubpartitionIndexRange()
Get the subpartition range this subtask should consume.
|
| 构造器和说明 |
|---|
ExecutionVertexInputInfo(int subtaskIndex,
IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ResultSubpartitionIndexSet
A collection of subpartition indexes.
|
| 构造器和说明 |
|---|
ResultSubpartitionIndexSet(IndexRange indexRange) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
BlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange)
Return the aggregated num of bytes according to the index range for partition and
subpartition.
|
long |
AllToAllBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
long |
PointwiseBlockingResultInfo.getNumBytesProduced(IndexRange partitionIndexRange,
IndexRange subpartitionIndexRange) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.