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

Public Member Functions

 IndexBuilder ()
 
void add_entry (const SerializedKey key, 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 56 of file CellStoreV2.h.

Constructor & Destructor Documentation

Hypertable::CellStoreV2::IndexBuilder::IndexBuilder ( )
inline

Definition at line 58 of file CellStoreV2.h.

Member Function Documentation

void CellStoreV2::IndexBuilder::add_entry ( const SerializedKey  key,
int64_t  offset 
)

Definition at line 565 of file CellStoreV2.cc.

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

Definition at line 62 of file CellStoreV2.h.

void CellStoreV2::IndexBuilder::chop ( )

Definition at line 605 of file CellStoreV2.cc.

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

Definition at line 60 of file CellStoreV2.h.

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

Definition at line 64 of file CellStoreV2.h.

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

Definition at line 61 of file CellStoreV2.h.

Member Data Documentation

bool Hypertable::CellStoreV2::IndexBuilder::m_bigint
private

Definition at line 68 of file CellStoreV2.h.

DynamicBuffer Hypertable::CellStoreV2::IndexBuilder::m_fixed
private

Definition at line 66 of file CellStoreV2.h.

DynamicBuffer Hypertable::CellStoreV2::IndexBuilder::m_variable
private

Definition at line 67 of file CellStoreV2.h.


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