Placement ClassNaiad Help

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

Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.DataflowPlacement
    Microsoft.Research.Naiad.DataflowPlacementExplicit
    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 abstract class Placement : IEnumerable<VertexLocation>, 
	IEnumerable, IEquatable<Placement>

The Placement type exposes the following members.

Constructors

  NameDescription
Protected methodPlacement
Initializes a new instance of the Placement class
Top
Methods

  NameDescription
Public methodEquals
Returns true if and only if each vertex in this placement has the same location as the vertex with the same ID in the other placement, and vice versa.
Public methodGetEnumerator
Returns an object for enumerating location information about every vertex in this placement.
Top
Extension Methods

  NameDescription
Public Extension MethodAsNaiadStreamVertexLocation (Defined by DataSourceExtensionMethods.)
Top
Properties

  NameDescription
Public propertyCount
The number of vertices.
Public propertyItem
Returns location information about the vertex with the given ID.
Top
See Also

Reference