InterGraphDataSourceTRecord ClassNaiad Help

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

Data source from another graph manager.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.Naiad.InputBaseDataSourceTRecord
    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 InterGraphDataSource<TRecord> : BaseDataSource<TRecord>

Type Parameters

TRecord
record type

The InterGraphDataSourceTRecord type exposes the following members.

Constructors

  NameDescription
Public methodInterGraphDataSourceTRecord
Constructs a new InterGraphDataSource from the given InterGraphDataSink.
Top
Methods

  NameDescription
Public methodActivate
Registers itself with the InterGraphDataSink.
(Overrides BaseDataSourceTRecordActivate.)
Public methodJoin
Called by the Computation before it completes its own Join().
(Inherited from BaseDataSourceTRecord.)
Public methodOnCompleted
Forwards a completion to the appropriate worker
Public methodOnNotify
Forwards a notification to the appropriate worker
Public methodOnRecv
Forwards a message to the appropriate worker
Public methodRegisterInputs
Registers StreamingInputs with the DataSource.
(Inherited from BaseDataSourceTRecord.)
Top
Fields

  NameDescription
Protected fieldinputsByWorker
StreamingInputs corresponding to local workers.
(Inherited from BaseDataSourceTRecord.)
Top
See Also

Reference