#include <iostream>#include <string>#include <vector>#include <map>#include "FixLenTimeSeries.h"#include "VersionRWLock.h"Go to the source code of this file.
Classes | |
| struct | TSStats |
| This TSStats struct specifies the format of the statistics used in Borealis One TSStats object contain all information of a certain kind of statistics, e.g., stream rate. More... | |
Typedefs | |
| typedef double | TimeStamp |
| Currently, we use double to represent timestamp. | |
| typedef double | TimeSec |
| Currently, we use double to represent time and the 1 represent 1 second;. | |
| typedef string | IDType |
| The ID type of the objects (boxes, strings, etc.). | |
| typedef vector< IDType > | IDVect |
| The type for a vector of IDs. | |
Functions | |
| ostream & | operator<< (ostream &os, const TSStats &tss) |
| Output the TSStats. | |
|
|
The ID type of the objects (boxes, strings, etc.).
|
|
|
The type for a vector of IDs.
|
|
|
Currently, we use double to represent time and the 1 represent 1 second;.
|
|
|
Currently, we use double to represent timestamp.
|
|
||||||||||||
|
Output the TSStats.
|
1.3.8