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

Declarations for CellStore. More...

#include <Hypertable/RangeServer/CellList.h>
#include <Hypertable/RangeServer/CellListScannerBuffer.h>
#include <Hypertable/RangeServer/CellStoreBlockIndexArray.h>
#include <Hypertable/RangeServer/CellStoreTrailer.h>
#include <Hypertable/RangeServer/KeyDecompressor.h>
#include <Hypertable/Lib/BlockCompressionCodec.h>
#include <Hypertable/Lib/TableIdentifier.h>
#include <Common/String.h>
#include <Common/ByteString.h>
#include <Common/Filesystem.h>
#include <memory>
#include <mutex>
#include <vector>
Include dependency graph for CellStore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::CellStore
 Abstract base class for persistent cell lists (ones that are stored on disk). More...
 
class  Hypertable::CellStore::IndexMemoryStats
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< CellStore
Hypertable::CellStorePtr
 Smart pointer to CellStore. More...
 

Detailed Description

Declarations for CellStore.

This file contains the type declarations for CellStore, an abstract base class from which is derived concrete classes for creating and loading cell store files.

Definition in file CellStore.h.