Holds scanner information. More...
Public Attributes | |
MergeScannerRangePtr | scanner |
Scanner. More... | |
RangePtr | range |
Range. More... | |
int64_t | last_access_millis |
Last access time in milliseconds since epoch. More... | |
TableIdentifierManaged | table |
Table identifier. More... | |
ProfileDataScanner | profile_data |
Accumulated profile data. More... | |
Holds scanner information.
Definition at line 127 of file ScannerMap.h.
int64_t Hypertable::ScannerMap::ScanInfo::last_access_millis |
Last access time in milliseconds since epoch.
Definition at line 133 of file ScannerMap.h.
ProfileDataScanner Hypertable::ScannerMap::ScanInfo::profile_data |
Accumulated profile data.
Definition at line 137 of file ScannerMap.h.
RangePtr Hypertable::ScannerMap::ScanInfo::range |
Definition at line 131 of file ScannerMap.h.
MergeScannerRangePtr Hypertable::ScannerMap::ScanInfo::scanner |
Scanner.
Definition at line 129 of file ScannerMap.h.
TableIdentifierManaged Hypertable::ScannerMap::ScanInfo::table |
Table identifier.
Definition at line 135 of file ScannerMap.h.