DfsBlock ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Work item describing an Dfs block to be read at a worker.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.Frameworks.Storage.DfsDfsBlock

Namespace: Microsoft.Research.Naiad.Frameworks.Storage.Dfs
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
[SerializableAttribute]
public class DfsBlock

The DfsBlock type exposes the following members.

Constructors

  NameDescription
Public methodDfsBlock
Initializes a new instance of the DfsBlock class
Top
Fields

  NameDescription
Public fielddataNodeAddress
address and port of the preferred datanode to use to read the block from; this saves one redirection through the namenode during the webhdfs protocol
Public fieldfileLength
total length of the file
Public fieldlength
length of the block to read
Public fieldoffset
offset of the block in the file
Public fieldpath
path of the file being read
Top
Remarks

This is currently somewhat HDFS-specific, and would probably be generalized if another file system were added
See Also

Reference