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

#include <KeySpec.h>

Public Member Functions

 KeySpec ()
 
 KeySpec (const char *r, const char *cf, const char *cq, int64_t ts=AUTO_ASSIGN, uint8_t flag_=FLAG_INSERT)
 
 KeySpec (const char *r, const char *cf, int64_t ts=AUTO_ASSIGN, uint8_t flag_=FLAG_INSERT)
 
void clear ()
 
void sanity_check () const
 

Public Attributes

const void * row
 
size_t row_len
 
const char * column_family
 
const char * column_qualifier
 
size_t column_qualifier_len
 
int64_t timestamp
 
int64_t revision
 
uint8_t flag
 

Detailed Description

Definition at line 49 of file KeySpec.h.

Constructor & Destructor Documentation

Hypertable::KeySpec::KeySpec ( )
inline

Definition at line 52 of file KeySpec.h.

Hypertable::KeySpec::KeySpec ( const char *  r,
const char *  cf,
const char *  cq,
int64_t  ts = AUTO_ASSIGN,
uint8_t  flag_ = FLAG_INSERT 
)
inlineexplicit

Definition at line 56 of file KeySpec.h.

Hypertable::KeySpec::KeySpec ( const char *  r,
const char *  cf,
int64_t  ts = AUTO_ASSIGN,
uint8_t  flag_ = FLAG_INSERT 
)
inlineexplicit

Definition at line 62 of file KeySpec.h.

Member Function Documentation

void Hypertable::KeySpec::clear ( )
inline

Definition at line 68 of file KeySpec.h.

void Hypertable::KeySpec::sanity_check ( ) const
inline

Definition at line 79 of file KeySpec.h.

Member Data Documentation

const char* Hypertable::KeySpec::column_family

Definition at line 127 of file KeySpec.h.

const char* Hypertable::KeySpec::column_qualifier

Definition at line 128 of file KeySpec.h.

size_t Hypertable::KeySpec::column_qualifier_len

Definition at line 129 of file KeySpec.h.

uint8_t Hypertable::KeySpec::flag

Definition at line 132 of file KeySpec.h.

int64_t Hypertable::KeySpec::revision

Definition at line 131 of file KeySpec.h.

const void* Hypertable::KeySpec::row

Definition at line 125 of file KeySpec.h.

size_t Hypertable::KeySpec::row_len

Definition at line 126 of file KeySpec.h.

int64_t Hypertable::KeySpec::timestamp

Definition at line 130 of file KeySpec.h.


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