StreamingInputTRecord InterfaceNaiad Help

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

Represents a streaming input to a Naiad computation.

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 interface StreamingInput<TRecord>

Type Parameters

TRecord
The type of records accepted by this input.

The StreamingInputTRecord type exposes the following members.

Methods

  NameDescription
Public methodOnCompleted
Indicates that no further records will appear.
Public methodOnStreamingNotify
Indicates that no further records will appear at or before epoch.
Public methodOnStreamingRecv
Introduces a batch of records at the same epoch.
Top
Properties

  NameDescription
Public propertyWorkerId
Indicates the local worker identifier.
Top
See Also

Reference