[This is preliminary documentation and is subject to change.]
The Vertex type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddOnFlushAction | ||
Checkpoint |
Writes the state of this vertex to the given writer.
| |
Flush |
Flushes all buffered state at this vertex.
| |
OnShutdown |
Called when the vertex is shut down
| |
Restore |
Restores the state of this vertex from the given reader.
| |
ToString |
Returns a string representation of this vertex.
(Overrides ObjectToString.) | |
UpdateReachability |
The worker will invoke this method periodically to indicate progress through
the computation, and enable (for example) garbage-collection code to run.
|
See Also