Class ClusterPartitionReport
java.lang.Object
org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
- All Implemented Interfaces:
Serializable
A report about the current status of all cluster partitions of the TaskExecutor, describing which
partitions are available.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn entry describing all partitions belonging to one dataset. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
ClusterPartitionReport
public ClusterPartitionReport(Collection<ClusterPartitionReport.ClusterPartitionReportEntry> entries)
-
-
Method Details