Home
last modified time | relevance | path

Searched refs:cache_only (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_util.cc23 SequenceNumber snap_seq, bool cache_only, ReadCallback* snap_checker, in CheckKeyForConflicts() argument
40 result = CheckKey(db_impl, sv, earliest_seq, snap_seq, key, cache_only, in CheckKeyForConflicts()
52 const std::string& key, bool cache_only, in CheckKey() argument
76 if (cache_only) { in CheckKey()
87 if (cache_only) { in CheckKey()
140 bool cache_only) { in CheckKeysForConflicts() argument
163 result = CheckKey(db_impl, sv, earliest_seq, key_seq, key, cache_only); in CheckKeysForConflicts()
Dtransaction_util.h68 const std::string& key, SequenceNumber snap_seq, bool cache_only,
83 bool cache_only);
96 const std::string& key, bool cache_only,
/rocksdb-6.9/db/db_impl/
Ddb_impl.h551 bool cache_only,
Ddb_impl.cc3852 bool cache_only, in GetLatestSequenceForKey() argument
3949 if (!cache_only) { in GetLatestSequenceForKey()