 | ITaskInputLocations Property |
Gets a list of host names of nodes for which this task's input is local.
Namespace: Ookii.Jumbo.Jet.IOAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxICollection<string>? Locations { get; }
ReadOnly Property Locations As ICollection(Of String)
Get
property ICollection<String^>^ Locations {
ICollection<String^>^ get ();
}
abstract Locations : ICollection<string> with get
Property Value
ICollectionString
The locations, or
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