public class SortMetrics extends Object
| Constructor and Description |
|---|
SortMetrics(OperatorStats stats) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInputBatchCount() |
long |
getInputBytes() |
int |
getInputRowCount() |
int |
getMergeCount() |
int |
getPeakBatchCount() |
int |
getSpillCount() |
long |
getWriteBytes() |
void |
incrMergeCount() |
void |
incrSpillCount() |
void |
updateInputMetrics(int rowCount,
long batchSize) |
void |
updateMemory(long freeMem) |
void |
updatePeakBatches(int bufferedBatchCount) |
void |
updateWriteBytes(long writeBytes) |
public SortMetrics(OperatorStats stats)
public void updateInputMetrics(int rowCount,
long batchSize)
public void updateMemory(long freeMem)
public int getInputRowCount()
public long getInputBatchCount()
public long getInputBytes()
public void updatePeakBatches(int bufferedBatchCount)
public void incrMergeCount()
public void incrSpillCount()
public void updateWriteBytes(long writeBytes)
public int getSpillCount()
public int getMergeCount()
public long getWriteBytes()
public int getPeakBatchCount()
Copyright © 2021 The Apache Software Foundation. All rights reserved.