| FileTaskInput Constructor |
Namespace:
Ookii.Jumbo.Jet.IO
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public FileTaskInput(
string path,
long offset,
long size,
IEnumerable<string> locations
)
Public Sub New (
path As String,
offset As Long,
size As Long,
locations As IEnumerable(Of String)
)
public:
FileTaskInput(
String^ path,
long long offset,
long long size,
IEnumerable<String^>^ locations
)
new :
path : string *
offset : int64 *
size : int64 *
locations : IEnumerable<string> -> FileTaskInput
Parameters
- path
- Type: SystemString
The path of the file to use. - offset
- Type: SystemInt64
The offset in the file specified by path of the split. - size
- Type: SystemInt64
The size of the split. - locations
- Type: System.Collections.GenericIEnumerableString
The names of the nodes on which this split is local. May be .
See Also