Ookii.Jumbo.Jet.Samples.IO Namespace |
Class | Description | |
---|---|---|
GenSortRecord |
Represents a record created by the gensort program as provided for the GraySort benchmark.
| |
GenSortRecordRawComparer |
Raw comparer for the GenSortRecord class.
| |
GenSortRecordReader |
Reads records of the GenSortRecord type from a stream.
| |
GenSortRecordWriter |
Writes GenSortRecord records to a stream.
| |
RangePartitioner |
Partitioner that partitions a range into a number of parts.
| |
UInt128Writer |
Value writer for UInt128.
| |
ValSortRecord |
Represents an intermediate record used by the ValSort job.
| |
ValSortRecordRawComparer |
Raw comparer for the ValSortRecord class.
|
Structure | Description | |
---|---|---|
UInt128 |
A 128 bit unsigned integer, based on the code provided with gensort, see http://www.hpl.hp.com/hosted/sortbenchmark/.
|