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::CellStoreV7::IndexBuilder Class Reference
Collaboration diagram for Hypertable::CellStoreV7::IndexBuilder:
Collaboration graph
[legend]

Public Member Functions

 IndexBuilder ()
 
void add_entry (KeyCompressorPtr &key_compressor, int64_t offset)
 
DynamicBufferfixed_buf ()
 
DynamicBuffervariable_buf ()
 
bool big_int ()
 
void chop ()
 
void release_fixed_buf ()
 

Private Attributes

DynamicBuffer m_fixed
 
DynamicBuffer m_variable
 
bool m_bigint
 

Detailed Description

Definition at line 63 of file CellStoreV7.h.

Constructor & Destructor Documentation

Hypertable::CellStoreV7::IndexBuilder::IndexBuilder ( )
inline

Definition at line 65 of file CellStoreV7.h.

Member Function Documentation

void CellStoreV7::IndexBuilder::add_entry ( KeyCompressorPtr key_compressor,
int64_t  offset 
)

Definition at line 806 of file CellStoreV7.cc.

bool Hypertable::CellStoreV7::IndexBuilder::big_int ( )
inline

Definition at line 69 of file CellStoreV7.h.

void CellStoreV7::IndexBuilder::chop ( )

Definition at line 846 of file CellStoreV7.cc.

DynamicBuffer& Hypertable::CellStoreV7::IndexBuilder::fixed_buf ( )
inline

Definition at line 67 of file CellStoreV7.h.

void Hypertable::CellStoreV7::IndexBuilder::release_fixed_buf ( )
inline

Definition at line 71 of file CellStoreV7.h.

DynamicBuffer& Hypertable::CellStoreV7::IndexBuilder::variable_buf ( )
inline

Definition at line 68 of file CellStoreV7.h.

Member Data Documentation

bool Hypertable::CellStoreV7::IndexBuilder::m_bigint
private

Definition at line 75 of file CellStoreV7.h.

DynamicBuffer Hypertable::CellStoreV7::IndexBuilder::m_fixed
private

Definition at line 73 of file CellStoreV7.h.

DynamicBuffer Hypertable::CellStoreV7::IndexBuilder::m_variable
private

Definition at line 74 of file CellStoreV7.h.


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