public class GeneralInfoData extends Object implements ReportData
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILENAME |
Constructor and Description |
---|
GeneralInfoData() |
Modifier and Type | Method and Description |
---|---|
void |
add(GeneralInfoRecord record) |
protected Statistics |
addressesStatistics()
Get the statistics for the delivered messages count
|
protected Statistics |
autoLinksStatistics()
Get the statistics for the released messages
|
protected Statistics |
connectionsStatistics()
Get the statistics for the undelivered messages
|
double |
getAddressesCount() |
GeneralInfoRecord |
getAt(Instant instant) |
double |
getAutoLinksCount() |
double |
getConnectionsCount() |
double |
getLinkRoutesCount() |
int |
getNumberOfSamples()
Number of records
|
List<Date> |
getPeriods() |
Set<GeneralInfoRecord> |
getRecordSet() |
protected Statistics |
linkRoutesStatistics()
Get the statistics for the accepted messages
|
public static final String DEFAULT_FILENAME
public void add(GeneralInfoRecord record)
public List<Date> getPeriods()
getPeriods
in interface ReportData
public Set<GeneralInfoRecord> getRecordSet()
getRecordSet
in interface ReportData
public GeneralInfoRecord getAt(Instant instant)
public int getNumberOfSamples()
protected Statistics addressesStatistics()
public double getAddressesCount()
protected Statistics connectionsStatistics()
public double getConnectionsCount()
protected Statistics linkRoutesStatistics()
public double getLinkRoutesCount()
protected Statistics autoLinksStatistics()
public double getAutoLinksCount()
This documentation was released into the public domain.