DfsBaseCoordinatorTWorkDescriptionEnumerateFileWork Method Naiad Help

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

given an hdfs file, return a sequence of work items, each with a set of matching categories

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

Parameters

file
Type: HdfsFile
file to expand

Return Value

Type: IEnumerableMatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch
a sequence of work items, each with a set of matching categories
Remarks

this is currently HDFS-specific, although the HdfsFile class could easily be extended to support other DFSs
See Also

Reference