[This is preliminary documentation and is subject to change.]
Vertex with one input, no outputs, which accumulates inputs and schedules itself for each time seen.
Inheritance Hierarchy
Microsoft.Research.Naiad.DataflowVertex
Microsoft.Research.Naiad.DataflowVertexTTime
Microsoft.Research.Naiad.Dataflow.StandardVerticesSinkVertexTOutput, TTime
Microsoft.Research.Naiad.Dataflow.StandardVerticesSinkBufferingVertexTOutput, TTime
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 abstract class SinkVertex<TOutput, TTime> : Vertex<TTime> where TTime : Object, Time<TTime>
Type Parameters
- TOutput
- Source type
- TTime
- Time type
The SinkVertexTOutput, TTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SinkVertexTOutput, TTime |
Constructs a SinkVertex from an index and stage
|
Methods
Name | Description | |
---|---|---|
MakeStage |
Constructs a new Sink stage
| |
OnReceive |
Called when a message is received.
|
See Also