Class ResultPartitionBytesCounter


  • public class ResultPartitionBytesCounter
    extends Object
    This counter will count the data size of a partition.
    • Constructor Detail

      • ResultPartitionBytesCounter

        public ResultPartitionBytesCounter​(int numSubpartitions)
    • Method Detail

      • inc

        public void inc​(int targetSubpartition,
                        long bytes)
      • incAll

        public void incAll​(long bytes)