0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
CommitLog.h File Reference

Declarations for CommitLog. More...

#include <Hypertable/Lib/BlockCompressionCodec.h>
#include <Hypertable/Lib/CommitLogBase.h>
#include <Hypertable/Lib/CommitLogBlockStream.h>
#include <Common/DynamicBuffer.h>
#include <Common/String.h>
#include <Common/Properties.h>
#include <Common/Filesystem.h>
#include <deque>
#include <map>
#include <memory>
#include <stack>
Include dependency graph for CommitLog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::CommitLog
 Commit log for persisting range updates. More...
 
struct  Hypertable::CommitLog::CumulativeFragmentData
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< CommitLog
Hypertable::CommitLogPtr
 Smart pointer to CommitLog. More...
 

Detailed Description

Declarations for CommitLog.

This file contains declarations for CommitLog, a class for creating and appending entries to an edit log.

Definition in file CommitLog.h.