| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.shuffle |
| 构造器和说明 |
|---|
ResultPartitionDeploymentDescriptor(PartitionDescriptor partitionDescriptor,
ShuffleDescriptor shuffleDescriptor,
int maxParallelism) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PartitionDescriptor |
PartitionDescriptor.from(IntermediateResultPartition partition) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<T> |
ShuffleMaster.registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID,
PartitionDescriptor partitionDescriptor,
ProducerDescriptor producerDescriptor)
Asynchronously register a partition and its producer with the shuffle service.
|
CompletableFuture<NettyShuffleDescriptor> |
NettyShuffleMaster.registerPartitionWithProducer(org.apache.flink.api.common.JobID jobID,
PartitionDescriptor partitionDescriptor,
ProducerDescriptor producerDescriptor) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.