public class OfflineSorter.SortInfo extends Object
Modifier and Type | Field and Description |
---|---|
long |
bufferSize
read buffer size (in bytes)
|
int |
lineCount
number of lines of data read
|
int |
mergeRounds
number of partition merges
|
AtomicLong |
mergeTimeMS
time spent merging sorted partitions (in milliseconds)
|
long |
readTimeMS
time spent in i/o read (in milliseconds)
|
AtomicLong |
sortTimeMS
time spent sorting data (in milliseconds)
|
int |
tempMergeFiles
number of temporary files created when merging partitions
|
long |
totalTimeMS
total time spent (in milliseconds)
|
Constructor and Description |
---|
SortInfo()
create a new SortInfo (with empty statistics) for debugging
|
public int tempMergeFiles
public int mergeRounds
public int lineCount
public final AtomicLong mergeTimeMS
public final AtomicLong sortTimeMS
public long totalTimeMS
public long readTimeMS
public final long bufferSize
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.