DfsFileWorkerTOutputDescribeWorker Method Naiad Help

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

Return a description of the worker that the coordinator will use when matching work items to workers. This is called once before any work item has been assigned, and once after each work item is performed.

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 IPAddress[] DescribeWorker()

Return Value

Type: IPAddress
The IP addresses that the worker node is listening on, to be matched to file block locations for trying to schedule local reads

Implements

IWorkerTWorkDescription, TWorkerDescription, TOutputDescribeWorker
See Also

Reference