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>
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... | |
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.