public class RouterLinkData extends Object implements ReportData
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILENAME |
Constructor and Description |
---|
RouterLinkData() |
Modifier and Type | Method and Description |
---|---|
protected Statistics |
acceptedStatistics()
Get the statistics for the accepted messages
|
void |
add(RouterLinkRecord record) |
protected Statistics |
deliveredStatistics()
Get the statistics for the delivered messages count
|
double |
getAcceptedCount() |
RouterLinkRecord |
getAt(Instant instant) |
double |
getDeliveredCount() |
int |
getNumberOfSamples()
Number of records
|
List<Date> |
getPeriods() |
Set<RouterLinkRecord> |
getRecordSet() |
double |
getReleasedCount() |
double |
getUndeliveredCount() |
protected Statistics |
releasedStatistics()
Get the statistics for the released messages
|
protected Statistics |
undeliveredStatistics()
Get the statistics for the undelivered messages
|
public static final String DEFAULT_FILENAME
public void add(RouterLinkRecord record)
public List<Date> getPeriods()
getPeriods
in interface ReportData
public Set<RouterLinkRecord> getRecordSet()
getRecordSet
in interface ReportData
public RouterLinkRecord getAt(Instant instant)
public int getNumberOfSamples()
protected Statistics deliveredStatistics()
public double getDeliveredCount()
protected Statistics undeliveredStatistics()
public double getUndeliveredCount()
protected Statistics acceptedStatistics()
public double getAcceptedCount()
protected Statistics releasedStatistics()
public double getReleasedCount()
This documentation was released into the public domain.