Class OfflineSorter.SortInfo
Sort info (debugging mostly).
Inheritance
System.Object
OfflineSorter.SortInfo
Assembly: DistributedLucene.Net.dll
Syntax
public class SortInfo : object
Constructors
Name | Description |
---|---|
SortInfo(OfflineSorter) | Create a new OfflineSorter.SortInfo (with empty statistics) for debugging. |
Properties
Name | Description |
---|---|
BufferSize | Read buffer size (in bytes) |
Lines | Number of lines of data read |
MergeRounds | Number of partition merges |
MergeTime | Time spent merging sorted partitions (in milliseconds) |
ReadTime | Time spent in i/o read (in milliseconds) |
SortTime | Time spent sorting data (in milliseconds) |
TempMergeFiles | Number of temporary files created when merging partitions |
TotalTime | Total time spent (in milliseconds) |
Methods
Name | Description |
---|---|
ToString() | Returns a string representation of this object. |