Uses of Class
org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
-
Packages that use ClusterPartitionReport Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.taskexecutor -
-
Uses of ClusterPartitionReport in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return ClusterPartitionReport Modifier and Type Method Description ClusterPartitionReportTaskExecutorPartitionTracker. createClusterPartitionReport()Creates aClusterPartitionReport, describing which cluster partitions are currently available.ClusterPartitionReportTaskExecutorPartitionTrackerImpl. createClusterPartitionReport()Methods in org.apache.flink.runtime.io.network.partition with parameters of type ClusterPartitionReport Modifier and Type Method Description voidResourceManagerPartitionTracker. processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport)ProcessesClusterPartitionReportof a task executor.voidResourceManagerPartitionTrackerImpl. processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport)CompletableFuture<Void>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 ClusterPartitionReport Modifier and Type Method Description CompletableFuture<Void>ResourceManager. reportClusterPartitions(ResourceID taskExecutorId, ClusterPartitionReport clusterPartitionReport) -
Uses of ClusterPartitionReport in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return ClusterPartitionReport Modifier and Type Method Description ClusterPartitionReportTaskExecutorHeartbeatPayload. getClusterPartitionReport()Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ClusterPartitionReport Constructor Description TaskExecutorHeartbeatPayload(SlotReport slotReport, ClusterPartitionReport clusterPartitionReport)
-