Click or drag to resize

ITaskInput.Locations Property

Gets a list of host names of nodes for which this task's input is local.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
ICollection<string> Locations { get; }

Property Value

Type: ICollection<String>
The locations, or null if the input doesn't use locality.
Remarks
The IWritable implementation doesn't need to serialize this array; it will be stored separately.
See Also