public class Counter extends DataProcessor<Long,Long>
Void| Constructor and Description |
|---|
Counter() |
Counter(IDataProcessor<Long,Long> delegate) |
Counter(long initialValue,
IDataProcessor<Long,Long> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
receive(DataPoint<Long> datapoint)
Receive a new data point
|
add, connectTo, connectTo, receivepublic Counter()
public Counter(IDataProcessor<Long,Long> delegate)
public Counter(long initialValue,
IDataProcessor<Long,Long> delegate)
public void receive(DataPoint<Long> datapoint)
IDataProcessorCopyright © 2016. All rights reserved.