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