Home
last modified time | relevance | path

Searched refs:prop_name (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/db/
Darena_wrapped_db_iter.cc21 Status ArenaWrappedDBIter::GetProperty(std::string prop_name, in GetProperty() argument
23 if (prop_name == "rocksdb.iterator.super-version-number") { in GetProperty()
25 if (!db_iter_->GetProperty(prop_name, prop).ok()) { in GetProperty()
30 return db_iter_->GetProperty(prop_name, prop); in GetProperty()
Ddb_iter.cc87 Status DBIter::GetProperty(std::string prop_name, std::string* prop) { in GetProperty() argument
91 if (prop_name == "rocksdb.iterator.super-version-number") { in GetProperty()
93 return iter_.iter()->GetProperty(prop_name, prop); in GetProperty()
94 } else if (prop_name == "rocksdb.iterator.is-key-pinned") { in GetProperty()
101 } else if (prop_name == "rocksdb.iterator.internal-key") { in GetProperty()
Darena_wrapped_db_iter.h68 Status GetProperty(std::string prop_name, std::string* prop) override;
Dforward_iterator.h78 virtual Status GetProperty(std::string prop_name, std::string* prop) override;
Ddb_iter.h185 Status GetProperty(std::string prop_name, std::string* prop) override;
Dforward_iterator.cc563 Status ForwardIterator::GetProperty(std::string prop_name, std::string* prop) { in GetProperty() argument
565 if (prop_name == "rocksdb.iterator.super-version-number") { in GetProperty()
/rocksdb-6.9/table/
Diterator.cc98 Status Iterator::GetProperty(std::string prop_name, std::string* prop) { in GetProperty() argument
102 if (prop_name == "rocksdb.iterator.is-key-pinned") { in GetProperty()
/rocksdb-6.9/include/rocksdb/
Diterator.h114 virtual Status GetProperty(std::string prop_name, std::string* prop);
/rocksdb-6.9/tools/
Dsst_dump_tool.cc752 std::string prop_name = kv.first; in Run() local
754 fprintf(stdout, " # %s: 0x%s\n", prop_name.c_str(), in Run()
/rocksdb-6.9/docs/_posts/
D2016-07-26-rocksdb-4-8-released.markdown48 …* Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="ro…
/rocksdb-6.9/
DHISTORY.md796 * Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="roc…