[This is preliminary documentation and is subject to change.]
Placement with one vertex
Inheritance Hierarchy
Microsoft.Research.Naiad.DataflowPlacement
Microsoft.Research.Naiad.DataflowPlacementSingleVertex
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 class SingleVertex : Placement
The PlacementSingleVertex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlacementSingleVertex |
Constructor
|
Methods
Name | Description | |
---|---|---|
Equals |
Test equality with another SingleVertexPlacement
(Overrides PlacementEquals(Placement).) | |
GetEnumerator |
Enumerator
(Overrides PlacementGetEnumerator.) |
Properties
Name | Description | |
---|---|---|
Count |
Returns one
(Overrides PlacementCount.) | |
Item |
Indexer
(Overrides PlacementItemInt32.) |
See Also