Package | Description |
---|---|
teetime.stage |
Contains a set of pre-defined stages, which are ready-to-go and can be used for analysis configuration.
|
teetime.stage.string | |
teetime.stage.taskfarm | |
teetime.stage.taskfarm.adaptation | |
teetime.stage.taskfarm.adaptation.analysis | |
teetime.stage.taskfarm.adaptation.history | |
teetime.stage.taskfarm.adaptation.reconfiguration |
Modifier and Type | Class and Description |
---|---|
class |
Counter<T> |
class |
MD5Stage |
Modifier and Type | Method and Description |
---|---|
ITaskFarmDuplicable<T,T> |
Counter.duplicate() |
ITaskFarmDuplicable<String,String> |
MD5Stage.duplicate() |
Modifier and Type | Class and Description |
---|---|
class |
WordCounter
Intermediate stage, which receives texts and counts the occurring words.
|
Modifier and Type | Method and Description |
---|---|
ITaskFarmDuplicable<String,CountingMap<String>> |
WordCounter.duplicate() |
Modifier and Type | Class and Description |
---|---|
class |
DynamicTaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents the self-adaptive task farm parallelization pattern in
TeeTime.
|
class |
StaticTaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents the task farm parallelization pattern in TeeTime.
|
class |
TaskFarmConfiguration<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents the configuration of a single Task Farm.
|
class |
TaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>>
Deprecated.
since 3.0. Use
StaticTaskFarmStage instead. |
Modifier and Type | Method and Description |
---|---|
ITaskFarmDuplicable<I,O> |
DynamicTaskFarmStage.addStageAtRuntime()
Adds a new enclosed stage at Runtime
|
ITaskFarmDuplicable<I,O> |
ITaskFarmDuplicable.duplicate()
Creates a new instance of the enclosed stage.
|
ITaskFarmDuplicable<I,O> |
DynamicTaskFarmStage.getBasicEnclosedStage()
Returns the first instance of the worker stages enclosed in the task farm.
|
ITaskFarmDuplicable<I,O> |
DynamicTaskFarmStage.removeStageAtRuntime()
Dynamically removes a stage from the controlled task farm.
|
Modifier and Type | Method and Description |
---|---|
List<ITaskFarmDuplicable<I,O>> |
StaticTaskFarmStage.getWorkerStages() |
List<ITaskFarmDuplicable<I,O>> |
TaskFarmStage.getWorkerStages()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptationThread<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents the adaptation thread used implement the self-adaptive behavior of the task farm.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskFarmAnalysisService<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents an interface to call a throughput algorithm
by using the throughput algorithm class name.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskFarmHistoryService<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents the history service which provides the other
adaptation thread services with performance measurements.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskFarmReconfigurationService<I,O,T extends ITaskFarmDuplicable<I,O>>
Represents a service to start the reconfiguration process for the task farm
using a particular throughput score.
|
Copyright © 2015–2020. All rights reserved.