Class SortMetrics

java.lang.Object
org.apache.drill.exec.physical.impl.xsort.SortMetrics

public class SortMetrics extends Object
  • Constructor Details

  • Method Details

    • updateInputMetrics

      public void updateInputMetrics(int rowCount, long batchSize)
    • updateMemory

      public void updateMemory(long freeMem)
    • getInputRowCount

      public int getInputRowCount()
    • getInputBatchCount

      public long getInputBatchCount()
    • getInputBytes

      public long getInputBytes()
    • updatePeakBatches

      public void updatePeakBatches(int bufferedBatchCount)
    • incrMergeCount

      public void incrMergeCount()
    • incrSpillCount

      public void incrSpillCount()
    • updateWriteBytes

      public void updateWriteBytes(long writeBytes)
    • getSpillCount

      public int getSpillCount()
    • getMergeCount

      public int getMergeCount()
    • getWriteBytes

      public long getWriteBytes()
    • getPeakBatchCount

      public int getPeakBatchCount()