Represents a table split. More...
#include <TableSplit.h>
Public Member Functions | |
TableSplit () | |
void | clear () |
Public Attributes | |
const char * | start_row |
const char * | end_row |
const char * | location |
const char * | ip_address |
const char * | hostname |
Represents a table split.
Definition at line 34 of file TableSplit.h.
|
inline |
Definition at line 35 of file TableSplit.h.
|
inline |
Definition at line 37 of file TableSplit.h.
const char* Hypertable::TableSplit::end_row |
Definition at line 46 of file TableSplit.h.
const char* Hypertable::TableSplit::hostname |
Definition at line 49 of file TableSplit.h.
const char* Hypertable::TableSplit::ip_address |
Definition at line 48 of file TableSplit.h.
const char* Hypertable::TableSplit::location |
Definition at line 47 of file TableSplit.h.
const char* Hypertable::TableSplit::start_row |
Definition at line 45 of file TableSplit.h.