[This is preliminary documentation and is subject to change.]
Data sink for use by other graph managers.
Inheritance Hierarchy
Microsoft.Research.Naiad.InputInterGraphDataSinkTRecord
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 InterGraphDataSink<TRecord>
Type Parameters
- TRecord
- The type of records produced by this sink.
The InterGraphDataSinkTRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InterGraphDataSinkTRecord |
Creates a new InterGraphDataSink from a stream.
|
Methods
Name | Description | |
---|---|---|
NewDataSource |
Returns a new InterGraphDataSource for use by other graph managers.
| |
Seal |
Mark the collection as not accepting any more data sources
|
See Also