com.neeve.server.controller
Class SrvController.IntSeriesCollector
java.lang.Object
com.neeve.server.controller.SrvController.IntSeriesCollector
- All Implemented Interfaces:
- IStats.Series.Collector
- Enclosing class:
- SrvController
public static final class SrvController.IntSeriesCollector
- extends Object
- implements IStats.Series.Collector
Collects timings stats for a IStats.Series
stat.
Intended For Internal Use Only
SrvController.IntSeriesCollector
public SrvController.IntSeriesCollector(IStats.Series series,
cern.colt.list.DoubleArrayList tempArray,
boolean collectRaw,
int maxTrackableValue)
- Parameters:
series
- The Latencies being tracked.
reset
public final void reset()
collect
public SrvMonIntSeries collect(SrvController.IntHistogramComputer intervalCollector)
report
public void report(double[] values,
int offset,
int length)
add
public void add(long sequenceNumber,
double value)
- Description copied from interface:
IStats.Series.Collector
- Callback to add a collected value.
- Specified by:
add
in interface IStats.Series.Collector
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.