public class RegularPointCollector implements ValueCollector
An averaging DataPoint collector that starts timer on first put operation and forces collection when timer expires. If there are few Values with same time during this period, they are averaged.
Constructor and Description |
---|
RegularPointCollector() |
RegularPointCollector() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
collect() |
void |
collect() |
void |
put() |
void |
stop() |
clear, collect, put, put