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.io |
Modifier and Type | Method and Description |
---|---|
protected static <O> ConfigurationBuilder.Connection<O> |
ConfigurationBuilder.create(Configuration configuration,
AbstractProducerStage<O> stage) |
static <O> ConfigurationBuilder.Connection<O> |
ConfigurationBuilder.from(AbstractProducerStage<O> stage) |
<O> ConfigurationBuilder.Connection<O> |
Configuration.from(AbstractProducerStage<O> stage) |
Modifier and Type | Class and Description |
---|---|
class |
Clock
This stage sends the current timestamp repeatedly with a given interval delay of
Clock.intervalDelayInMs . |
class |
InitialElementProducer<T>
Represents a producer stage which outputs all of its elements in the first and only execution.
|
class |
ObjectProducer<T>
Deprecated.
since 3.0. Use
StreamProducer instead. |
class |
RandomIntegerGenerator |
class |
ResponsiveProducer<T>
Represents a producer stage which outputs one element per execution.
|
class |
StreamProducer<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTcpReaderStage<T> |
Copyright © 2015–2020. All rights reserved.