public class RateData extends Object implements ReportData
Constructor and Description |
---|
RateData() |
Modifier and Type | Method and Description |
---|---|
void |
add(org.maestro.plotter.rate.RateRecord rateRecord) |
long |
getErrorCount() |
int |
getNumberOfSamples() |
List<Date> |
getPeriods() |
List<Long> |
getRateValues() |
Set<org.maestro.plotter.rate.RateRecord> |
getRecordSet() |
long |
getSkipCount() |
Statistics |
rateStatistics() |
void |
setErrorCount(long errorCount) |
void |
setSkipCount(long skipCount) |
public void add(org.maestro.plotter.rate.RateRecord rateRecord)
public List<Date> getPeriods()
getPeriods
in interface ReportData
public Set<org.maestro.plotter.rate.RateRecord> getRecordSet()
getRecordSet
in interface ReportData
public int getNumberOfSamples()
public Statistics rateStatistics()
public long getErrorCount()
public void setErrorCount(long errorCount)
public long getSkipCount()
public void setSkipCount(long skipCount)
This documentation was released into the public domain.