Click or drag to resize

ITaskInput Interface

Provides methods for describing a task input.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface ITaskInput : IWritable

The ITaskInput type exposes the following members.

Properties
  NameDescription
Public propertyLocations
Gets a list of host names of nodes for which this task's input is local.
Top
Methods
  NameDescription
Public methodRead
Reads the object from the specified reader.
(Inherited from IWritable.)
Public methodWrite
Writes the object to the specified writer.
(Inherited from IWritable.)
Top
See Also