public static final class SrvController.LongSeriesCollector extends Object implements IStats.Series.Collector
IStats.Series stat.
Intended For Internal Use Only
| Constructor and Description |
|---|
LongSeriesCollector(IStats.Series series,
cern.colt.list.DoubleArrayList tempArray,
boolean collectRaw) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long sequenceNumber,
double value)
Callback to add a collected value.
|
SrvMonLongSeries |
collect(SrvController.LongHistogramComputer intervalCollector) |
void |
report(double[] values,
int offset,
int length) |
void |
reset() |
public LongSeriesCollector(IStats.Series series, cern.colt.list.DoubleArrayList tempArray, boolean collectRaw)
series - The Latencies being tracked.public final void reset()
public SrvMonLongSeries collect(SrvController.LongHistogramComputer intervalCollector)
public void report(double[] values,
int offset,
int length)
public void add(long sequenceNumber,
double value)
IStats.Series.Collectoradd in interface IStats.Series.CollectorCopyright © 2019 Neeve Research, LLC. All Rights Reserved.