| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.shuffle |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShuffleDescriptor |
TaskDeploymentDescriptorFactory.getConsumedPartitionShuffleDescriptor(IntermediateResultPartition consumedPartition,
TaskDeploymentDescriptorFactory.PartitionLocationConstraint partitionDeploymentConstraint,
boolean nonFinishedHybridPartitionShouldBeUnknown) |
void |
CachedShuffleDescriptors.markPartitionFinished(IntermediateResultPartition resultPartition) |
| 限定符和类型 | 方法和说明 |
|---|---|
IntermediateResultPartition |
IntermediateResult.getPartitionById(IntermediateResultPartitionID resultPartitionId)
Returns the partition with the given ID.
|
IntermediateResultPartition[] |
IntermediateResult.getPartitions() |
IntermediateResultPartition |
DefaultExecutionGraph.getResultPartitionOrThrow(IntermediateResultPartitionID id) |
IntermediateResultPartition |
ExecutionGraph.getResultPartitionOrThrow(IntermediateResultPartitionID id)
Gets the intermediate result partition by the given partition ID, or throw an exception if
the partition is not found.
|
IntermediateResultPartition |
InternalExecutionGraphAccessor.getResultPartitionOrThrow(IntermediateResultPartitionID id) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IntermediateResultPartition> |
ExecutionVertex.finishPartitionsIfNeeded()
Mark partition finished if needed.
|
Map<IntermediateResultPartitionID,IntermediateResultPartition> |
ExecutionVertex.getProducedPartitions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IntermediateResult.markPartitionFinished(ConsumedPartitionGroup consumedPartitionGroup,
IntermediateResultPartition resultPartition) |
void |
IntermediateResult.setPartition(int partitionNumber,
IntermediateResultPartition partition) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PartitionDescriptor |
PartitionDescriptor.from(IntermediateResultPartition partition) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.