Class ResultPartitionBytes
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.ResultPartitionBytes
-
- All Implemented Interfaces:
Serializable
public class ResultPartitionBytes extends Object implements Serializable
This class represents a snapshot of the result partition bytes metrics.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultPartitionBytes(long[] subpartitionBytes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
getSubpartitionBytes()
static ResultPartitionBytes
mergeAll(List<ResultPartitionBytes> partitions)
Merge allResultPartitionBytes
by sum up them per-subpartition.
-
-
-
Method Detail
-
getSubpartitionBytes
public long[] getSubpartitionBytes()
-
mergeAll
public static ResultPartitionBytes mergeAll(List<ResultPartitionBytes> partitions)
Merge allResultPartitionBytes
by sum up them per-subpartition.
-
-