Home
last modified time | relevance | path

Searched defs:setStableTimestamp (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Dstorage_engine.h325 virtual void setStableTimestamp(Timestamp timestamp) {} in setStableTimestamp() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dstorage_interface_mock.cpp73 void StorageInterfaceMock::setStableTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) { in setStableTimestamp() function in mongo::repl::StorageInterfaceMock
H A Drollback_impl_test.cpp52 void setStableTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) override { in setStableTimestamp() function in __anon793e4c5a0111::StorageInterfaceRollback
H A Dstorage_interface_impl.cpp964 void StorageInterfaceImpl::setStableTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) { in setStableTimestamp() function in mongo::repl::StorageInterfaceImpl
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/kv/
H A Dkv_engine.h254 virtual void setStableTimestamp(Timestamp stableTimestamp) {} in setStableTimestamp() function
H A Dkv_storage_engine.cpp373 void KVStorageEngine::setStableTimestamp(Timestamp stableTimestamp) { in setStableTimestamp() function in mongo::KVStorageEngine
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/wiredtiger/
H A Dwiredtiger_kv_engine.cpp302 void setStableTimestamp(Timestamp stableTimestamp) { in setStableTimestamp() function in mongo::WiredTigerKVEngine::WiredTigerCheckpointThread
1083 void WiredTigerKVEngine::setStableTimestamp(Timestamp stableTimestamp) { in setStableTimestamp() function in mongo::WiredTigerKVEngine