Microsoft.Research.Naiad.Dataflow.StandardVertices NamespaceNaiad Help

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

Classes

  ClassDescription
Public classBinaryBufferingVertexTInput1, TInput2, TOutput, TTime
Vertex with two inputs, one output, which accumulates inputs and schedules itself for each time seen.
Public classBinaryVertexTInput1, TInput2, TOutput, TTime
Vertex with two inputs, one output, which calls OnRecv1/OnRecv2 for each input, and OnNotify(time) if ScheduleAt(time) is ever called.
Public classExtensionMethods
Methods to create and apply LINQ expressions on a time-by-time basis.
Public classFoundry
Methods to instantiate stages based on factories.
Public classSinkBufferingVertexTOutput, TTime
Vertex with one input, which accumulates inputs and schedules itself for each time seen.
Public classSinkVertexTOutput, TTime
Vertex with one input, no outputs, which accumulates inputs and schedules itself for each time seen.
Public classUnaryBufferingVertexTInput, TOutput, TTime
Vertex with one input, one output, which accumulates inputs and schedules itself for each time seen.
Public classUnaryVertexTInput, TOutput, TTime
Vertex with one input, one output, which calls OnRecv for each record, and OnNotify(time) if it invokes ScheduleAt(time).