0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Hypertable::FileBlockCache Member List

This is the complete list of members for Hypertable::FileBlockCache, including all inherited members.

available()Hypertable::FileBlockCacheinline
BlockCache typedefHypertable::FileBlockCacheprivate
cap_memory_use()Hypertable::FileBlockCacheinline
checkin(int file_id, uint64_t file_offset)Hypertable::FileBlockCache
checkout(int file_id, uint64_t file_offset, uint8_t **blockp, uint32_t *lengthp)Hypertable::FileBlockCache
compressed()Hypertable::FileBlockCacheinline
contains(int file_id, uint64_t file_offset)Hypertable::FileBlockCache
decrease_limit(int64_t amount)Hypertable::FileBlockCache
FileBlockCache(int64_t min_memory, int64_t max_memory, bool compressed)Hypertable::FileBlockCacheinline
get_limit()Hypertable::FileBlockCacheinline
get_next_file_id()Hypertable::FileBlockCacheinlinestatic
get_stats(uint64_t *max_memoryp, uint64_t *available_memoryp, uint64_t *accessesp, uint64_t *hitsp)Hypertable::FileBlockCache
HashIndex typedefHypertable::FileBlockCacheprivate
increase_limit(int64_t amount)Hypertable::FileBlockCache
insert(int file_id, uint64_t file_offset, uint8_t *block, uint32_t length, const EventPtr &event, bool checkout)Hypertable::FileBlockCache
m_accessesHypertable::FileBlockCacheprivate
m_availableHypertable::FileBlockCacheprivate
m_cacheHypertable::FileBlockCacheprivate
m_compressedHypertable::FileBlockCacheprivate
m_hitsHypertable::FileBlockCacheprivate
m_limitHypertable::FileBlockCacheprivate
m_max_memoryHypertable::FileBlockCacheprivate
m_min_memoryHypertable::FileBlockCacheprivate
m_mutexHypertable::FileBlockCacheprivate
make_key(int file_id, uint64_t file_offset)Hypertable::FileBlockCacheinlineprivatestatic
make_room(int64_t amount)Hypertable::FileBlockCacheprivate
memory_used()Hypertable::FileBlockCacheinline
ms_next_file_idHypertable::FileBlockCacheprivatestatic
Sequence typedefHypertable::FileBlockCacheprivate
~FileBlockCache()Hypertable::FileBlockCache