
| Class | Description |
|---|---|
| Broadcast | |
| Cleanup |
A
Codelet that cleans up all InputHandleResources passed to it by interpreting handles as files. |
| ComplexTest |
A demonstration of complex Dapper functionality.
|
| Create |
A
Codelet that simulates creation of random numbers of file handles along OutputHandleResources. |
| CreateSortFile |
A member of
MergeSortTest that creates a file for sorting. |
| Debug | |
| Download |
A
Codelet that downloads its data from remote machines. |
| Dummy |
A
Codelet that does nothing. |
| Error |
A
Codelet that flips a coin to see if an exception should be raised. |
| FanSubflow |
An
EmbeddingCodelet that embeds a fan-out followed by fan-in of size equal to the number of incoming
HandleEdges. |
| ForkBomb |
An
EmbeddingCodelet that repeatedly embeds random numbers of copies of itself up to a fixed depth. |
| ForkBombTest |
A demonstration of a subflow that embeds itself repeatedly.
|
| Merge | |
| MergeSortTest |
A demonstration of distributed merge sort.
|
| SimpleTest |
A demonstration of simple Dapper functionality.
|
| Sort |
A member of
MergeSortTest that sorts its single file input in-memory and has a single stream output. |
| Split |
A member of
MergeSortTest that splits its single InputStream among multiple file outputs. |
| Upload |
A
Codelet that uploads its data to remote machines. |