| Interface | Description |
|---|---|
| Generator<V> |
| Class | Description |
|---|---|
| Counter | |
| DoubleToLong | |
| ExecutionTimer |
An execution timer provides convenience methods (begin(),end()) for measuring time intervals
and publishing them to registered data consumers.
|
| ItemCounter |
Plug in the item counter to keep track of the number of data points
flowing a network of data processors.
|
| Registry |
Within a benchmark it may be necessary to share some global counters, data collectors etc.
|
| Sensor<V> | |
| Synchronizer<IN> |
Synchronize flow of data points
|
| TimeBasedAggregator<V extends Number> |
Time based aggregation allows to combine multiple data points with the same time stamp
into an aggregated value (of the same time stamp).
|
| ValueMapper<IN,OUT> |
Map values from one type to another.
|
Copyright © 2016. All rights reserved.