1 #ifndef CARMA_DBMS_MONITORDATAINDEX_H
2 #define CARMA_DBMS_MONITORDATAINDEX_H
42 return (this->numericIndex_ < rhs.numericIndex_);
46 return (this->numericIndex_ > rhs.numericIndex_);
50 return (this->numericIndex_ == rhs.numericIndex_);
71 inline int getIndex()
const{
return numericIndex_;}
~MonitorDataIndex()
Destructor.
MonitorDataIndex(const MonitorAggregateType &aggType, const MonitorAverageType &avgType, const MonitorDataAreaType &areaType)
constructor
MonitorDataAreaType
type describing a particular set of directories used in writing, loading, and archiving monitor point...
MonitorAggregateType
aggregate data type of the monitor[point,data file, table]
MonitorAggregateType getAggregateType() const
get the aggregate type associated with the index
relationships between the monitor and dbms systems
MonitorAverageType getAverageType() const
get the average type associated with the index
MonitorAverageType
average type of the monitor[point,data file,table]
MonitorDataAreaType getAreaType() const
get the data area type associated with the index
Class for indexing monitor point data areas.