Click or drag to resize

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
)

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