Home
last modified time | relevance | path

Searched refs:AddUserKey (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/utilities/table_properties_collectors/
Dcompact_on_deletion_collector_test.cc70 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()
Dcompact_on_deletion_collector.h23 virtual Status AddUserKey(const Slice& key, const Slice& value,
Dcompact_on_deletion_collector.cc31 Status CompactOnDeletionCollector::AddUserKey(const Slice& /*key*/, in AddUserKey() function in ROCKSDB_NAMESPACE::CompactOnDeletionCollector
/rocksdb-6.9/db/
Dtable_properties_collector.cc40 return collector_->AddUserKey(ikey.user_key, value, GetEntryType(ikey.type), in InternalAdd()
Dtable_properties_collector_test.cc90 Status AddUserKey(const Slice& user_key, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::RegularKeysStartWithA
Ddb_properties_test.cc1091 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
Dlistener_test.cc59 ROCKSDB_NAMESPACE::Status AddUserKey( in AddUserKey() function
Dexternal_sst_file_test.cc561 Status AddUserKey(const Slice& /*user_key*/, const Slice& /*value*/, in AddUserKey() function in ROCKSDB_NAMESPACE::SstFileWriterCollector
/rocksdb-6.9/include/rocksdb/
Dtable_properties.h91 virtual Status AddUserKey(const Slice& key, const Slice& value, in AddUserKey() function
/rocksdb-6.9/
DHISTORY.md922 * TablePropertiesCollector::AddUserKey() is added to replace TablePropertiesCollector::Add(). AddUs…