[This is preliminary documentation and is subject to change.]
Represents an abstract stage in a dataflow graph, which comprises one or more dataflow vertices that each
handle a partition of the data received by the stage.
Inheritance Hierarchy
Microsoft.Research.Naiad.DataflowStage
Microsoft.Research.Naiad.DataflowStageTTime
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 Stage
The Stage type exposes the following members.
Methods
Name | Description | |
---|---|---|
NewInputTRecord, TTime(StreamTRecord, TTime, ExpressionFuncTRecord, Int32) |
Creates a new input for this stage, with the given partitioning requirement.
| |
NewInputTRecord, TTime(StreamTRecord, TTime, ExpressionFuncTRecord, Int32, ActionTRecord, Int32, Int32) |
Creates a new input for this stage, with the given partitioning requirement.
| |
ToString |
Returns the stage name decorated with the stage ID.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
Placement |
the placement used for the stage
| |
StageId |
the unique identifier associated with the stage
|
Properties
Name | Description | |
---|---|---|
Computation |
the graph manager associated with the stage
| |
Name |
Returns the stage name undecorated by stage id
|
Remarks
See Also