Click or drag to resize

IFileSystemWithLocality Interface

Represents a file system that incorporates knowledge about the locations of file splits.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public interface IFileSystemWithLocality

The IFileSystemWithLocality type exposes the following members.

Methods
  NameDescription
Public methodGetLocationsForOffset
Gets the locations where the part of the file beginning with the specified offset is stored.
Top
See Also