Click or drag to resize

IDataInput Interface

Provides methods for defining input (other than a channel) to a stage.

Namespace: Ookii.Jumbo.Jet.IO
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IDataInput

The IDataInput type exposes the following members.

Properties
 NameDescription
Public propertyRecordType Gets the type of the records of this input.
Public propertyTaskInputs Gets the inputs for each task.
Top
Methods
 NameDescription
Public methodCreateRecordReader Creates the record reader for the specified task.
Public methodNotifyAddedToStage Notifies the data input that it has been added to a stage.
Top
See Also