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:
  • Constructor Details

    • ResultPartitionBytes

      public ResultPartitionBytes(long[] subpartitionBytes)
  • Method Details