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

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