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.basic.distributor | |
teetime.stage.basic.distributor.dynamic | |
teetime.stage.io | |
teetime.stage.string | |
teetime.stage.xml |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationBuilder.Connection.end(AbstractConsumerStage<I> stage) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArray2String |
class |
Cache<T> |
class |
CipherStage |
class |
CollectorSink<T> |
class |
Counter<T> |
class |
CountingMapMerger<T>
Receives different CountingMap instances and merges them into a single one.
|
class |
ElementDelayMeasuringStage<T> |
class |
ElementsToList<I> |
class |
ElementThroughputMeasuringStage<T> |
class |
EveryXthStage<T> |
class |
FileExtensionSwitch |
class |
InputPortSizePrinter<T> |
class |
InstanceCounter<T,C extends T> |
class |
InstanceOfFilter<I,O extends I> |
class |
MappingCounter<T>
This counts how many of different elements are sent to this stage.
|
class |
MD5Stage |
class |
MultipleInstanceOfFilter<I> |
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> |
class |
AbstractTransformation<I,O> |
class |
Sink<T> |
Modifier and Type | Class and Description |
---|---|
class |
Distributor<T>
New output ports can be created by calling
Distributor.getNewOutputPort() . |
Modifier and Type | Class and Description |
---|---|
class |
DynamicDistributor<T> |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayFileWriter |
class |
Directory2FilesFilter |
class |
File2ByteArray |
class |
File2Lines |
class |
File2SeqOfWords |
class |
File2TextLinesFilter |
class |
Printer<T>
A filter to print objects to a configured stream
|
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.