#include <CommitLogBase.h>
Definition at line 81 of file CommitLogBase.h.
Hypertable::CommitLogBase::CommitLogBase |
( |
const std::string & |
log_dir | ) |
|
|
inline |
bool Hypertable::CommitLogBase::empty |
( |
| ) |
|
|
inline |
int64_t Hypertable::CommitLogBase::get_latest_revision |
( |
| ) |
|
|
inline |
std::string& Hypertable::CommitLogBase::get_log_dir |
( |
| ) |
|
|
inline |
bool Hypertable::CommitLogBase::range_reference_required |
( |
| ) |
|
|
inline |
void Hypertable::CommitLogBase::stitch_in |
( |
CommitLogBase * |
other | ) |
|
|
inline |
This method assumes that the other commit log is not being concurrently used which is why it doesn't lock it's mutex.
Definition at line 99 of file CommitLogBase.h.
uint32_t Hypertable::CommitLogBase::toplevel_fragment_id |
( |
CommitLogFileInfo * |
finfo | ) |
|
|
inline |
int64_t Hypertable::CommitLogBase::m_latest_revision |
|
protected |
std::set<int64_t> Hypertable::CommitLogBase::m_linked_log_hashes |
|
protected |
std::string Hypertable::CommitLogBase::m_log_dir |
|
protected |
std::string Hypertable::CommitLogBase::m_log_name |
|
protected |
std::mutex Hypertable::CommitLogBase::m_mutex |
|
protected |
bool Hypertable::CommitLogBase::m_range_reference_required |
|
protected |
The documentation for this class was generated from the following file: