[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
Name | Description | |
---|---|---|
VertexLocation |
Constructs a new vertex location.
|
Fields
Name | Description | |
---|---|---|
ProcessId |
The process on which the vertex with VertexId resides.
| |
ThreadId |
The worker thread on which the vertex with VertexId resides.
| |
VertexId |
The vertex identifier.
|
See Also