This is the complete list of members for Hypertable::QueryCache, including all inherited members.
available_memory() | Hypertable::QueryCache | inline |
Cache typedef | Hypertable::QueryCache | private |
dump_keys(std::ofstream &out) | Hypertable::QueryCache | |
get_stats(uint64_t *max_memoryp, uint64_t *available_memoryp, uint64_t *total_lookupsp, uint64_t *total_hitsp, int32_t *total_waiters) | Hypertable::QueryCache | |
insert(Key *key, const char *tablename, const char *row, std::set< uint8_t > &columns, uint32_t cell_count, boost::shared_array< uint8_t > &result, uint32_t result_length) | Hypertable::QueryCache | |
invalidate(const char *tablename, const char *row, std::set< uint8_t > &columns) | Hypertable::QueryCache | |
InvalidateHashIndex typedef | Hypertable::QueryCache | private |
lookup(Key *key, boost::shared_array< uint8_t > &result, uint32_t *lenp, uint32_t *cell_count) | Hypertable::QueryCache | |
LookupHashIndex typedef | Hypertable::QueryCache | private |
m_avail_memory | Hypertable::QueryCache | private |
m_cache | Hypertable::QueryCache | private |
m_max_memory | Hypertable::QueryCache | private |
m_mutex | Hypertable::QueryCache | private |
m_recent_hit_count | Hypertable::QueryCache | private |
m_total_hit_count | Hypertable::QueryCache | private |
m_total_lookup_count | Hypertable::QueryCache | private |
memory_used() | Hypertable::QueryCache | inline |
QueryCache(uint64_t max_memory) | Hypertable::QueryCache | |
Sequence typedef | Hypertable::QueryCache | private |