Vertex MethodsNaiad Help

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

The Vertex type exposes the following members.

Methods

  NameDescription
Public methodAddOnFlushAction
Adds a Action to be called each time the vertex Flush method is called.
Protected methodCheckpoint
Writes the state of this vertex to the given writer.
Protected methodFlush
Flushes all buffered state at this vertex.
Protected methodOnShutdown
Called when the vertex is shut down
Protected methodRestore
Restores the state of this vertex from the given reader.
Public methodToString
Returns a string representation of this vertex.
(Overrides ObjectToString.)
Protected methodUpdateReachability
The worker will invoke this method periodically to indicate progress through the computation, and enable (for example) garbage-collection code to run.
Top
See Also

Reference