Click or drag to resize

FileInput Class

Represents input read from the DFS for a job being constructed by the JobBuilder class.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.Jobs.BuilderFileInput

Namespace: Ookii.Jumbo.Jet.Jobs.Builder
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class FileInput : IOperationInput

The FileInput type exposes the following members.

Properties
 NameDescription
Public propertyMaximumSplitSize Gets or sets the maximum split size used to divide this input over multiple tasks.
Public propertyMinimumSplitSize Gets or sets the minimum split size used to divide this input over multiple tasks.
Public propertyPath Gets the path of a directory or file on the DFS that the input will be read from.
Public propertyRecordReaderType Gets the type of the record reader.
Public propertyRecordType Gets the type of the records read from the input.
Top
Methods
 NameDescription
Public methodCreateStageInput Creates an IDataInput for this input.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also