| DfsClientGetLocationsForOffset Method |
Gets the location where the part of the file beginning with the specified offset is stored.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public IEnumerable<string> GetLocationsForOffset(
JumboFile file,
long offset
)
Public Function GetLocationsForOffset (
file As JumboFile,
offset As Long
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetLocationsForOffset(
JumboFile^ file,
long long offset
) sealed
abstract GetLocationsForOffset :
file : JumboFile *
offset : int64 -> IEnumerable<string>
override GetLocationsForOffset :
file : JumboFile *
offset : int64 -> IEnumerable<string>
Parameters
- file
- Type: Ookii.Jumbo.Dfs.FileSystemJumboFile
The file. - offset
- Type: SystemInt64
The offset.
Return Value
Type:
IEnumerableString
The host name of the location.
Implements
IFileSystemWithLocalityGetLocationsForOffset(JumboFile, Int64)See Also