| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.shuffle |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProducerDescriptor |
ProducerDescriptor.create(TaskManagerLocation producerLocation,
ExecutionAttemptID attemptId) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.