Class Summary |
NonPersistentResult |
NonPersistentResult is a stripped-down version of the Result class. |
NonPersistentWorkUnit |
NonPersistentWorkUnit is a stripped-down version of the WorkUnit class. |
Result |
A Result is a type of Task that contains data that was
analyzed by the science application and returned by a
client. |
Task |
The Task class stores information about each task (WorkUnit or Result),
including the task's ID, the users who are responsible for this task, and the
data the task contains. |
TaskFactory |
Creates instances of the WorkUnit and Result classes. |
WorkUnit |
A WorkUnit is a type of Task that contains raw data to
be analyzed by the science application. |