| Package | Description |
|---|---|
| net.engio.pips.data | |
| net.engio.pips.data.aggregator | |
| net.engio.pips.data.filter | |
| net.engio.pips.data.utils |
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint<IN>> |
DataCollector.getDatapoints() |
List<DataPoint<IN>> |
IDataCollector.getDatapoints()
Retrieve an immutable set of all received data points
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCollector.receive(DataPoint<IN> datapoint) |
void |
IDataProcessor.receive(DataPoint<IN> datapoint)
Receive a new data point
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DataPoint.toString(Collection<DataPoint> datapoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
SlidingAggregator.receive(DataPoint<IN> datapoint) |
void |
Average.receive(DataPoint<N> datapoint) |
void |
Min.receive(DataPoint<N> datapoint) |
void |
Max.receive(DataPoint<N> datapoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IDataFilter.accepts(DataPoint<V> vDataPoint)
Calculate whether or not the given data point is accepted by this filter.
|
boolean |
IDataFilter.TimeBased.accepts(DataPoint<V> vDataPoint) |
boolean |
IDataFilter.ItemCountBased.accepts(DataPoint<V> vDataPoint) |
void |
Sampler.receive(DataPoint<V> datapoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemCounter.receive(DataPoint datapoint) |
void |
Synchronizer.receive(DataPoint<IN> datapoint) |
void |
ValueMapper.receive(DataPoint<IN> datapoint) |
void |
Counter.receive(DataPoint<Long> datapoint) |
void |
TimeBasedAggregator.receive(DataPoint<V> datapoint) |
Copyright © 2016. All rights reserved.