Package org.apache.flink.runtime.shuffle
Interface ShuffleMetrics
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultShuffleMetrics
public interface ShuffleMetrics extends Serializable
Interface provides access to the shuffle metrics which includes the meta information of partition(partition bytes, etc).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultPartitionBytes
getPartitionBytes()
-
-
-
Method Detail
-
getPartitionBytes
ResultPartitionBytes getPartitionBytes()
-
-