Searched refs:prop_name (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/db/ |
| D | arena_wrapped_db_iter.cc | 21 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()
|
| D | db_iter.cc | 87 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()
|
| D | arena_wrapped_db_iter.h | 68 Status GetProperty(std::string prop_name, std::string* prop) override;
|
| D | forward_iterator.h | 78 virtual Status GetProperty(std::string prop_name, std::string* prop) override;
|
| D | db_iter.h | 185 Status GetProperty(std::string prop_name, std::string* prop) override;
|
| D | forward_iterator.cc | 563 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/ |
| D | iterator.cc | 98 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/ |
| D | iterator.h | 114 virtual Status GetProperty(std::string prop_name, std::string* prop);
|
| /rocksdb-6.9/tools/ |
| D | sst_dump_tool.cc | 752 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/ |
| D | 2016-07-26-rocksdb-4-8-released.markdown | 48 …* Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="ro…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 796 * Deprecate Iterator::IsKeyPinned() and replace it with Iterator::GetProperty() with prop_name="roc…
|