0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
CellCache.h File Reference
#include <Hypertable/RangeServer/CellCacheAllocator.h>
#include <Hypertable/RangeServer/CellListScanner.h>
#include <Hypertable/RangeServer/CellList.h>
#include <Hypertable/Lib/SerializedKey.h>
#include <map>
#include <memory>
#include <mutex>
#include <set>
Include dependency graph for CellCache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Hypertable::key_revision_lt
 
class  Hypertable::CellCache
 Represents a sorted list of key/value pairs in memory. More...
 
struct  Hypertable::CellCache::Statistics
 Holds cache statistics. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::set< Key,
key_revision_lt
Hypertable::KeySet
 
typedef std::shared_ptr
< CellCache
Hypertable::CellCachePtr
 Shared smart pointer to CellCache. More...