public class RouterLinkDataSet extends Object
| Constructor and Description |
|---|
RouterLinkDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RouterLinkRecord routerLinkRecord)
Add a record to the data set
|
Map<String,RouterLinkData> |
getMap()
Get all records
|
Map<String,Map<Date,Statistics>> |
getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
public void add(RouterLinkRecord routerLinkRecord)
routerLinkRecord - recordpublic Map<String,RouterLinkData> getMap()
public Map<String,Map<Date,Statistics>> getStatistics()
This documentation was released into the public domain.