| /rocksdb-6.9/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector_test.cc | 70 collector->AddUserKey("hello", "rocksdb", in main() 74 collector->AddUserKey("hello", "rocksdb", in main() 103 collector->AddUserKey("hello", "rocksdb", in main() 109 collector->AddUserKey("hello", "rocksdb", in main() 113 collector->AddUserKey("hello", "rocksdb", in main() 120 collector->AddUserKey("hello", "rocksdb", in main() 152 collector->AddUserKey("hello", "rocksdb", in main() 155 collector->AddUserKey("hello", "rocksdb", in main()
|
| D | compact_on_deletion_collector.h | 23 virtual Status AddUserKey(const Slice& key, const Slice& value,
|
| D | compact_on_deletion_collector.cc | 31 Status CompactOnDeletionCollector::AddUserKey(const Slice& /*key*/, in AddUserKey() function in ROCKSDB_NAMESPACE::CompactOnDeletionCollector
|
| /rocksdb-6.9/db/ |
| D | table_properties_collector.cc | 40 return collector_->AddUserKey(ikey.user_key, value, GetEntryType(ikey.type), in InternalAdd()
|
| D | table_properties_collector_test.cc | 90 Status AddUserKey(const Slice& user_key, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::RegularKeysStartWithA
|
| D | db_properties_test.cc | 1091 Status AddUserKey(const Slice& /*user_key*/, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::CountingUserTblPropCollector 1134 Status AddUserKey(const Slice& /*user_key*/, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::CountingDeleteTabPropCollector
|
| D | listener_test.cc | 59 ROCKSDB_NAMESPACE::Status AddUserKey( in AddUserKey() function
|
| D | external_sst_file_test.cc | 561 Status AddUserKey(const Slice& /*user_key*/, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::SstFileWriterCollector
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table_properties.h | 91 virtual Status AddUserKey(const Slice& key, const Slice& value, in AddUserKey() function
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 922 * TablePropertiesCollector::AddUserKey() is added to replace TablePropertiesCollector::Add(). AddUs…
|