#include <Common/Checksum.h>
#include <Common/Mutex.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/shared_array.hpp>
#include <algorithm>
#include <cstring>
#include <fstream>
#include <set>
Go to the source code of this file.
Classes | |
class | Hypertable::QueryCache |
Query cache. More... | |
class | Hypertable::QueryCache::Key |
Hash key to query cache. More... | |
class | Hypertable::QueryCache::RowKey |
Row key information. More... | |
class | Hypertable::QueryCache::QueryCacheEntry |
Internal cache entry. More... | |
struct | Hypertable::QueryCache::KeyHash |
struct | Hypertable::QueryCache::RowKeyHash |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < QueryCache > | Hypertable::QueryCachePtr |
Smart pointer to QueryCache. More... | |