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>
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... | |
Declarations for CommitLogReader.
This file contains declarations for CommitLogReader, a class for sequentially reading a commit log.
Definition in file CommitLogReader.h.