Package org.apache.flink.runtime.shuffle
Interface PartitionWithMetrics
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPartitionWithMetrics
Interface representing the description and metrics of a result partition.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPartitionMetrics
ShuffleMetrics getPartitionMetrics() -
getPartition
ShuffleDescriptor getPartition()
-