DfsBlockCoordinatorTItemEnumerateFileWork Method Naiad Help

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

called to convert an input file into a list of blocks

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#
protected override IEnumerable<MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch> EnumerateFileWork(
	HdfsFile file
)

Parameters

file
Type: HdfsFile
the input file

Return Value

Type: IEnumerableMatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch
the blocks in the file, along with a set of datanodes where each block is stored
See Also

Reference