Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
teetime.framework.test |
Copyright © 2015 Christian Wulf, Nelson Tavares de Sousa (http://teetime-framework.github.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
teetime.stage.io | |
teetime.stage.quicksort | |
teetime.stage.string | |
teetime.stage.taskfarm |
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Represents a configuration of connected stages.
|
Modifier and Type | Method and Description |
---|---|
List<InputPort<?>> |
StageFacade.getInputPorts(CompositeStage stage) |
List<OutputPort<?>> |
StageFacade.getOutputPorts(CompositeStage stage) |
Modifier and Type | Method and Description |
---|---|
static StageTester |
StageTester.test(CompositeStage compositeStage)
Prepares to test the given composite stage.
|
Modifier and Type | Class and Description |
---|---|
class |
EveryXthPrinter<T> |
Modifier and Type | Class and Description |
---|---|
class |
QuicksortStage
A Pipe-and-Filter implementation of the iterative Quicksort algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
WordCounter
Intermediate stage, which receives texts and counts the occurring words.
|
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 |
TaskFarmStage<I,O,T extends ITaskFarmDuplicable<I,O>>
Deprecated.
since 3.0. Use
StaticTaskFarmStage instead. |
Copyright © 2015–2020. All rights reserved.