| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| 限定符和类型 | 方法和说明 |
|---|---|
static TaskExecutorPartitionInfo |
TaskExecutorPartitionInfo.from(ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<TaskExecutorPartitionInfo> |
TaskExecutorPartitionTrackerImpl.getTrackedPartitionsFor(org.apache.flink.api.common.JobID producingJobId) |
Collection<TaskExecutorPartitionInfo> |
TaskExecutorPartitionTracker.getTrackedPartitionsFor(org.apache.flink.api.common.JobID producingJobId)
Get all partitions tracked for the given job.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TaskExecutorPartitionTrackerImpl.startTrackingPartition(org.apache.flink.api.common.JobID producingJobId,
TaskExecutorPartitionInfo partitionInfo) |
void |
TaskExecutorPartitionTracker.startTrackingPartition(org.apache.flink.api.common.JobID producingJobId,
TaskExecutorPartitionInfo partitionInfo)
Starts the tracking of the given partition for the given job.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.