[This is preliminary documentation and is subject to change.]
Represents a per-time buffer for sending records with a single time.
Inheritance Hierarchy
Microsoft.Research.Naiad.DataflowVertexOutputBufferPerTimeTRecord, TTime
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 class VertexOutputBufferPerTime<TRecord, TTime> where TTime : Object, Time<TTime>
Type Parameters
- TRecord
- The type of records to be sent.
- TTime
- The type of timestamp on the records to be sent.
The VertexOutputBufferPerTimeTRecord, TTime type exposes the following members.
Methods
Name | Description | |
---|---|---|
Send |
Sends the given record.
|
See Also