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

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

add(const Key &key, const ByteString value) overrideHypertable::CellStoreV5virtual
block_count()Hypertable::CellStoreinlinevirtual
block_header_format() overrideHypertable::CellStoreV5virtual
block_index_memory_used() overrideHypertable::CellStoreV5inlinevirtual
bloom_filter_memory_used() overrideHypertable::CellStoreV5inlinevirtual
bloom_filter_size() overrideHypertable::CellStoreV5inlinevirtual
BloomFilterItems typedefHypertable::CellStoreV5protected
bytes_read()Hypertable::CellStoreinline
CellStore()Hypertable::CellStoreinline
CellStoreV5(Filesystem *filesys)Hypertable::CellStoreV5
CellStoreV5(Filesystem *filesys, SchemaPtr &schema)Hypertable::CellStoreV5
compression_ratio() overrideHypertable::CellStoreV5inlinevirtual
create(const char *fname, size_t max_entries, PropertiesPtr &props, const TableIdentifier *table_id=0) overrideHypertable::CellStoreV5virtual
create_block_compression_codec() overrideHypertable::CellStoreV5virtual
create_bloom_filter(bool is_approx=false)Hypertable::CellStoreV5protected
create_key_decompressor() overrideHypertable::CellStoreV5virtual
create_scanner(ScanContext *scan_ctx) overrideHypertable::CellStoreV5virtual
DATA_BLOCK_MAGICHypertable::CellStorestatic
decrement_index_refcount()Hypertable::CellStoreinline
disk_usage() overrideHypertable::CellStoreV5inlinevirtual
display_block_info() overrideHypertable::CellStoreV5virtual
end_of_last_block() overrideHypertable::CellStoreV5inlinevirtual
finalize(TableIdentifier *table_identifier) overrideHypertable::CellStoreV5virtual
get_blocksize() overrideHypertable::CellStoreV5inlinevirtual
get_end_row()Hypertable::CellListinlinevirtual
get_fd() overrideHypertable::CellStoreV5inlinevirtual
get_file_id() overrideHypertable::CellStoreV5inlinevirtual
get_filename() overrideHypertable::CellStoreV5inlinevirtual
get_index_memory_stats(IndexMemoryStats *statsp)Hypertable::CellStoreinlinevirtual
get_replaced_files() overrideHypertable::CellStoreV5virtual
get_start_row()Hypertable::CellListinlinevirtual
get_total_entries() overrideHypertable::CellStoreV5inlinevirtual
get_trailer() overrideHypertable::CellStoreV5inlinevirtual
INDEX_FIXED_BLOCK_MAGICHypertable::CellStorestatic
INDEX_VARIABLE_BLOCK_MAGICHypertable::CellStorestatic
load_block_index()Hypertable::CellStoreV5protected
load_bloom_filter()Hypertable::CellStoreV5protected
load_replaced_files()Hypertable::CellStoreV5protected
m_64bit_indexHypertable::CellStoreV5protected
m_block_countHypertable::CellStoreprotected
m_bloom_bits_per_itemHypertable::CellStoreV5protected
m_bloom_filterHypertable::CellStoreV5protected
m_bloom_filter_itemsHypertable::CellStoreV5protected
m_bloom_filter_modeHypertable::CellStoreV5protected
m_bufferHypertable::CellStoreV5protected
m_bytes_readHypertable::CellStoreprotected
m_column_ttlHypertable::CellStoreV5protected
m_compressed_dataHypertable::CellStoreV5protected
m_compressorHypertable::CellStoreV5protected
m_compressor_argsHypertable::CellStoreV5protected
m_disk_usageHypertable::CellStoreV5protected
m_end_rowHypertable::CellListprotected
m_fdHypertable::CellStoreV5protected
m_file_idHypertable::CellStoreV5protected
m_file_lengthHypertable::CellStoreV5protected
m_filenameHypertable::CellStoreV5protected
m_filesysHypertable::CellStoreV5protected
m_filter_false_positive_probHypertable::CellStoreV5protected
m_index_builderHypertable::CellStoreV5protected
m_index_map32Hypertable::CellStoreV5protected
m_index_map64Hypertable::CellStoreV5protected
m_index_refcountHypertable::CellStoreprotected
m_index_statsHypertable::CellStoreprotected
m_key_compressorHypertable::CellStoreV5protected
m_max_approx_itemsHypertable::CellStoreV5protected
m_max_entriesHypertable::CellStoreV5protected
m_mutexHypertable::CellStoreprotected
m_offsetHypertable::CellStoreV5protected
m_outstanding_appendsHypertable::CellStoreV5protected
m_replaced_filesHypertable::CellStoreprotected
m_replaced_files_loadedHypertable::CellStoreV5protected
m_restricted_rangeHypertable::CellStoreV5protected
m_schemaHypertable::CellStoreV5protected
m_start_rowHypertable::CellListprotected
m_sync_handlerHypertable::CellStoreV5protected
m_trailerHypertable::CellStoreV5protected
m_uncompressed_blocksizeHypertable::CellStoreV5protected
m_uncompressed_dataHypertable::CellStoreV5protected
may_contain(const void *ptr, size_t len)Hypertable::CellStoreV5
may_contain(const String &key)Hypertable::CellStoreV5inline
may_contain(ScanContext *scan_ctx) overrideHypertable::CellStoreV5virtual
open(const String &fname, const String &start_row, const String &end_row, int32_t fd, int64_t file_length, CellStoreTrailer *trailer) overrideHypertable::CellStoreV5virtual
populate_index_pseudo_table_scanner(CellListScannerBuffer *scanner)Hypertable::CellStoreinlinevirtual
purge_indexes() overrideHypertable::CellStoreV5virtual
reopen_fd() overrideHypertable::CellStoreV5inlinevirtual
rescope(const String &start_row, const String &end_row)Hypertable::CellStoreinlinevirtual
restricted_range() overrideHypertable::CellStoreV5inlinevirtual
set_replaced_files(const std::vector< String > &old_files)Hypertable::CellStorevirtual
split_row_estimate_data(SplitRowDataMapT &split_row_data) overrideHypertable::CellStoreV5virtual
SplitRowDataAlloc typedefHypertable::CellList
SplitRowDataMapT typedefHypertable::CellList
SplitRowDataValue typedefHypertable::CellList
~CellList()Hypertable::CellListinlinevirtual
~CellStore()Hypertable::CellStoreinlinevirtual
~CellStoreV5()Hypertable::CellStoreV5virtual