| Interface | Description |
|---|---|
| ITask |
Shadow object for POJO tasks added to an orchestrator.
|
| ITaskMethodClosure |
Wraps a call to a POJO task method.
|
| Class | Description |
|---|---|
| Foo | |
| Orchestrator |
A dataflow-driven collector and executor of tasks that implicitly honors all
dependencies while pursuing maximum parallelization with a minimum number of
threads.
|
| TaskMethodClosure |
Wraps an invocation of a task method call and its result.
|
| TaskThreadStat |
Wrapper for threads used during orchestrator execution.
|
Copyright © 2018. All rights reserved.