Turnstone Operating System
|
tosdb boomfilter cache item More...
#include <tosdb_cache.h>
Public Attributes | |
tosdb_cache_key_t | cache_key |
cache key | |
tosdb_memtable_index_item_t * | first_key |
first key in bloomfilter | |
tosdb_memtable_index_item_t * | last_key |
last key in bloomfilter | |
tosdb_memtable_secondary_index_item_t * | secondary_first_key |
if secondary index exists, first key in bloomfilter | |
tosdb_memtable_secondary_index_item_t * | secondary_last_key |
if secondary index exists, last key in bloomfilter | |
bloomfilter_t * | bloomfilter |
bloomfilter | |
uint64_t | index_data_location |
index data location bloomfilter belongs to | |
uint64_t | index_data_size |
index data size bloomfilter belongs to | |
tosdb boomfilter cache item