Home
last modified time | relevance | path

Searched refs:TableFileCreationInfo (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dlistener.h50 struct TableFileCreationInfo : public TableFileCreationBriefInfo { struct
51 TableFileCreationInfo() = default;
52 explicit TableFileCreationInfo(TableProperties&& prop) in TableFileCreationInfo() argument
388 virtual void OnTableFileCreated(const TableFileCreationInfo& /*info*/) {} in OnTableFileCreated() argument
/rocksdb-6.9/db/
Devent_helpers.h52 const FileDescriptor& fd, const TableFileCreationInfo& info);
Devent_helpers.cc146 TableFileCreationInfo info; in LogAndNotifyTableFileCreationFinished()
Dlistener_test.cc218 const TableFileCreationInfo& info) override { in OnTableFileCreated()
299 TableFileCreationInfo prev_fc_info_;
745 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated()
Ddb_properties_test.cc1544 void OnTableFileCreated(const TableFileCreationInfo& info) override { in TEST_F()
Ddb_basic_test.cc1781 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h64 void OnTableFileCreated(const TableFileCreationInfo& info) override { in OnTableFileCreated()
/rocksdb-6.9/docs/_posts/
D2016-07-26-rocksdb-4-8-released.markdown17 …d will be called on failure case. User can check creation status via TableFileCreationInfo::status.
/rocksdb-6.9/
DHISTORY.md383 …ted during compaction. In that case, `TableFileCreationInfo::file_path` will be "(nil)" and `Table…
777 …d will be called on failure case. User can check creation status via TableFileCreationInfo::status.