[This is preliminary documentation and is subject to change.]
The Input namespace provides classes and extension methods for ingesting data into a Naiad computation.
Classes
Class | Description | |
---|---|---|
![]() | BaseDataSourceTRecord |
A default DataSource implementation, recording per-vertex inputs.
|
![]() | BatchedDataSourceTRecord |
DataSource supporting manual epoch-at-a-time data introduction.
|
![]() | ConstantDataSourceTRecord |
A DataSource with fixed contents, produced in the first epoch.
|
![]() | DataSourceExtensionMethods |
Extension methods
|
![]() | InterGraphDataSinkTRecord |
Data sink for use by other graph managers.
|
![]() | InterGraphDataSourceTRecord |
Data source from another graph manager.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | DataSource |
Represents an untyped external input to a Naiad Computation.
|
![]() | DataSourceTRecord |
Represents a typed external input of TRecord records.
|