Home
last modified time | relevance | path

Searched refs:SetSnapshotChecker (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn_db.cc199 db_impl_->SetSnapshotChecker(new WritePreparedSnapshotChecker(this)); in Initialize()
Dwrite_prepared_txn_db.cc65 db_impl_->SetSnapshotChecker(new WritePreparedSnapshotChecker(this)); in Initialize()
/rocksdb-6.9/db/
Ddb_merge_operator_test.cc521 dbfull()->SetSnapshotChecker(snapshot_checker); in TEST_F()
/rocksdb-6.9/db/db_impl/
Ddb_impl.h826 void SetSnapshotChecker(SnapshotChecker* snapshot_checker);
Ddb_impl_compaction_flush.cc3156 void DBImpl::SetSnapshotChecker(SnapshotChecker* snapshot_checker) { in SetSnapshotChecker() function in ROCKSDB_NAMESPACE::DBImpl