Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dmemtable.h396 bool IsSnapshotSupported() const { in IsSnapshotSupported() function
397 return table_->IsSnapshotSupported() && !moptions_.inplace_update_support; in IsSnapshotSupported()
/rocksdb-6.9/include/rocksdb/
Dmemtablerep.h265 virtual bool IsSnapshotSupported() const { return true; } in IsSnapshotSupported() function
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc2373 if (!cfd->mem()->IsSnapshotSupported()) { in CreateColumnFamilyImpl()
2437 bool cf_support_snapshot = cfd->mem()->IsSnapshotSupported(); in DropColumnFamilyImpl()
2468 if (!c->IsDropped() && !c->mem()->IsSnapshotSupported()) { in DropColumnFamilyImpl()
Ddb_impl_open.cc1536 if (!cfd->mem()->IsSnapshotSupported()) { in Open()