0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::ScannerMap::ScanInfo Struct Reference

Holds scanner information. More...

Collaboration diagram for Hypertable::ScannerMap::ScanInfo:
Collaboration graph
[legend]

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...
 

Detailed Description

Holds scanner information.

Definition at line 127 of file ScannerMap.h.

Member Data Documentation

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

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.


The documentation for this struct was generated from the following file: