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::TableSplit Struct Reference

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
 

Detailed Description

Represents a table split.

Definition at line 34 of file TableSplit.h.

Constructor & Destructor Documentation

Hypertable::TableSplit::TableSplit ( )
inline

Definition at line 35 of file TableSplit.h.

Member Function Documentation

void Hypertable::TableSplit::clear ( )
inline

Definition at line 37 of file TableSplit.h.

Member Data Documentation

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.


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