Uses of Class
org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
Packages that use TaskExecutorPartitionInfo Package Description org.apache.flink.runtime.io.network.partition -
-
Uses of TaskExecutorPartitionInfo in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return TaskExecutorPartitionInfo Modifier and Type Method Description static TaskExecutorPartitionInfoTaskExecutorPartitionInfo. from(ResultPartitionDeploymentDescriptor resultPartitionDeploymentDescriptor)Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type TaskExecutorPartitionInfo Modifier and Type Method Description Collection<TaskExecutorPartitionInfo>TaskExecutorPartitionTracker. getTrackedPartitionsFor(org.apache.flink.api.common.JobID producingJobId)Get all partitions tracked for the given job.Collection<TaskExecutorPartitionInfo>TaskExecutorPartitionTrackerImpl. getTrackedPartitionsFor(org.apache.flink.api.common.JobID producingJobId)Methods in org.apache.flink.runtime.io.network.partition with parameters of type TaskExecutorPartitionInfo Modifier and Type Method Description voidTaskExecutorPartitionTracker. startTrackingPartition(org.apache.flink.api.common.JobID producingJobId, TaskExecutorPartitionInfo partitionInfo)Starts the tracking of the given partition for the given job.voidTaskExecutorPartitionTrackerImpl. startTrackingPartition(org.apache.flink.api.common.JobID producingJobId, TaskExecutorPartitionInfo partitionInfo)
-