Click or drag to resize

MergeRecordReaderT Constructor

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public MergeRecordReader(
	IEnumerable<int> partitions,
	int totalInputCount,
	bool allowRecordReuse,
	int bufferSize,
	CompressionType compressionType
)

Parameters

partitions
Type: System.Collections.GenericIEnumerableInt32
The partitions that this multi input record reader will read.
totalInputCount
Type: SystemInt32
The total number of input readers that this record reader will have.
allowRecordReuse
Type: SystemBoolean
if the record reader may reuse record instances; otherwise, .
bufferSize
Type: SystemInt32
The buffer size to use to read input files.
compressionType
Type: Ookii.JumboCompressionType
The compression type to us to read input files.
See Also