Class ClusterPartitionReport.ClusterPartitionReportEntry
java.lang.Object
org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClusterPartitionReport
public static class ClusterPartitionReport.ClusterPartitionReportEntry
extends Object
implements Serializable
An entry describing all partitions belonging to one dataset.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterPartitionReportEntry(IntermediateDataSetID dataSetId, int numTotalPartitions, Map<ResultPartitionID, ShuffleDescriptor> shuffleDescriptors) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ClusterPartitionReportEntry
public ClusterPartitionReportEntry(IntermediateDataSetID dataSetId, int numTotalPartitions, Map<ResultPartitionID, ShuffleDescriptor> shuffleDescriptors)
-
-
Method Details
-
getDataSetId
-
getHostedPartitions
-
getNumTotalPartitions
public int getNumTotalPartitions() -
getShuffleDescriptors
-