DfsFileCoordinatorExpandWorkItem Method Naiad Help

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

if the work item was matched to a worker on the same computer, fill in the datanode endpoint before sending the work item

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 DfsBlock ExpandWorkItem(
	bool usedMatchingQueue,
	IPEndPoint endpoint,
	DfsBlock stub
)

Parameters

usedMatchingQueue
Type: SystemBoolean
true if the item was matched to a worker
endpoint
Type: System.NetIPEndPoint
endpoint corresponding to the matched worker, if usedMatchingQueue==true
stub
Type: Microsoft.Research.Naiad.Frameworks.Storage.DfsDfsBlock
work item with no endpoint filled in

Return Value

Type: DfsBlock
work item with the endpoint filled in, if there was a match
See Also

Reference