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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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