| Interface | Description |
|---|---|
| ITaskFarmDuplicable<I,O> |
Any
AbstractStage or CompositeStage implementing this interface
can be used by a Task Farm as an enclosed stage. |
| Class | Description |
|---|---|
| DynamicTaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>> |
Represents the self-adaptive task farm parallelization pattern in
TeeTime.
|
| StaticTaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>> |
Represents the task farm parallelization pattern in TeeTime.
|
| TaskFarmConfiguration<I,O,T extends ITaskFarmDuplicable<I,O>> |
Represents the configuration of a single Task Farm.
|
| TaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>> | Deprecated
since 3.0.
|
Copyright © 2015–2020. All rights reserved.