[This is preliminary documentation and is subject to change.]
The VertexTTime generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddOnFlushAction | (Inherited from Vertex.) | |
Checkpoint |
Writes the state of this vertex to the given writer.
(Overrides VertexCheckpoint(NaiadWriter).) | |
Flush |
Flushes all buffered state at this vertex.
(Inherited from Vertex.) | |
NotifyAt(TTime) |
Requests notification after all messages bearing the given time or earlier have been delivered.
| |
NotifyAt(TTime, TTime) |
Requests a notification once all messages bearing the requirement time have been delivered,
with the capability to send messages at a different (potentially later) time.
| |
OnNotify |
Indicates that all messages bearing the given time (or earlier) have been delivered.
| |
OnShutdown |
Called after all messages and notifications have been delivered to this vertex.
(Overrides VertexOnShutdown.) | |
Restore |
Restores the state of this vertex from the given reader.
(Overrides VertexRestore(NaiadReader).) | |
ToString |
Returns a string representation of this vertex.
(Inherited from Vertex.) | |
UpdateReachability |
The worker will invoke this method periodically to indicate progress through
the computation, and enable (for example) garbage-collection code to run.
(Inherited from Vertex.) |
See Also