Lines Matching defs:BlockCacheLookupContext
67 struct BlockCacheLookupContext { struct
68 BlockCacheLookupContext(const TableReaderCaller& _caller) : caller(_caller) {} in BlockCacheLookupContext() argument
69 BlockCacheLookupContext(const TableReaderCaller& _caller, uint64_t _get_id, in BlockCacheLookupContext() function
74 const TableReaderCaller caller;
78 bool is_cache_hit = false;
79 bool no_insert = false;
80 TraceType block_type = TraceType::kTraceMax;
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;
88 std::string referenced_key;
89 bool get_from_user_specified_snapshot = false;
91 void FillLookupContext(bool _is_cache_hit, bool _no_insert, in FillLookupContext()