Foundry ClassNaiad Help

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

Methods to instantiate stages based on factories.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.Dataflow.StandardVerticesFoundry

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

C#
public static class Foundry

The Foundry type exposes the following members.

Methods

  NameDescription
Public methodStatic memberNewBinaryStageTInput1, TInput2, TOutput, TTime
Creates a new stage with two inputs and one output
Public methodStatic memberNewSinkStageTOutput, TTime
Creates a new stage with one input and no outputs.
Public methodStatic memberNewStageTVertex, TTime(TimeContextTTime, FuncInt32, StageTTime, TVertex, String)
Creates a stage from a vertex factory
Public methodStatic memberNewStageTVertex, TTime(Placement, TimeContextTTime, FuncInt32, StageTTime, TVertex, String)
Creates a stage from a vertex factory
Public methodStatic memberNewUnaryStageTInput, TOutput, TTime
Creates a stage with one input and one output.
Top
See Also

Reference