| Package | Description |
|---|---|
| net.engio.pips.data.aggregator | |
| net.engio.pips.data.filter |
| Constructor and Description |
|---|
SlidingAggregator(IDataFilter<IN> IDataFilter,
IAggregate<IN,OUT> aggregator) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IDataFilter.ItemCountBased<V>
This counter based filter will let pass only every nth data point based on the specified
range.
|
static class |
IDataFilter.TimeBased<V>
Time based filtering considers the timestamps of the incoming data points as a
filter criterion.
|
| Constructor and Description |
|---|
Sampler(IDataFilter<V> strategy) |
Copyright © 2016. All rights reserved.