Encapsulates decomposed key and value.
More...
#include <Cell.h>
|
| Cell () |
|
| Cell (const char *rk, const char *cf, const char *cq, uint64_t ts, uint64_t rev, uint8_t *val, uint32_t vlen, uint8_t flag) |
|
void | sanity_check () const |
|
Encapsulates decomposed key and value.
Definition at line 32 of file Cell.h.
Hypertable::Cell::Cell |
( |
| ) |
|
|
inline |
Hypertable::Cell::Cell |
( |
const char * |
rk, |
|
|
const char * |
cf, |
|
|
const char * |
cq, |
|
|
uint64_t |
ts, |
|
|
uint64_t |
rev, |
|
|
uint8_t * |
val, |
|
|
uint32_t |
vlen, |
|
|
uint8_t |
flag |
|
) |
| |
|
inline |
void Hypertable::Cell::sanity_check |
( |
| ) |
const |
|
inline |
const char* Hypertable::Cell::column_family |
const char* Hypertable::Cell::column_qualifier |
uint8_t Hypertable::Cell::flag |
uint64_t Hypertable::Cell::revision |
const char* Hypertable::Cell::row_key |
int64_t Hypertable::Cell::timestamp |
const uint8_t* Hypertable::Cell::value |
uint32_t Hypertable::Cell::value_len |
The documentation for this class was generated from the following file:
- /home/doug/src/hypertable/src/cc/Hypertable/Lib/Cell.h