[This is preliminary documentation and is subject to change.]
Methods to instantiate stages based on factories.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
NewBinaryStageTInput1, TInput2, TOutput, TTime |
Creates a new stage with two inputs and one output
| |
NewSinkStageTOutput, TTime |
Creates a new stage with one input and no outputs.
| |
NewStageTVertex, TTime(TimeContextTTime, FuncInt32, StageTTime, TVertex, String) |
Creates a stage from a vertex factory
| |
NewStageTVertex, TTime(Placement, TimeContextTTime, FuncInt32, StageTTime, TVertex, String) |
Creates a stage from a vertex factory
| |
NewUnaryStageTInput, TOutput, TTime |
Creates a stage with one input and one output.
|
See Also