[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
Name | Description | |
---|---|---|
OnCompleted |
Indicates that no further records will appear.
| |
OnStreamingNotify |
Indicates that no further records will appear at or before epoch.
| |
OnStreamingRecv |
Introduces a batch of records at the same epoch.
|
Properties
Name | Description | |
---|---|---|
WorkerId |
Indicates the local worker identifier.
|
See Also