Uses of Class
org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
Packages that use ClusterPartitionReport
Package
Description
-
Uses of ClusterPartitionReport in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return ClusterPartitionReportModifier and TypeMethodDescriptionTaskExecutorPartitionTracker.createClusterPartitionReport()Creates aClusterPartitionReport, describing which cluster partitions are currently available.TaskExecutorPartitionTrackerImpl.createClusterPartitionReport()Methods in org.apache.flink.runtime.io.network.partition with parameters of type ClusterPartitionReportModifier and TypeMethodDescriptionvoidResourceManagerPartitionTracker.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) ProcessesClusterPartitionReportof a task executor.voidResourceManagerPartitionTrackerImpl.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) ClusterPartitionManager.reportClusterPartitions(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) Report the cluster partitions status in the task executor. -
Uses of ClusterPartitionReport in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type ClusterPartitionReportModifier and TypeMethodDescriptionResourceManager.reportClusterPartitions(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) -
Uses of ClusterPartitionReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return ClusterPartitionReportConstructors in org.apache.flink.runtime.taskexecutor with parameters of type ClusterPartitionReportModifierConstructorDescriptionTaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)