com.neeve.stats
Interface IStats.Series.Collector

All Known Implementing Classes:
SrvController.IntSeriesCollector
Enclosing interface:
IStats.Series

public static interface IStats.Series.Collector

Passed to a IStats.Series stat to collect recorded values.


Method Summary
 void add(long sequenceNumber, double value)
          Callback to add a collected value.
 

Method Detail

add

void add(long sequenceNumber,
         double value)
Callback to add a collected value.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.