available() | Hypertable::FileBlockCache | inline |
BlockCache typedef | Hypertable::FileBlockCache | private |
cap_memory_use() | Hypertable::FileBlockCache | inline |
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::FileBlockCache | inline |
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::FileBlockCache | inline |
get_limit() | Hypertable::FileBlockCache | inline |
get_next_file_id() | Hypertable::FileBlockCache | inlinestatic |
get_stats(uint64_t *max_memoryp, uint64_t *available_memoryp, uint64_t *accessesp, uint64_t *hitsp) | Hypertable::FileBlockCache | |
HashIndex typedef | Hypertable::FileBlockCache | private |
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_accesses | Hypertable::FileBlockCache | private |
m_available | Hypertable::FileBlockCache | private |
m_cache | Hypertable::FileBlockCache | private |
m_compressed | Hypertable::FileBlockCache | private |
m_hits | Hypertable::FileBlockCache | private |
m_limit | Hypertable::FileBlockCache | private |
m_max_memory | Hypertable::FileBlockCache | private |
m_min_memory | Hypertable::FileBlockCache | private |
m_mutex | Hypertable::FileBlockCache | private |
make_key(int file_id, uint64_t file_offset) | Hypertable::FileBlockCache | inlineprivatestatic |
make_room(int64_t amount) | Hypertable::FileBlockCache | private |
memory_used() | Hypertable::FileBlockCache | inline |
ms_next_file_id | Hypertable::FileBlockCache | privatestatic |
Sequence typedef | Hypertable::FileBlockCache | private |
~FileBlockCache() | Hypertable::FileBlockCache | |