| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition |
| Modifier and Type | Method and Description |
|---|---|
static TaskExecutorPartitionInfo |
TaskExecutorPartitionInfo.from(ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.