Searched defs:BlockCacheLookupContext (Results 1 – 1 of 1) sorted by relevance
67 struct BlockCacheLookupContext { struct68 BlockCacheLookupContext(const TableReaderCaller& _caller) : caller(_caller) {} in BlockCacheLookupContext() argument69 BlockCacheLookupContext(const TableReaderCaller& _caller, uint64_t _get_id, in BlockCacheLookupContext() function74 const TableReaderCaller caller;78 bool is_cache_hit = false;79 bool no_insert = false;81 uint64_t block_size = 0;82 std::string block_key;83 uint64_t num_keys_in_block = 0;87 uint64_t get_id = 0;[all …]