|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.search.suggest.Sort.SortInfo
public class Sort.SortInfo
Sort info (debugging mostly).
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Sort.SortInfo()
create a new SortInfo (with empty statistics) for debugging |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Sort.SortInfo()
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||