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