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::CellStoreV3::IndexBuilder Class Reference
Collaboration diagram for Hypertable::CellStoreV3::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 57 of file CellStoreV3.h.

Constructor & Destructor Documentation

Hypertable::CellStoreV3::IndexBuilder::IndexBuilder ( )
inline

Definition at line 59 of file CellStoreV3.h.

Member Function Documentation

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

Definition at line 606 of file CellStoreV3.cc.

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

Definition at line 63 of file CellStoreV3.h.

void CellStoreV3::IndexBuilder::chop ( )

Definition at line 646 of file CellStoreV3.cc.

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

Definition at line 61 of file CellStoreV3.h.

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

Definition at line 65 of file CellStoreV3.h.

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

Definition at line 62 of file CellStoreV3.h.

Member Data Documentation

bool Hypertable::CellStoreV3::IndexBuilder::m_bigint
private

Definition at line 69 of file CellStoreV3.h.

DynamicBuffer Hypertable::CellStoreV3::IndexBuilder::m_fixed
private

Definition at line 67 of file CellStoreV3.h.

DynamicBuffer Hypertable::CellStoreV3::IndexBuilder::m_variable
private

Definition at line 68 of file CellStoreV3.h.


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