Click or drag to resize

FileInputChannelCreateRecordReader Method

Creates a RecordReaderT from which the channel can read its input.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public override IRecordReader CreateRecordReader()

Return Value

IRecordReader
A RecordReaderT for the channel.

Implements

IInputChannelCreateRecordReader
Remarks
This function will create a MultiRecordReaderT that serializes the data from all the different input tasks.
See Also