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: 2.0.0
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