DfsTextWorker Constructor Naiad Help

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

create a worker for deserializing lines of text from an Hdfs file

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#
public DfsTextWorker(
	HdfsClientBase client,
	int batchSize
)

Parameters

client
Type: HdfsClientBase
Hdfs client to use for reading data
batchSize
Type: SystemInt32
number of lines to return at a time
See Also

Reference