| 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.basic | |
| teetime.stage.io | |
| teetime.stage.string | |
| teetime.stage.xml | 
| 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  | 
StopTimestampFilter  | 
class  | 
ZipByteArray
A stage to compress and decompress byte arrays 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractFilter<E>  | 
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApplyXSLTToDocumentStage
Represents a transformation stage. 
 | 
class  | 
LoadXMLToDocumentStage
Represents a transformation stage. 
 | 
Copyright © 2015–2020. All rights reserved.