Class SortMetrics
java.lang.Object
org.apache.drill.exec.physical.impl.xsort.SortMetrics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintintintintlongvoidvoidvoidupdateInputMetrics(int rowCount, long batchSize) voidupdateMemory(long freeMem) voidupdatePeakBatches(int bufferedBatchCount) voidupdateWriteBytes(long writeBytes)
-
Constructor Details
-
SortMetrics
-
-
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()
-