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