Click or drag to resize

Ookii.Jumbo.Jet.Samples.IO Namespace

Provides helper record types for various Jumbo Jet samples.
Classes
  ClassDescription
Public classGenSortRecord
Represents a record created by the gensort program as provided for the GraySort benchmark.
Public classGenSortRecordRawComparer
Raw comparer for the GenSortRecord class.
Public classGenSortRecordReader
Reads records of the GenSortRecord type from a stream.
Public classGenSortRecordWriter
Writes GenSortRecord records to a stream.
Public classRangePartitioner
Partitioner that partitions a range into a number of parts.
Public classUInt128Writer
Value writer for UInt128.
Public classValSortRecord
Represents an intermediate record used by the ValSort job.
Public classValSortRecordRawComparer
Raw comparer for the ValSortRecord class.
Structures
  StructureDescription
Public structureUInt128
A 128 bit unsigned integer, based on the code provided with gensort, see http://www.hpl.hp.com/hosted/sortbenchmark/.