| Package | Description |
|---|---|
| net.engio.pips.data | |
| net.engio.pips.data.aggregator | |
| net.engio.pips.data.filter | |
| net.engio.pips.data.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
DataCollector<IN> |
| Modifier and Type | Method and Description |
|---|---|
DataProcessor<IN,OUT> |
DataProcessor.add(IDataProcessor<OUT,?> destination) |
| Modifier and Type | Class and Description |
|---|---|
class |
Average<N extends Number> |
class |
Max<N extends Number> |
class |
Min<N extends Number> |
class |
SlidingAggregator<IN,OUT>
Calculate the moving aggregated by continuously aggregating a fixed number of incoming
data points using any given
IAggregate. |
| Modifier and Type | Class and Description |
|---|---|
class |
Sampler<V>
Samplers can be used to reduce the frequency of data point
by filtering data points based on a sampling rate criterion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Counter |
class |
DoubleToLong |
class |
ItemCounter
Plug in the item counter to keep track of the number of data points
flowing a network of data processors.
|
class |
Synchronizer<IN>
Synchronize flow of data points
|
class |
ValueMapper<IN,OUT>
Map values from one type to another.
|
Copyright © 2016. All rights reserved.