Click or drag to resize

IFileSystemWithLocalityGetLocationsForOffset Method

Gets the locations 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
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 names of the location.
See Also