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

Declarations for CommitLogReader. More...

#include <Hypertable/Lib/BlockCompressionCodec.h>
#include <Hypertable/Lib/BlockHeaderCommitLog.h>
#include <Hypertable/Lib/CommitLogBase.h>
#include <Hypertable/Lib/CommitLogBlockStream.h>
#include <Hypertable/Lib/Key.h>
#include <Common/Filesystem.h>
#include <Common/String.h>
#include <boost/thread/mutex.hpp>
#include <memory>
#include <stack>
#include <unordered_map>
#include <vector>
Include dependency graph for CommitLogReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::CommitLogReader
 Provides sequential access to blocks in a commit log. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< CommitLogReader
Hypertable::CommitLogReaderPtr
 Smart pointer to CommitLogReader. More...
 

Detailed Description

Declarations for CommitLogReader.

This file contains declarations for CommitLogReader, a class for sequentially reading a commit log.

Definition in file CommitLogReader.h.