SinkVertexTOutput, TTime ClassNaiad Help

[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

SystemObject
  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

  NameDescription
Public methodSinkVertexTOutput, TTime
Constructs a SinkVertex from an index and stage
Top
Methods

  NameDescription
Public methodStatic memberMakeStage
Constructs a new Sink stage
Public methodOnReceive
Called when a message is received.
Top
See Also

Reference