Package org.apache.flink.runtime.shuffle
Interface PartitionWithMetrics
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPartitionWithMetrics
public interface PartitionWithMetrics extends Serializable
Interface representing the description and metrics of a result partition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShuffleDescriptor
getPartition()
ShuffleMetrics
getPartitionMetrics()
-
-
-
Method Detail
-
getPartitionMetrics
ShuffleMetrics getPartitionMetrics()
-
getPartition
ShuffleDescriptor getPartition()
-
-