Package | Description |
---|---|
teetime.framework |
Contains the implementation of the TeeTime framework.
|
teetime.stage |
Contains a set of pre-defined stages, which are ready-to-go and can be used for analysis configuration.
|
teetime.stage.basic | |
teetime.stage.io | |
teetime.stage.string | |
teetime.stage.taskfarm | |
teetime.stage.xml |
Modifier and Type | Class and Description |
---|---|
class |
DivideAndConquerStage<P extends AbstractDivideAndConquerProblem<P,S>,S extends AbstractDivideAndConquerSolution<S>>
A stage to solve divide and conquer problems
|
Modifier and Type | Method and Description |
---|---|
<O> ConfigurationBuilder.Connection<O> |
ConfigurationBuilder.Connection.to(ITransformation<I,O> stage) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArray2String |
class |
Cache<T> |
class |
CipherStage |
class |
Counter<T> |
class |
ElementDelayMeasuringStage<T> |
class |
ElementsToList<I> |
class |
ElementThroughputMeasuringStage<T> |
class |
EveryXthStage<T> |
class |
InputPortSizePrinter<T> |
class |
InstanceCounter<T,C extends T> |
class |
MappingCounter<T>
This counts how many of different elements are sent to this stage.
|
class |
MD5Stage |
class |
NoopFilter<T> |
class |
Ramp
Sends a sequence of numbers starting from 0 to the value 'n' (not included) received by the input port, i.e., (0,1,2,..,n-1).
|
class |
Relay<T> |
class |
StartTimestampFilter |
class |
StatelessCounter<T> |
class |
StopTimestampFilter |
class |
ZipByteArray
A stage to compress and decompress byte arrays
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter<E> |
class |
AbstractTransformation<I,O> |
Modifier and Type | Class and Description |
---|---|
class |
Directory2FilesFilter |
class |
File2ByteArray |
class |
File2Lines |
class |
File2SeqOfWords |
class |
File2TextLinesFilter |
Modifier and Type | Class and Description |
---|---|
class |
Tokenizer |
class |
ToLowerCase
Receives a string and passes it on to the next stage only with lower case letters.
|
class |
WordcharacterFilter
Receives a string and passes it with removed punctuation and similar characters on to the next stage.
|
class |
WordCounter
Intermediate stage, which receives texts and counts the occurring words.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITaskFarmDuplicable<I,O>
Any
AbstractStage or CompositeStage implementing this interface
can be used by a Task Farm as an enclosed stage. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ApplyXSLTToDocumentStage
Represents a transformation stage.
|
class |
LoadXMLToDocumentStage
Represents a transformation stage.
|
Copyright © 2015–2020. All rights reserved.