VertexLocation StructureNaiad Help

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

Describes the physical location of a dataflow Vertex.

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public struct VertexLocation

The VertexLocation type exposes the following members.

Constructors

  NameDescription
Public methodVertexLocation
Constructs a new vertex location.
Top
Fields

  NameDescription
Public fieldProcessId
The process on which the vertex with VertexId resides.
Public fieldThreadId
The worker thread on which the vertex with VertexId resides.
Public fieldVertexId
The vertex identifier.
Top
See Also

Reference