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