| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterPartitionReport |
TaskExecutorPartitionTrackerImpl.createClusterPartitionReport() |
ClusterPartitionReport |
TaskExecutorPartitionTracker.createClusterPartitionReport()
Creates a
ClusterPartitionReport, describing which cluster partitions are currently
available. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResourceManagerPartitionTrackerImpl.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId,
ClusterPartitionReport clusterPartitionReport) |
void |
ResourceManagerPartitionTracker.processTaskExecutorClusterPartitionReport(ResourceID taskExecutorId,
ClusterPartitionReport clusterPartitionReport)
Processes
ClusterPartitionReport of a task executor. |
CompletableFuture<Void> |
ClusterPartitionManager.reportClusterPartitions(ResourceID taskExecutorId,
ClusterPartitionReport clusterPartitionReport)
Report the cluster partitions status in the task executor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Void> |
ResourceManager.reportClusterPartitions(ResourceID taskExecutorId,
ClusterPartitionReport clusterPartitionReport) |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterPartitionReport |
TaskExecutorHeartbeatPayload.getClusterPartitionReport() |
| 构造器和说明 |
|---|
TaskExecutorHeartbeatPayload(SlotReport slotReport,
ClusterPartitionReport clusterPartitionReport) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.