0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Hypertable::MergeScannerAccessGroup::RegexpInfo Class Reference
Collaboration diagram for Hypertable::MergeScannerAccessGroup::RegexpInfo:
Collaboration graph
[legend]

Public Member Functions

 RegexpInfo ()
 
void check_rowkey (const char *rowkey, bool *cached, bool *match)
 
void check_column (int family, const char *qualifier, bool *cached, bool *match)
 
void set_rowkey (const char *rowkey, bool match)
 
void set_column (int family, const char *qualifier, bool match)
 

Private Attributes

String last_rowkey
 
String last_qualifier
 
int last_family
 
bool last_rowkey_match
 
bool last_column_match
 

Detailed Description

Definition at line 52 of file MergeScannerAccessGroup.h.

Constructor & Destructor Documentation

Hypertable::MergeScannerAccessGroup::RegexpInfo::RegexpInfo ( )
inline

Definition at line 54 of file MergeScannerAccessGroup.h.

Member Function Documentation

void Hypertable::MergeScannerAccessGroup::RegexpInfo::check_column ( int  family,
const char *  qualifier,
bool *  cached,
bool *  match 
)
inline

Definition at line 65 of file MergeScannerAccessGroup.h.

void Hypertable::MergeScannerAccessGroup::RegexpInfo::check_rowkey ( const char *  rowkey,
bool *  cached,
bool *  match 
)
inline

Definition at line 57 of file MergeScannerAccessGroup.h.

void Hypertable::MergeScannerAccessGroup::RegexpInfo::set_column ( int  family,
const char *  qualifier,
bool  match 
)
inline

Definition at line 80 of file MergeScannerAccessGroup.h.

void Hypertable::MergeScannerAccessGroup::RegexpInfo::set_rowkey ( const char *  rowkey,
bool  match 
)
inline

Definition at line 75 of file MergeScannerAccessGroup.h.

Member Data Documentation

bool Hypertable::MergeScannerAccessGroup::RegexpInfo::last_column_match
private

Definition at line 91 of file MergeScannerAccessGroup.h.

int Hypertable::MergeScannerAccessGroup::RegexpInfo::last_family
private

Definition at line 89 of file MergeScannerAccessGroup.h.

String Hypertable::MergeScannerAccessGroup::RegexpInfo::last_qualifier
private

Definition at line 88 of file MergeScannerAccessGroup.h.

String Hypertable::MergeScannerAccessGroup::RegexpInfo::last_rowkey
private

Definition at line 87 of file MergeScannerAccessGroup.h.

bool Hypertable::MergeScannerAccessGroup::RegexpInfo::last_rowkey_match
private

Definition at line 90 of file MergeScannerAccessGroup.h.


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