[This is preliminary documentation and is subject to change.]
A default DataSource implementation, recording per-vertex inputs.
Inheritance Hierarchy
Microsoft.Research.Naiad.InputBaseDataSourceTRecord
Microsoft.Research.Naiad.InputBatchedDataSourceTRecord
Microsoft.Research.Naiad.InputConstantDataSourceTRecord
Microsoft.Research.Naiad.InputInterGraphDataSourceTRecord
Namespace: Microsoft.Research.Naiad.Input
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class BaseDataSource<TRecord> : DataSource<TRecord>, DataSource
Type Parameters
- TRecord
- record type
The BaseDataSourceTRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BaseDataSourceTRecord | Initializes a new instance of the BaseDataSourceTRecord class |
Methods
Name | Description | |
---|---|---|
Activate |
Called by the Computation before it completes its own Activate().
| |
Join |
Called by the Computation before it completes its own Join().
| |
RegisterInputs |
Registers StreamingInputs with the DataSource.
|
Fields
Name | Description | |
---|---|---|
inputsByWorker |
StreamingInputs corresponding to local workers.
|
See Also